Google Cloud Appengine Admin V1 Client - Class UpdateDomainMappingRequest (1.3.0)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class UpdateDomainMappingRequest.

Request message for DomainMappings.UpdateDomainMapping.

Generated from protobuf message google.appengine.v1.UpdateDomainMappingRequest

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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

↳ domain_mapping Google\Cloud\AppEngine\V1\DomainMapping

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

↳ update_mask Google\Protobuf\FieldMask

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

getName

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

Returns
TypeDescription
string

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDomainMapping

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

Returns
TypeDescription
Google\Cloud\AppEngine\V1\DomainMapping|null

hasDomainMapping

clearDomainMapping

setDomainMapping

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

Parameter
NameDescription
var Google\Cloud\AppEngine\V1\DomainMapping
Returns
TypeDescription
$this

getUpdateMask

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

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

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

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this