Google Cloud Oracle Database V1 Client - Class LockType (0.9.0)

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 \ GoldengateDeploymentLock

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LOCK_TYPE_UNSPECIFIED

Value: 0

The lock type is unspecified.

Generated from protobuf enum LOCK_TYPE_UNSPECIFIED = 0;

FULL

Value: 1

The lock type is full.

Generated from protobuf enum FULL = 1;

DELETE

Value: 2

The lock type is delete.

Generated from protobuf enum DELETE = 2;