Class: Google::Cloud::AlloyDB::V1::ListDatabasesRequest

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 requesting list of Databases.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filtering results. This field is currently not supported, its value will be ignored if passed.

Returns:

  • (::String)

    Optional. Filtering results. This field is currently not supported, its value will be ignored if passed.



1341
1342
1343
1344
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1341

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

#page_size::Integer

Returns Optional. The maximum number of databases to return. The service may return fewer than this value. If unspecified, 2000 is the default page_size. The max value of page_size will be 4000, values above max will be coerced to max.

Returns:

  • (::Integer)

    Optional. The maximum number of databases to return. The service may return fewer than this value. If unspecified, 2000 is the default page_size. The max value of page_size will be 4000, values above max will be coerced to max.



1341
1342
1343
1344
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1341

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

#page_token::String

Returns Optional. A page token, received from a previous ListDatabases call. This should be provided to retrieve the subsequent page. This field is currently not supported, its value will be ignored if passed.

Returns:

  • (::String)

    Optional. A page token, received from a previous ListDatabases call. This should be provided to retrieve the subsequent page. This field is currently not supported, its value will be ignored if passed.



1341
1342
1343
1344
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1341

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

#parent::String

Returns Required. Parent value for ListDatabasesRequest.

Returns:

  • (::String)

    Required. Parent value for ListDatabasesRequest.



1341
1342
1343
1344
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 1341

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