Cloud Domains V1 API - Class Google::Cloud::Domains::V1::ConfigureManagementSettingsRequest (v0.7.0)

Reference documentation and code samples for the Cloud Domains V1 API class Google::Cloud::Domains::V1::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::V1::ManagementSettings
Returns

#management_settings=

def management_settings=(value) -> ::Google::Cloud::Domains::V1::ManagementSettings
Parameter
Returns

#registration

def registration() -> ::String
Returns
  • (::String) — Required. The name of the Registration whose management settings are being updated, in the format projects/*/locations/*/registrations/*.

#registration=

def registration=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the Registration whose management settings are being updated, in the format projects/*/locations/*/registrations/*.
Returns
  • (::String) — Required. The name of the Registration whose management settings are being updated, in the format projects/*/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".