Enum Job.ProcessingMode (1.39.0)

publicenumJob.ProcessingModeextendsEnum<Job.ProcessingMode>implementsProtocolMessageEnum

The processing mode of the job.

Protobuf enum google.cloud.video.transcoder.v1.Job.ProcessingMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
PROCESSING_MODE_BATCH

The job processing mode is batch mode. Batch mode allows queuing of jobs.

PROCESSING_MODE_BATCH = 2;

PROCESSING_MODE_BATCH_VALUE

The job processing mode is batch mode. Batch mode allows queuing of jobs.

PROCESSING_MODE_BATCH = 2;

PROCESSING_MODE_INTERACTIVE

The job processing mode is interactive mode. Interactive job will either be ran or rejected if quota does not allow for it.

PROCESSING_MODE_INTERACTIVE = 1;

PROCESSING_MODE_INTERACTIVE_VALUE

The job processing mode is interactive mode. Interactive job will either be ran or rejected if quota does not allow for it.

PROCESSING_MODE_INTERACTIVE = 1;

PROCESSING_MODE_UNSPECIFIED

The job processing mode is not specified.

PROCESSING_MODE_UNSPECIFIED = 0;

PROCESSING_MODE_UNSPECIFIED_VALUE

The job processing mode is not specified.

PROCESSING_MODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

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年11月19日 UTC.