Enum Job.OptimizationStrategy (1.52.0)

publicenumJob.OptimizationStrategyextendsEnum<Job.OptimizationStrategy>implementsProtocolMessageEnum

The optimization strategy of the job. The default is AUTODETECT.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTODETECT

Prioritize job processing speed.

AUTODETECT = 1;

AUTODETECT_VALUE

Prioritize job processing speed.

AUTODETECT = 1;

DISABLED

Disable all optimizations.

DISABLED = 2;

DISABLED_VALUE

Disable all optimizations.

DISABLED = 2;

OPTIMIZATION_STRATEGY_UNSPECIFIED

The optimization strategy is not specified.

OPTIMIZATION_STRATEGY_UNSPECIFIED = 0;

OPTIMIZATION_STRATEGY_UNSPECIFIED_VALUE

The optimization strategy is not specified.

OPTIMIZATION_STRATEGY_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.