public interface UpdateDomainMappingRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDomainMapping()
public abstract DomainMapping getDomainMapping()A domain mapping containing the updated resource. Only fields set in the field mask will be updated.
.google.appengine.v1.DomainMapping domain_mapping = 2;
| Type | Description |
DomainMapping |
The domainMapping. |
getDomainMappingOrBuilder()
public abstract DomainMappingOrBuilder getDomainMappingOrBuilder()A domain mapping containing the updated resource. Only fields set in the field mask will be updated.
.google.appengine.v1.DomainMapping domain_mapping = 2;
| Type | Description |
DomainMappingOrBuilder |
getName()
public abstract String getName() Name of the resource to update. Example:
apps/myapp/domainMappings/example.com.
string name = 1;
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Name of the resource to update. Example:
apps/myapp/domainMappings/example.com.
string name = 1;
| Type | Description |
ByteString |
The bytes for name. |
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
FieldMaskOrBuilder |
hasDomainMapping()
public abstract boolean hasDomainMapping()A domain mapping containing the updated resource. Only fields set in the field mask will be updated.
.google.appengine.v1.DomainMapping domain_mapping = 2;
| Type | Description |
boolean |
Whether the domainMapping field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
boolean |
Whether the updateMask field is set. |