public enum Snapshot.State extends Enum<Snapshot.State> implements ProtocolMessageEnum
Possible states of a snapshot.
Protobuf enum google.bigtable.admin.v2.Snapshot.State
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
CREATING | The snapshot is currently being created, and may be destroyed if the creation process encounters an error. A snapshot may not be restored to a table while it is being created. |
CREATING_VALUE | The snapshot is currently being created, and may be destroyed if the creation process encounters an error. A snapshot may not be restored to a table while it is being created. |
READY | The snapshot has been successfully created and can serve all requests. |
READY_VALUE | The snapshot has been successfully created and can serve all requests. |
STATE_NOT_KNOWN | The state of the snapshot could not be determined. |
STATE_NOT_KNOWN_VALUE | The state of the snapshot could not be determined. |
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() |