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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ registration |
Google\Cloud\Domains\V1\Registration
Fields of the |
↳ 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 |
getRegistration
Fields of the Registration
to update.
Returns | |
---|---|
Type | Description |
Google\Cloud\Domains\V1\Registration|null |
hasRegistration
clearRegistration
setRegistration
Fields of the Registration
to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Domains\V1\Registration
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
registration |
Google\Cloud\Domains\V1\Registration
Fields of the |
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 |
Returns | |
---|---|
Type | Description |
Google\Cloud\Domains\V1\UpdateRegistrationRequest |