public sealed class ListGoldengateDeploymentTypesRequest : IMessage<ListGoldengateDeploymentTypesRequest>, IEquatable<ListGoldengateDeploymentTypesRequest>, IDeepCloneable<ListGoldengateDeploymentTypesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListGoldengateDeploymentTypesRequest.
Message for listing GoldengateDeploymentTypes.
Implements
IMessageListGoldengateDeploymentTypesRequest, IEquatableListGoldengateDeploymentTypesRequest, IDeepCloneableListGoldengateDeploymentTypesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
ListGoldengateDeploymentTypesRequest()
public ListGoldengateDeploymentTypesRequest()ListGoldengateDeploymentTypesRequest(ListGoldengateDeploymentTypesRequest)
public ListGoldengateDeploymentTypesRequest(ListGoldengateDeploymentTypesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListGoldengateDeploymentTypesRequest |
Properties
Filter
public string Filter { get; set; }Optional. An expression for filtering the results of the request. Either
the deployment_type and ogg_version fields must be specified in the format:
deployment_type="DATABASE_ORACLE" or ogg_version="version".
Allowed values for deployment_type are: DATABASE_ORACLE, BIGDATA,
DATABASE_MICROSOFT_SQLSERVER, DATABASE_MYSQL, DATABASE_POSTGRESQL,
DATABASE_DB2ZOS, DATABASE_DB2I, GGSA, DATA_TRANSFORMS.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrderBy
public string OrderBy { get; set; }Optional. Hint for how to order the results
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource. 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 |
|