Google Cloud Video Transcoder V1 Client - Class ProcessingMode (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 ProcessingMode.
The processing mode of the job.
Protobuf type google.cloud.video.transcoder.v1.Job.ProcessingMode
Namespace
Google \ Cloud \ Video \ Transcoder \ V1 \ JobMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PROCESSING_MODE_UNSPECIFIED
Value: 0The job processing mode is not specified.
Generated from protobuf enum PROCESSING_MODE_UNSPECIFIED = 0;
PROCESSING_MODE_INTERACTIVE
Value: 1The job processing mode is interactive mode.
Interactive job will either be ran or rejected if quota does not allow for it.
Generated from protobuf enum PROCESSING_MODE_INTERACTIVE = 1;
PROCESSING_MODE_BATCH
Value: 2The job processing mode is batch mode.
Batch mode allows queuing of jobs.
Generated from protobuf enum PROCESSING_MODE_BATCH = 2;