Enum IcebergCatalog.Replica.State (0.83.0)

public enum IcebergCatalog.Replica.State extends Enum<IcebergCatalog.Replica.State> implements ProtocolMessageEnum

If the catalog is replicated to multiple regions, this enum describes the current state of the replica.

Protobuf enum google.cloud.biglake.v1.IcebergCatalog.Replica.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
STATE_PRIMARY

The replica is the writable primary.

STATE_PRIMARY = 1;

STATE_PRIMARY_IN_PROGRESS

The replica has been recently assigned as the primary, but not all namespaces are writeable yet.

STATE_PRIMARY_IN_PROGRESS = 2;

STATE_PRIMARY_IN_PROGRESS_VALUE

The replica has been recently assigned as the primary, but not all namespaces are writeable yet.

STATE_PRIMARY_IN_PROGRESS = 2;

STATE_PRIMARY_VALUE

The replica is the writable primary.

STATE_PRIMARY = 1;

STATE_SECONDARY

The replica is a read-only secondary replica.

STATE_SECONDARY = 3;

STATE_SECONDARY_VALUE

The replica is a read-only secondary replica.

STATE_SECONDARY = 3;

STATE_UNKNOWN

The replica state is unknown.

STATE_UNKNOWN = 0;

STATE_UNKNOWN_VALUE

The replica state is unknown.

STATE_UNKNOWN = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()