Class: Google::Cloud::Memorystore::V1::ListBackupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::ListBackupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
Response for [ListBackups].
Instance Attribute Summary collapse
-
#backups ⇒ ::Array<::Google::Cloud::Memorystore::V1::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::Memorystore::V1::Backup>
Returns A list of backups in the project.
1178 1179 1180 1181 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1178 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.
1178 1179 1180 1181 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1178 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Backups that could not be reached.
1178 1179 1180 1181 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1178 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |