Class: Google::Cloud::ConfigService::V1::GetResourceDriftRequest

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 GetResourceDrift method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the resource drift to retrieve. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.

Returns:

  • (::String)

    Required. The name of the resource drift to retrieve. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.



1939
1940
1941
1942
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1939

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