Enum Job.ProcessingMode (1.17.0)

public enum Job.ProcessingMode extends Enum<Job.ProcessingMode> implements ProtocolMessageEnum

The processing mode of the job.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()