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

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

The response for GoldengateConnection.List.

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

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ goldengate_connections array<GoldengateConnection>

The list of GoldengateConnections.

↳ next_page_token string

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

↳ unreachable string[]

Optional. Locations that could not be reached.

getGoldengateConnections

The list of GoldengateConnections.

Returns
Type Description
Google\Protobuf\RepeatedField<GoldengateConnection>

setGoldengateConnections

The list of GoldengateConnections.

Parameter
Name Description
var array<GoldengateConnection>
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