public enum DomainOverrideStrategyReference documentation and code samples for the App Engine v1 API enum DomainOverrideStrategy.
Override strategy for mutating an existing mapping.
Namespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
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. |
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 |