Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateConnectionAssignment.
Represents the metadata of a Goldengate Connection Assignment.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateConnectionAssignment
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The name of the GoldengateConnectionAssignment resource in the following format: projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment} |
↳ properties |
GoldengateConnectionAssignmentProperties
Required. The properties of the GoldengateConnectionAssignment. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time when the connection assignment was created. |
↳ labels |
array|Google\Protobuf\Internal\MapField
Optional. The labels or tags associated with the GoldengateConnectionAssignment. |
↳ display_name |
string
Optional. The display name for the GoldengateConnectionAssignment. |
↳ entitlement_id |
string
Output only. The OCID of the entitlement linked to this resource. |
getName
Identifier. The name of the GoldengateConnectionAssignment resource in the following format: projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The name of the GoldengateConnectionAssignment resource in the following format: projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProperties
Required. The properties of the GoldengateConnectionAssignment.
| Returns | |
|---|---|
| Type | Description |
GoldengateConnectionAssignmentProperties|null |
|
hasProperties
clearProperties
setProperties
Required. The properties of the GoldengateConnectionAssignment.
| Parameter | |
|---|---|
| Name | Description |
var |
GoldengateConnectionAssignmentProperties
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. The time when the connection assignment was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the connection assignment was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLabels
Optional. The labels or tags associated with the GoldengateConnectionAssignment.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setLabels
Optional. The labels or tags associated with the GoldengateConnectionAssignment.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Optional. The display name for the GoldengateConnectionAssignment.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Optional. The display name for the GoldengateConnectionAssignment.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEntitlementId
Output only. The OCID of the entitlement linked to this resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEntitlementId
Output only. The OCID of the entitlement linked to this resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|