Reference documentation and code samples for the Google Cloud Domains V1 Client class ConfigureManagementSettingsRequest.
Request for the ConfigureManagementSettings
method.
Generated from protobuf message google.cloud.domains.v1.ConfigureManagementSettingsRequest
Namespace
Google \ Cloud \ Domains \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ registration |
string
Required. The name of the |
↳ management_settings |
ManagementSettings
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 transfer lock is being updated, the |
getRegistration
Required. The name of the Registration
whose management settings are being updated,
in the format projects/*/locations/*/registrations/*
.
Returns | |
---|---|
Type | Description |
string |
setRegistration
Required. The name of the Registration
whose management settings are being updated,
in the format projects/*/locations/*/registrations/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getManagementSettings
Fields of the ManagementSettings
to update.
Returns | |
---|---|
Type | Description |
ManagementSettings|null |
hasManagementSettings
clearManagementSettings
setManagementSettings
Fields of the ManagementSettings
to update.
Parameter | |
---|---|
Name | Description |
var |
ManagementSettings
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
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 transfer lock is being updated, the update_mask
is "transfer_lock_state"
.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
registration |
string
Required. The name of the |
managementSettings |
ManagementSettings
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 transfer lock is being updated, the |
Returns | |
---|---|
Type | Description |
ConfigureManagementSettingsRequest |