Class: Google::Cloud::ConfigService::V1::GetResourceChangeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

The request message for the GetResourceChange method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the resource change to retrieve. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'.

Returns:

  • (::String)

    Required. The name of the resource change to retrieve. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'.



1813
1814
1815
1816
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1813

class GetResourceChangeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end