Class: Google::Cloud::AlloyDB::V1alpha::ListBackupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::ListBackupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for response to listing Backups
Instance Attribute Summary collapse
-
#backups ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::Backup>
The list of Backup.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#backups ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::Backup>
Returns The list of Backup.
782 783 784 785 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 782 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
782 783 784 785 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 782 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
782 783 784 785 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 782 class ListBackupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |