Enum Job.ProcessingState (0.4.3)

public enum Job.ProcessingState extends Enum<Job.ProcessingState> implements ProtocolMessageEnum

The current state of the job.

Protobuf enum google.cloud.video.transcoder.v1.Job.ProcessingState

Implements

ProtocolMessageEnum

Fields

NameDescription
FAILED

The job has failed. For additional information, see failure_reason and failure_details

FAILED = 4;

FAILED_VALUE

The job has failed. For additional information, see failure_reason and failure_details

FAILED = 4;

PENDING

The job is enqueued and will be picked up for processing soon.

PENDING = 1;

PENDING_VALUE

The job is enqueued and will be picked up for processing soon.

PENDING = 1;

PROCESSING_STATE_UNSPECIFIED

The processing state is not specified.

PROCESSING_STATE_UNSPECIFIED = 0;

PROCESSING_STATE_UNSPECIFIED_VALUE

The processing state is not specified.

PROCESSING_STATE_UNSPECIFIED = 0;

RUNNING

The job is being processed.

RUNNING = 2;

RUNNING_VALUE

The job is being processed.

RUNNING = 2;

SUCCEEDED

The job has been completed successfully.

SUCCEEDED = 3;

SUCCEEDED_VALUE

The job has been completed successfully.

SUCCEEDED = 3;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()