Class: Google::Spanner::Admin::Database::V1::ListDatabasesResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#databasesArray<Google::Spanner::Admin::Database::V1::Database>

Returns Databases that matched the request.

Returns:



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_tokenString

Returns next_page_token can be sent in a subsequent ListDatabases call to fetch more of the matching databases.

Returns:

  • (String)

    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