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

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

The response for GoldengateDeployment.List.

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

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ goldengate_deployments array<GoldengateDeployment>

The list of GoldengateDeployments.

↳ next_page_token string

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

↳ unreachable string[]

Optional. Locations that could not be reached.

getGoldengateDeployments

The list of GoldengateDeployments.

Returns
Type Description
Google\Protobuf\RepeatedField<GoldengateDeployment>

setGoldengateDeployments

The list of GoldengateDeployments.

Parameter
Name Description
var array<GoldengateDeployment>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Optional. Locations that could not be reached.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setUnreachable

Optional. Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this