Class: Google::Cloud::Domains::V1beta1::ConfigureContactSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Domains::V1beta1::ConfigureContactSettingsRequest
- 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
-
#contact_notices ⇒ ::Array<::Google::Cloud::Domains::V1beta1::ContactNotice>
The list of contact notices that the caller acknowledges.
-
#contact_settings ⇒ ::Google::Cloud::Domains::V1beta1::ContactSettings
Fields of the
ContactSettings
to update. -
#registration ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
Validate the request without actually updating the contact settings.
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
.
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.
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/*
.
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"
.
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.
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 |