Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::ListDatabasesResponse.
Message for response to listing Databases.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#databases
def databases() -> ::Array<::Google::Cloud::AlloyDB::V1alpha::Database>
Returns
- (::Array<::Google::Cloud::AlloyDB::V1alpha::Database>) — The list of databases
#databases=
def databases=(value) -> ::Array<::Google::Cloud::AlloyDB::V1alpha::Database>
Parameter
- value (::Array<::Google::Cloud::AlloyDB::V1alpha::Database>) — The list of databases
Returns
- (::Array<::Google::Cloud::AlloyDB::V1alpha::Database>) — The list of databases
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying the next page of results the server should return. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying the next page of results the server should return. If this field is omitted, there are no subsequent pages.
Returns
- (::String) — A token identifying the next page of results the server should return. If this field is omitted, there are no subsequent pages.