Google Cloud Video Transcoder V1 Client - Class ProcessingMode (0.9.1)

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 \ Job

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

PROCESSING_MODE_UNSPECIFIED

Value: 0

The job processing mode is not specified.

Generated from protobuf enum PROCESSING_MODE_UNSPECIFIED = 0;

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.

Generated from protobuf enum PROCESSING_MODE_INTERACTIVE = 1;

PROCESSING_MODE_BATCH

Value: 2

The job processing mode is batch mode.

Batch mode allows queuing of jobs.

Generated from protobuf enum PROCESSING_MODE_BATCH = 2;