Google Cloud Video Transcoder V1 Client - Class ProcessingMode (1.3.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
Name Description
value mixed

static::value

Parameter
Name Description
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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.