Class: Google::Cloud::Memorystore::V1::GetBackupCollectionRequest

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

Overview

Request for [GetBackupCollection].

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Instance backupCollection resource name using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id} where location_id refers to a Google Cloud region.

Returns:

  • (::String)

    Required. Instance backupCollection resource name using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id} where location_id refers to a Google Cloud region.



1139
1140
1141
1142
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1139

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