App Engine v1 API - Enum DomainOverrideStrategy (2.3.0)

public enum DomainOverrideStrategy

Reference documentation and code samples for the App Engine v1 API enum DomainOverrideStrategy.

Override strategy for mutating an existing mapping.

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

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.

Strict

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

UnspecifiedDomainOverrideStrategy

Strategy unspecified. Defaults to STRICT.