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-
(::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-
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}"
-
(::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- (::Integer) — Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value.
- (::Integer) — Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value.
#page_token
def page_token() -> ::String-
(::String) — Optional. A page token, received from a previous
ListPluggableDatabasescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListPluggableDatabasesmust match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String-
value (::String) — Optional. A page token, received from a previous
ListPluggableDatabasescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListPluggableDatabasesmust match the call that provided the page token.
-
(::String) — Optional. A page token, received from a previous
ListPluggableDatabasescall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListPluggableDatabasesmust match the call that provided the page token.
#parent
def parent() -> ::String- (::String) — Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String- value (::String) — Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location}
- (::String) — Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location}