Class: Google::Cloud::Domains::V1beta1::ConfigureContactSettingsRequest

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

Overview

Request for the ConfigureContactSettings method.

Instance Attribute Summary collapse

Instance Attribute Details

#contact_notices::Array<::Google::Cloud::Domains::V1beta1::ContactNotice>

Returns The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in contact_settings.

Returns:



703
704
705
706
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 703

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

#contact_settings::Google::Cloud::Domains::V1beta1::ContactSettings

Returns Fields of the ContactSettings to update.

Returns:



703
704
705
706
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 703

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

#registration::String

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

Returns:

  • (::String)

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



703
704
705
706
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 703

class ConfigureContactSettingsRequest
  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 registrant contact is being updated, the update_mask is "registrant_contact".

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the update_mask is "registrant_contact".



703
704
705
706
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 703

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

#validate_only::Boolean

Returns Validate the request without actually updating the contact settings.

Returns:

  • (::Boolean)

    Validate the request without actually updating the contact settings.



703
704
705
706
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 703

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