ConfigureContactSettingsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request for the ConfigureContactSettings
method.
Attributes | |
---|---|
Name | Description |
registration |
str
Required. The name of the Registration whose contact
settings are being updated, in the format
projects/*/locations/*/registrations/* .
|
contact_settings |
google.cloud.domains_v1.types.ContactSettings
Fields of the ContactSettings to update.
|
update_mask |
google.protobuf.field_mask_pb2.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" .
|
contact_notices |
MutableSequence[google.cloud.domains_v1.types.ContactNotice]
The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in contact_settings .
|
validate_only |
bool
Validate the request without actually updating the contact settings. |