public enum SnapshotState extends Enum<SnapshotState> implements ProtocolMessageEnum
Snapshot state.
Protobuf enum google.dataflow.v1beta3.SnapshotState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DELETED |
Snapshot has been deleted. |
DELETED_VALUE |
Snapshot has been deleted. |
FAILED |
Snapshot failed to be created. |
FAILED_VALUE |
Snapshot failed to be created. |
PENDING |
Snapshot intent to create has been persisted, snapshotting of state has not yet started. |
PENDING_VALUE |
Snapshot intent to create has been persisted, snapshotting of state has not yet started. |
READY |
Snapshot has been created and is ready to be used. |
READY_VALUE |
Snapshot has been created and is ready to be used. |
RUNNING |
Snapshotting is being performed. |
RUNNING_VALUE |
Snapshotting is being performed. |
UNKNOWN_SNAPSHOT_STATE |
Unknown state. |
UNKNOWN_SNAPSHOT_STATE_VALUE |
Unknown state. |
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() |