public interface CreateDomainMappingRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDomainMapping()
public abstract DomainMapping getDomainMapping()Domain mapping configuration.
.google.appengine.v1.DomainMapping domain_mapping = 2;
| Returns | |
|---|---|
| Type | Description |
DomainMapping |
The domainMapping. |
getDomainMappingOrBuilder()
public abstract DomainMappingOrBuilder getDomainMappingOrBuilder()Domain mapping configuration.
.google.appengine.v1.DomainMapping domain_mapping = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Name of the parent Application resource. Example: apps/myapp.
string parent = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasDomainMapping()
public abstract boolean hasDomainMapping()Domain mapping configuration.
.google.appengine.v1.DomainMapping domain_mapping = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the domainMapping field is set. |