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

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

Instance Attribute Details

#databases::Array<::Google::Cloud::Spanner::Admin::Database::V1::Database>

Returns Databases that matched the request.

Returns:



163
164
165
166
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 163

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.

Returns:

  • (::String)

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



163
164
165
166
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 163

class ListDatabasesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end