Google Cloud Oracle Database V1 Client - Class ListGoldengateDeploymentVersionsRequest (0.9.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ListGoldengateDeploymentVersionsRequest.

Message for listing GoldengateDeploymentVersions.

Generated from protobuf message google.cloud.oracledatabase.v1.ListGoldengateDeploymentVersionsRequest

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Parent value for ListGoldengateDeploymentVersionsRequest Format: projects/{project}/locations/{location}

↳ page_size int

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.

↳ page_token string

Optional. A token identifying a page of results the server should return.

↳ filter string

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".

getParent

Required. Parent value for ListGoldengateDeploymentVersionsRequest Format: projects/{project}/locations/{location}

Returns
Type Description
string

setParent

Required. Parent value for ListGoldengateDeploymentVersionsRequest Format: projects/{project}/locations/{location}

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

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.

Returns
Type Description
int

setPageSize

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.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. A token identifying a page of results the server should return.

Returns
Type Description
string

setPageToken

Optional. A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

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".

Returns
Type Description
string

setFilter

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".

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. Parent value for ListGoldengateDeploymentVersionsRequest Format: projects/{project}/locations/{location} Please see OracleDatabaseClient::locationName() for help formatting this field.

Returns
Type Description
ListGoldengateDeploymentVersionsRequest