Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateDeploymentLock.
The lock of the GoldengateDeployment.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateDeploymentLock
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
int
Output only. The type of lock. |
↳ compartment_id |
string
Output only. The compartment id. |
↳ related_resource_id |
string
Output only. The related resource id. |
↳ message |
string
Output only. The message. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. The time created. |
getType
Output only. The type of lock.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type LockType. |
setType
Output only. The type of lock.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type LockType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCompartmentId
Output only. The compartment id.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCompartmentId
Output only. The compartment id.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRelatedResourceId
Output only. The related resource id.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRelatedResourceId
Output only. The related resource id.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMessage
Output only. The message.
| Returns | |
|---|---|
| Type | Description |
string |
|
setMessage
Output only. The message.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. The time created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|