Interface CreateDomainMappingRequestOrBuilder (2.5.0)

public interface CreateDomainMappingRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDomainMapping()

public abstract DomainMapping getDomainMapping()

Domain mapping configuration.

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

Returns
TypeDescription
DomainMapping

The domainMapping.

getDomainMappingOrBuilder()

public abstract DomainMappingOrBuilder getDomainMappingOrBuilder()

Domain mapping configuration.

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

Returns
TypeDescription
DomainMappingOrBuilder

getOverrideStrategy()

public abstract DomainOverrideStrategy getOverrideStrategy()

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
TypeDescription
DomainOverrideStrategy

The overrideStrategy.

getOverrideStrategyValue()

public abstract int getOverrideStrategyValue()

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
TypeDescription
int

The enum numeric value on the wire for overrideStrategy.

getParent()

public abstract String getParent()

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

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

hasDomainMapping()

public abstract boolean hasDomainMapping()

Domain mapping configuration.

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

Returns
TypeDescription
boolean

Whether the domainMapping field is set.