Class: Google::Cloud::Redis::Cluster::V1beta1::ListBackupCollectionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::ListBackupCollectionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Overview
Response for [ListBackupCollections].
Instance Attribute Summary collapse
-
#backup_collections ⇒ ::Array<::Google::Cloud::Redis::Cluster::V1beta1::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::Redis::Cluster::V1beta1::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".
205 206 207 208 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 205 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.
205 206 207 208 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 205 class ListBackupCollectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
205 206 207 208 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 205 class ListBackupCollectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |