Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class LockType.
The type of lock.
Protobuf type google.cloud.oracledatabase.v1.GoldengateDeploymentLock.LockType
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ GoldengateDeploymentLockMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LOCK_TYPE_UNSPECIFIED
Value: 0The lock type is unspecified.
Generated from protobuf enum LOCK_TYPE_UNSPECIFIED = 0;
FULL
Value: 1The lock type is full.
Generated from protobuf enum FULL = 1;
DELETE
Value: 2The lock type is delete.
Generated from protobuf enum DELETE = 2;