Google Cloud Domains V1alpha2 Client - Class UpdateRegistrationRequest (0.4.2)

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

Request for the UpdateRegistration method.

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

Namespace

Google \ Cloud \ Domains \ V1alpha2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ registration Google\Cloud\Domains\V1alpha2\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\V1alpha2\Registration|null

hasRegistration

clearRegistration

setRegistration

Fields of the Registration to update.

Parameter
NameDescription
var Google\Cloud\Domains\V1alpha2\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