Generated from protobuf enumUNSPECIFIED_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 enumSTRICT = 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Appengine Admin V1 Client - Class DomainOverrideStrategy (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-appengine-admin/latest/V1.DomainOverrideStrategy)\n- [2.0.3](/php/docs/reference/cloud-appengine-admin/2.0.3/V1.DomainOverrideStrategy)\n- [1.3.5](/php/docs/reference/cloud-appengine-admin/1.3.5/V1.DomainOverrideStrategy)\n- [1.2.2](/php/docs/reference/cloud-appengine-admin/1.2.2/V1.DomainOverrideStrategy)\n- [1.1.1](/php/docs/reference/cloud-appengine-admin/1.1.1/V1.DomainOverrideStrategy)\n- [1.0.6](/php/docs/reference/cloud-appengine-admin/1.0.6/V1.DomainOverrideStrategy) \nReference documentation and code samples for the Google Cloud Appengine Admin V1 Client class DomainOverrideStrategy.\n\nOverride strategy for mutating an existing mapping.\n\nProtobuf type `google.appengine.v1.DomainOverrideStrategy`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AppEngine \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY\n\n Value: 0\n\nStrategy unspecified. Defaults to `STRICT`.\n\nGenerated from protobuf enum `UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY = 0;`\n\n### STRICT\n\n Value: 1\n\nOverrides not allowed. If a mapping already exists for the\nspecified domain, the request will return an ALREADY_EXISTS (409).\n\nGenerated from protobuf enum `STRICT = 1;`\n\n### OVERRIDE\n\n Value: 2\n\nOverrides allowed. If a mapping already exists for the specified domain,\nthe request will overwrite it. Note that this might stop another\nGoogle product from serving. For example, if the domain is\nmapped to another App Engine application, that app will no\nlonger serve from that domain.\n\nGenerated from protobuf enum `OVERRIDE = 2;`"]]