Google Cloud Domains V1beta1 Client - Class ConfigureManagementSettingsRequest (0.4.2)

Reference documentation and code samples for the Google Cloud Domains V1beta1 Client class ConfigureManagementSettingsRequest.

Request for the ConfigureManagementSettings method.

Generated from protobuf message google.cloud.domains.v1beta1.ConfigureManagementSettingsRequest

Namespace

Google \ Cloud \ Domains \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ registration string

Required. The name of the Registration whose management settings are being updated, in the format projects/*/locations/*/registrations/*.

↳ management_settings Google\Cloud\Domains\V1beta1\ManagementSettings

Fields of the ManagementSettings 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 transfer lock is being updated, the update_mask is "transfer_lock_state".

getRegistration

Required. The name of the Registration whose management settings are being updated, in the format projects/*/locations/*/registrations/*.

Returns
TypeDescription
string

setRegistration

Required. The name of the Registration whose management settings are being updated, in the format projects/*/locations/*/registrations/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getManagementSettings

Fields of the ManagementSettings to update.

Returns
TypeDescription
Google\Cloud\Domains\V1beta1\ManagementSettings|null

hasManagementSettings

clearManagementSettings

setManagementSettings

Fields of the ManagementSettings to update.

Parameter
NameDescription
var Google\Cloud\Domains\V1beta1\ManagementSettings
Returns
TypeDescription
$this

getUpdateMask

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

For example, if only the transfer lock is being updated, the update_mask is "transfer_lock_state".

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 transfer lock is being updated, the update_mask is "transfer_lock_state".

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