Class: Google::Cloud::Spanner::Admin::Database::V1::ListDatabasesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::ListDatabasesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb
Overview
The response for ListDatabases.
Instance Attribute Summary collapse
-
#databases ⇒ ::Array<::Google::Cloud::Spanner::Admin::Database::V1::Database>
Databases that matched the request.
-
#next_page_token ⇒ ::String
next_page_token
can be sent in a subsequent ListDatabases call to fetch more of the matching databases.
Instance Attribute Details
#databases ⇒ ::Array<::Google::Cloud::Spanner::Admin::Database::V1::Database>
Returns Databases that matched the request.
169 170 171 172 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 169 class ListDatabasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns next_page_token
can be sent in a subsequent
ListDatabases
call to fetch more of the matching databases.
169 170 171 172 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 169 class ListDatabasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |