Interface CreateDomainMappingRequestOrBuilder (2.9.0)

publicinterface CreateDomainMappingRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDomainMapping()

publicabstractDomainMappinggetDomainMapping()

Domain mapping configuration.

.google.appengine.v1.DomainMapping domain_mapping = 2;

Returns
Type Description
DomainMapping

The domainMapping.

getDomainMappingOrBuilder()

publicabstractDomainMappingOrBuildergetDomainMappingOrBuilder()

Domain mapping configuration.

.google.appengine.v1.DomainMapping domain_mapping = 2;

Returns
Type Description

getOverrideStrategy()

publicabstractDomainOverrideStrategygetOverrideStrategy()

Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected.

.google.appengine.v1.DomainOverrideStrategy override_strategy = 4;

Returns
Type Description
DomainOverrideStrategy

The overrideStrategy.

getOverrideStrategyValue()

publicabstractintgetOverrideStrategyValue()

Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected.

.google.appengine.v1.DomainOverrideStrategy override_strategy = 4;

Returns
Type Description
int

The enum numeric value on the wire for overrideStrategy.

getParent()

publicabstractStringgetParent()

Name of the parent Application resource. Example: apps/myapp.

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

Name of the parent Application resource. Example: apps/myapp.

string parent = 1;

Returns
Type Description
ByteString

The bytes for parent.

hasDomainMapping()

publicabstractbooleanhasDomainMapping()

Domain mapping configuration.

.google.appengine.v1.DomainMapping domain_mapping = 2;

Returns
Type Description
boolean

Whether the domainMapping field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.