Class: Google::Cloud::Domains::V1::ConfigureManagementSettingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/domains/v1/domains.rb

Overview

Request for the ConfigureManagementSettings method.

Instance Attribute Summary collapse

Instance Attribute Details

#management_settings::Google::Cloud::Domains::V1::ManagementSettings

Returns Fields of the ManagementSettings to update.

Returns:



651
652
653
654
# File 'proto_docs/google/cloud/domains/v1/domains.rb', line 651

class ConfigureManagementSettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#registration::String

Returns 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/*.



651
652
653
654
# File 'proto_docs/google/cloud/domains/v1/domains.rb', line 651

class ConfigureManagementSettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns 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".



651
652
653
654
# File 'proto_docs/google/cloud/domains/v1/domains.rb', line 651

class ConfigureManagementSettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end