public enum IcebergCatalog.Replica.State extends Enum<IcebergCatalog.Replica.State> implements ProtocolMessageEnumIf 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
STATE_PRIMARY |
The replica is the writable primary. |
STATE_PRIMARY_IN_PROGRESS |
The replica has been recently assigned as the primary, but not all namespaces are writeable yet. |
STATE_PRIMARY_IN_PROGRESS_VALUE |
The replica has been recently assigned as the primary, but not all namespaces are writeable yet. |
STATE_PRIMARY_VALUE |
The replica is the writable primary. |
STATE_SECONDARY |
The replica is a read-only secondary replica. |
STATE_SECONDARY_VALUE |
The replica is a read-only secondary replica. |
STATE_UNKNOWN |
The replica state is unknown. |
STATE_UNKNOWN_VALUE |
The replica state is unknown. |
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() |
|