public enum Job.State extends Enum<Job.State> implements ProtocolMessageEnum
Describes state of a job.
Protobuf enum google.cloud.storagebatchoperations.v1.Job.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CANCELED |
Cancelled by the user. |
CANCELED_VALUE |
Cancelled by the user. |
FAILED |
Terminated due to an unrecoverable failure. |
FAILED_VALUE |
Terminated due to an unrecoverable failure. |
RUNNING |
In progress. |
RUNNING_VALUE |
In progress. |
STATE_UNSPECIFIED |
Default value. This value is unused. |
STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
SUCCEEDED |
Completed successfully. |
SUCCEEDED_VALUE |
Completed successfully. |
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() |