AlloyDB V1BETA API - Class Google::Cloud::AlloyDB::V1beta::ListDatabasesRequest (v0.10.0)

Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::ListDatabasesRequest.

Message for requesting list of Databases.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Filtering results. This field is currently not supported, its value will be ignored if passed.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — 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.

#page_size

def page_size() -> ::Integer
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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::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.
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.

#page_token

def page_token() -> ::String
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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::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.
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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Parent value for ListDatabasesRequest.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Parent value for ListDatabasesRequest.
Returns
  • (::String) — Required. Parent value for ListDatabasesRequest.