Transcoder V1 API - Module Google::Cloud::Video::Transcoder::V1::Job::ProcessingMode (v2.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Transcoder V1 API module Google::Cloud::Video::Transcoder::V1::Job::ProcessingMode.
The processing mode of the job.
Constants
PROCESSING_MODE_UNSPECIFIED
value: 0 The job processing mode is not specified.
PROCESSING_MODE_INTERACTIVE
value: 1 The job processing mode is interactive mode.
Interactive job will either be ran or rejected if quota does not allow
for it.
PROCESSING_MODE_BATCH
value: 2 The job processing mode is batch mode.
Batch mode allows queuing of jobs.