Google Cloud Video Transcoder V1 Client - Class ProcessingState (1.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0The processing state is not specified.
Generated from protobuf enum PROCESSING_STATE_UNSPECIFIED = 0;
PENDING
Value: 1The job is enqueued and will be picked up for processing soon.
Generated from protobuf enum PENDING = 1;
RUNNING
Value: 2The job is being processed.
Generated from protobuf enum RUNNING = 2;
SUCCEEDED
Value: 3The job has been completed successfully.
Generated from protobuf enum SUCCEEDED = 3;
FAILED
Value: 4The job has failed. For additional information, see Troubleshooting.
Generated from protobuf enum FAILED = 4;