Enum DomainOverrideStrategy (2.3.3)

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

NameDescription
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

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