Google Cloud Appengine Admin V1 Client - Class DomainOverrideStrategy (1.3.5)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class DomainOverrideStrategy.

Override strategy for mutating an existing mapping.

Protobuf type google.appengine.v1.DomainOverrideStrategy

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY

Value: 0

Strategy unspecified. Defaults to STRICT.

Generated from protobuf enum UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY = 0;

STRICT

Value: 1

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

Generated from protobuf enum STRICT = 1;

OVERRIDE

Value: 2

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.

Generated from protobuf enum OVERRIDE = 2;