Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ListGoldengateDeploymentEnvironmentsResponse.
Message for response to listing GoldengateDeploymentEnvironments
Generated from protobuf message google.cloud.oracledatabase.v1.ListGoldengateDeploymentEnvironmentsResponse
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ goldengate_deployment_environments |
array<GoldengateDeploymentEnvironment>
The list of GoldengateDeploymentEnvironment |
↳ next_page_token |
string
A token identifying a page of results the server should return. If this field is empty, there are no subsequent pages. |
↳ unreachable |
string[]
Unordered list. Locations that could not be reached. |
getGoldengateDeploymentEnvironments
The list of GoldengateDeploymentEnvironment
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<GoldengateDeploymentEnvironment> |
|
setGoldengateDeploymentEnvironments
The list of GoldengateDeploymentEnvironment
| Parameter | |
|---|---|
| Name | Description |
var |
array<GoldengateDeploymentEnvironment>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token identifying a page of results the server should return.
If this field is empty, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token identifying a page of results the server should return.
If this field is empty, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Unordered list. Locations that could not be reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setUnreachable
Unordered list. Locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|