Class: Google::Cloud::Redis::Cluster::V1beta1::ListBackupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::ListBackupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Overview
Response for [ListBackups].
Instance Attribute Summary collapse
-
#backups ⇒ ::Array<::Google::Cloud::Redis::Cluster::V1beta1::Backup>
A list of backups 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>
Backups that could not be reached.
Instance Attribute Details
#backups ⇒ ::Array<::Google::Cloud::Redis::Cluster::V1beta1::Backup>
Returns A list of backups in the project.
255 256 257 258 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 255 class ListBackupsResponse 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.
255 256 257 258 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 255 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Backups that could not be reached.
255 256 257 258 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 255 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |