Class: Google::Cloud::AlloyDB::V1alpha::ListDatabasesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::ListDatabasesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for response to listing Databases.
Instance Attribute Summary collapse
-
#databases ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::Database>
The list of databases.
-
#next_page_token ⇒ ::String
A token identifying the next page of results the server should return.
Instance Attribute Details
#databases ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::Database>
1822 1823 1824 1825 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1822 class ListDatabasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
1822 1823 1824 1825 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1822 class ListDatabasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |