Google Cloud Domains V1 Client - Class UpdateRegistrationRequest (0.4.2)

Reference documentation and code samples for the Google Cloud Domains V1 Client class UpdateRegistrationRequest.

Request for the UpdateRegistration method.

Generated from protobuf message google.cloud.domains.v1.UpdateRegistrationRequest

Namespace

Google \ Cloud \ Domains \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ registration Google\Cloud\Domains\V1\Registration

Fields of the Registration to update.

↳ update_mask Google\Protobuf\FieldMask

Required. The field mask describing which fields to update as a comma-separated list. For example, if only the labels are being updated, the update_mask is "labels".

getRegistration

Fields of the Registration to update.

Returns
TypeDescription
Google\Cloud\Domains\V1\Registration|null

hasRegistration

clearRegistration

setRegistration

Fields of the Registration to update.

Parameter
NameDescription
var Google\Cloud\Domains\V1\Registration
Returns
TypeDescription
$this

getUpdateMask

Required. The field mask describing which fields to update as a comma-separated list.

For example, if only the labels are being updated, the update_mask is "labels".

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The field mask describing which fields to update as a comma-separated list.

For example, if only the labels are being updated, the update_mask is "labels".

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

static::build

Parameters
NameDescription
registration Google\Cloud\Domains\V1\Registration

Fields of the Registration to update.

updateMask Google\Protobuf\FieldMask

Required. The field mask describing which fields to update as a comma-separated list. For example, if only the labels are being updated, the update_mask is "labels".

Returns
TypeDescription
Google\Cloud\Domains\V1\UpdateRegistrationRequest