Class: Google::Cloud::AlloyDB::V1beta::ListDatabasesResponse

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

Overview

Message for response to listing Databases.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The list of databases.

Returns:



1239
1240
1241
1242
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 1239

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.



1239
1240
1241
1242
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 1239

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