Class: Google::Cloud::Memorystore::V1::ListBackupCollectionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::ListBackupCollectionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
Response for [ListBackupCollections].
Instance Attribute Summary collapse
-
#backup_collections ⇒ ::Array<::Google::Cloud::Memorystore::V1::BackupCollection>
A list of backupCollections in the project.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#backup_collections ⇒ ::Array<::Google::Cloud::Memorystore::V1::BackupCollection>
Returns A list of backupCollections in the project.
If the location_id in the parent field of the request is "-", all regions
available to the project are queried, and the results aggregated.
If in such an aggregated query a location is unavailable, a placeholder
backupCollection entry is included in the response with the name field
set to a value of the form
projects/{project_id}/locations/{location_id}/backupCollections/- and the
status field set to ERROR and status_message field set to "location not
available for ListBackupCollections".
1128 1129 1130 1131 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1128 class ListBackupCollectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
1128 1129 1130 1131 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1128 class ListBackupCollectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
1128 1129 1130 1131 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1128 class ListBackupCollectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |