Class: Google::Spanner::Admin::Database::V1::ListDatabasesResponse
- Inherits:
-
Object
- Object
- Google::Spanner::Admin::Database::V1::ListDatabasesResponse
- Defined in:
- lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/spanner_database_admin.rb
Overview
The response for ListDatabases.
Instance Attribute Summary collapse
-
#databases ⇒ Array<Google::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::Spanner::Admin::Database::V1::Database>
Returns Databases that matched the request.
71 |
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/spanner_database_admin.rb', line 71 class ListDatabasesResponse; end |
#next_page_token ⇒ String
Returns +next_page_token+ can be sent in a subsequent ListDatabases call to fetch more of the matching databases.
71 |
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/spanner_database_admin.rb', line 71 class ListDatabasesResponse; end |