Class: Google::Cloud::AlloyDB::V1::ListDatabasesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1/service.rb

Overview

Message for response to listing Databases.

Instance Attribute Summary collapse

Instance Attribute Details

#databases::Array<::Google::Cloud::AlloyDB::V1::Database>

Returns The list of databases.

Returns:



1354
1355
1356
1357
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1354

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

#next_page_token::String

Returns A token identifying the next page of results the server should return. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token identifying the next page of results the server should return. If this field is omitted, there are no subsequent pages.



1354
1355
1356
1357
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1354

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