Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ListGoldengateConnectionAssignmentsResponse.
Response message for listing GoldengateConnectionAssignments.
Generated from protobuf message google.cloud.oracledatabase.v1.ListGoldengateConnectionAssignmentsResponse
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ goldengate_connection_assignments |
array<GoldengateConnectionAssignment>
The list of GoldengateConnectionAssignments. |
↳ next_page_token |
string
A token, which can be sent as |
↳ unreachable |
string[]
Unreachable locations when listing resources across all locations using wildcard location '-'. |
getGoldengateConnectionAssignments
The list of GoldengateConnectionAssignments.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<GoldengateConnectionAssignment> |
|
setGoldengateConnectionAssignments
The list of GoldengateConnectionAssignments.
| Parameter | |
|---|---|
| Name | Description |
var |
array<GoldengateConnectionAssignment>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Unreachable locations when listing resources across all locations using wildcard location '-'.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setUnreachable
Unreachable locations when listing resources across all locations using wildcard location '-'.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|