Enum UriOverride.UriOverrideEnforceMode (2.53.0)

publicenumUriOverride.UriOverrideEnforceModeextendsEnum<UriOverride.UriOverrideEnforceMode>implementsProtocolMessageEnum

UriOverrideEnforceMode mode is to define enforcing mode for the override modes.

Protobuf enum google.cloud.tasks.v2beta2.UriOverride.UriOverrideEnforceMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALWAYS

In the ALWAYS mode, queue-level configuration overrides all task-level configuration

ALWAYS = 2;

ALWAYS_VALUE

In the ALWAYS mode, queue-level configuration overrides all task-level configuration

ALWAYS = 2;

IF_NOT_EXISTS

In the IF_NOT_EXISTS mode, queue-level configuration is only applied where task-level configuration does not exist.

IF_NOT_EXISTS = 1;

IF_NOT_EXISTS_VALUE

In the IF_NOT_EXISTS mode, queue-level configuration is only applied where task-level configuration does not exist.

IF_NOT_EXISTS = 1;

UNRECOGNIZED
URI_OVERRIDE_ENFORCE_MODE_UNSPECIFIED

OverrideMode Unspecified. Defaults to ALWAYS.

URI_OVERRIDE_ENFORCE_MODE_UNSPECIFIED = 0;

URI_OVERRIDE_ENFORCE_MODE_UNSPECIFIED_VALUE

OverrideMode Unspecified. Defaults to ALWAYS.

URI_OVERRIDE_ENFORCE_MODE_UNSPECIFIED = 0;

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.