Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::ListPluggableDatabasesRequest (v0.11.1)

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::ListPluggableDatabasesRequest.

The request for PluggableDatabase.List.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. An expression for filtering the results of the request. List for pluggable databases is supported only with a valid container database (full resource name) filter in this format: database="projects/{project}/locations/{location}/databases/{database}"

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. An expression for filtering the results of the request. List for pluggable databases is supported only with a valid container database (full resource name) filter in this format: database="projects/{project}/locations/{location}/databases/{database}"
Returns
  • (::String) — Optional. An expression for filtering the results of the request. List for pluggable databases is supported only with a valid container database (full resource name) filter in this format: database="projects/{project}/locations/{location}/databases/{database}"

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value.
Returns
  • (::Integer) — Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A page token, received from a previous ListPluggableDatabases call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListPluggableDatabases must match the call that provided the page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A page token, received from a previous ListPluggableDatabases call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListPluggableDatabases must match the call that provided the page token.

Returns
  • (::String) — Optional. A page token, received from a previous ListPluggableDatabases call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListPluggableDatabases must match the call that provided the page token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location}