Class ListPluggableDatabasesRequest (0.4.0)

ListPluggableDatabasesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request for PluggableDatabase.List.

Attributes

Name Description
parent str
Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location}
page_size int
Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value.
page_token str
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.
filter str
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}"