Enum Job.ProcessingState (1.6.0)

publicenumJob.ProcessingStateextendsEnum<Job.ProcessingState>implementsProtocolMessageEnum

The current state of the job.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
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

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()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.