Enum Lock.Type (0.18.0)

public enum Lock.Type extends Enum<Lock.Type> implements ProtocolMessageEnum

The lock type.

Protobuf enum google.cloud.bigquery.biglake.v1alpha1.Lock.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EXCLUSIVE

An exclusive lock prevents another lock from being created on the same resource.

EXCLUSIVE = 1;

EXCLUSIVE_VALUE

An exclusive lock prevents another lock from being created on the same resource.

EXCLUSIVE = 1;

TYPE_UNSPECIFIED

The type is not specified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

The type is not specified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()