public enum Job.ProcessingState extends Enum<Job.ProcessingState> implements ProtocolMessageEnum
The current state of the job.
Protobuf enum google.events.cloud.video.transcoder.v1.Job.ProcessingState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FAILED |
The job has failed. For additional information, see |
FAILED_VALUE |
The job has failed. For additional information, see |
PENDING |
The job is enqueued and will be picked up for processing soon. |
PENDING_VALUE |
The job is enqueued and will be picked up for processing soon. |
PROCESSING_STATE_UNSPECIFIED |
The processing state is not specified. |
PROCESSING_STATE_UNSPECIFIED_VALUE |
The processing state is not specified. |
RUNNING |
The job is being processed. |
RUNNING_VALUE |
The job is being processed. |
SUCCEEDED |
The job has been completed successfully. |
SUCCEEDED_VALUE |
The job has been 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() |