Enum DomainOverrideStrategy (2.41.0)

public enum DomainOverrideStrategy extends Enum<DomainOverrideStrategy> implements ProtocolMessageEnum

Override strategy for mutating an existing mapping.

Protobuf enum google.appengine.v1.DomainOverrideStrategy

Implements

ProtocolMessageEnum

Static Fields

Name Description
OVERRIDE

Overrides allowed. If a mapping already exists for the specified ___domain, the request will overwrite it. Note that this might stop another Google product from serving. For example, if the ___domain is mapped to another App Engine application, that app will no longer serve from that ___domain.

OVERRIDE = 2;

OVERRIDE_VALUE

Overrides allowed. If a mapping already exists for the specified ___domain, the request will overwrite it. Note that this might stop another Google product from serving. For example, if the ___domain is mapped to another App Engine application, that app will no longer serve from that ___domain.

OVERRIDE = 2;

STRICT

Overrides not allowed. If a mapping already exists for the specified ___domain, the request will return an ALREADY_EXISTS (409).

STRICT = 1;

STRICT_VALUE

Overrides not allowed. If a mapping already exists for the specified ___domain, the request will return an ALREADY_EXISTS (409).

STRICT = 1;

UNRECOGNIZED
UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY

Strategy unspecified. Defaults to STRICT.

UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY = 0;

UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY_VALUE

Strategy unspecified. Defaults to STRICT.

UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY = 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()