Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::ListDatabasesResponse.
The response for ListDatabases.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#databases
def databases() -> ::Array<::Google::Cloud::Spanner::Admin::Database::V1::Database> Returns
- (::Array<::Google::Cloud::Spanner::Admin::Database::V1::Database>) — Databases that matched the request.
#databases=
def databases=(value) -> ::Array<::Google::Cloud::Spanner::Admin::Database::V1::Database> Parameter
- value (::Array<::Google::Cloud::Spanner::Admin::Database::V1::Database>) — Databases that matched the request.
Returns
- (::Array<::Google::Cloud::Spanner::Admin::Database::V1::Database>) — Databases that matched the request.
#next_page_token
def next_page_token() -> ::String Returns
- (::String) —
next_page_tokencan be sent in a subsequent ListDatabases call to fetch more of the matching databases.
#next_page_token=
def next_page_token=(value) -> ::String Parameter
- value (::String) —
next_page_tokencan be sent in a subsequent ListDatabases call to fetch more of the matching databases.
Returns
- (::String) —
next_page_tokencan be sent in a subsequent ListDatabases call to fetch more of the matching databases.