AlloyDB V1ALPHA API - Class Google::Cloud::AlloyDB::V1alpha::ListDatabasesRequest (v0.4.0)

Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::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, an appropriate number of databases will be returned. The max value will be 2000, 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, an appropriate number of databases will be returned. The max value will be 2000, 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, an appropriate number of databases will be returned. The max value will be 2000, 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.