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>
Returns The list of databases.
1633 1634 1635 1636 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1633 class ListDatabasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying the next page of results the server should return. If this field is omitted, there are no subsequent pages.
1633 1634 1635 1636 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1633 class ListDatabasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |