public sealed class ListPluggableDatabasesRequest : IPageRequest, IMessage<ListPluggableDatabasesRequest>, IEquatable<ListPluggableDatabasesRequest>, IDeepCloneable<ListPluggableDatabasesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListPluggableDatabasesRequest.
The request for PluggableDatabase.List.
Implements
IPageRequest, IMessageListPluggableDatabasesRequest, IEquatableListPluggableDatabasesRequest, IDeepCloneableListPluggableDatabasesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ListPluggableDatabasesRequest()
public ListPluggableDatabasesRequest()ListPluggableDatabasesRequest(ListPluggableDatabasesRequest)
public ListPluggableDatabasesRequest(ListPluggableDatabasesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPluggableDatabasesRequest |
Properties
Filter
public string Filter { get; set; }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}"
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|