Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class ProcessingState.
The current state of the job.
Protobuf type google.cloud.video.transcoder.v1.Job.ProcessingState
Namespace
Google \ Cloud \ Video \ Transcoder \ V1 \ JobMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PROCESSING_STATE_UNSPECIFIED
Value: 0
The processing state is not specified.
Generated from protobuf enum PROCESSING_STATE_UNSPECIFIED = 0;
PENDING
Value: 1
The job is enqueued and will be picked up for processing soon.
Generated from protobuf enum PENDING = 1;
RUNNING
Value: 2
The job is being processed.
Generated from protobuf enum RUNNING = 2;
SUCCEEDED
Value: 3
The job has been completed successfully.
Generated from protobuf enum SUCCEEDED = 3;
FAILED
Value: 4
The job has failed. For additional information, see failure_reason
and
failure_details
Generated from protobuf enum FAILED = 4;