Interface UpdateDomainMappingRequestOrBuilder (2.34.0)

publicinterface UpdateDomainMappingRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDomainMapping()

publicabstractDomainMappinggetDomainMapping()

A domain mapping containing the updated resource. Only fields set in the field mask will be updated.

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

Returns
Type Description
DomainMapping

The domainMapping.

getDomainMappingOrBuilder()

publicabstractDomainMappingOrBuildergetDomainMappingOrBuilder()

A domain mapping containing the updated resource. Only fields set in the field mask will be updated.

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

Returns
Type Description
DomainMappingOrBuilder

getName()

publicabstractStringgetName()

Name of the resource to update. Example: apps/myapp/domainMappings/example.com.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

publicabstractByteStringgetNameBytes()

Name of the resource to update. Example: apps/myapp/domainMappings/example.com.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getUpdateMask()

publicabstractFieldMaskgetUpdateMask()

Required. Standard field mask for the set of fields to be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

publicabstractFieldMaskOrBuildergetUpdateMaskOrBuilder()

Required. Standard field mask for the set of fields to be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type Description
FieldMaskOrBuilder

hasDomainMapping()

publicabstractbooleanhasDomainMapping()

A domain mapping containing the updated resource. Only fields set in the field mask will be updated.

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

Returns
Type Description
boolean

Whether the domainMapping field is set.

hasUpdateMask()

publicabstractbooleanhasUpdateMask()

Required. Standard field mask for the set of fields to be updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type Description
boolean

Whether the updateMask 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.