Reference documentation and code samples for the Cloud Domains V1beta1 API class Google::Cloud::Domains::V1beta1::ConfigureManagementSettingsRequest.
Request for the ConfigureManagementSettings
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#management_settings
def management_settings() -> ::Google::Cloud::Domains::V1beta1::ManagementSettings
Returns
-
(::Google::Cloud::Domains::V1beta1::ManagementSettings) — Fields of the
ManagementSettings
to update.
#management_settings=
def management_settings=(value) -> ::Google::Cloud::Domains::V1beta1::ManagementSettings
Parameter
-
value (::Google::Cloud::Domains::V1beta1::ManagementSettings) — Fields of the
ManagementSettings
to update.
Returns
-
(::Google::Cloud::Domains::V1beta1::ManagementSettings) — Fields of the
ManagementSettings
to update.
#registration
def registration() -> ::String
Returns
-
(::String) — Required. The name of the
Registration
whose management settings are being updated, in the formatprojects/*/locations/*/registrations/*
.
#registration=
def registration=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the
Registration
whose management settings are being updated, in the formatprojects/*/locations/*/registrations/*
.
Returns
-
(::String) — Required. The name of the
Registration
whose management settings are being updated, in the formatprojects/*/locations/*/registrations/*
.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::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"
.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::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"
.
Returns
-
(::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"
.