Oracle Database@Google Cloud v1 API - Class ListGoldengateDeploymentVersionsRequest (1.6.0)

public sealed class ListGoldengateDeploymentVersionsRequest : IMessage<ListGoldengateDeploymentVersionsRequest>, IEquatable<ListGoldengateDeploymentVersionsRequest>, IDeepCloneable<ListGoldengateDeploymentVersionsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ListGoldengateDeploymentVersionsRequest.

Message for listing GoldengateDeploymentVersions.

Inheritance

object > ListGoldengateDeploymentVersionsRequest

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

ListGoldengateDeploymentVersionsRequest()

public ListGoldengateDeploymentVersionsRequest()

ListGoldengateDeploymentVersionsRequest(ListGoldengateDeploymentVersionsRequest)

public ListGoldengateDeploymentVersionsRequest(ListGoldengateDeploymentVersionsRequest other)
Parameter
Name Description
other ListGoldengateDeploymentVersionsRequest

Properties

Filter

public string Filter { get; set; }

Optional. An expression for filtering the results of the request. Either the deployment_id and deployment_type fields must be specified in the format: deployment_id="id" or deployment_type="DATABASE_ORACLE".

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. The maximum value is 1000; values above 1000 will be coerced to 1000.

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. Parent value for ListGoldengateDeploymentVersionsRequest 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