public sealed class ConfigureContactSettingsRequest : IMessage<ConfigureContactSettingsRequest>, IEquatable<ConfigureContactSettingsRequest>, IDeepCloneable<ConfigureContactSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 API class ConfigureContactSettingsRequest.
Request for the ConfigureContactSettings
method.
Implements
IMessageConfigureContactSettingsRequest, IEquatableConfigureContactSettingsRequest, IDeepCloneableConfigureContactSettingsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Domains.V1Beta1Assembly
Google.Cloud.Domains.V1Beta1.dll
Constructors
ConfigureContactSettingsRequest()
public ConfigureContactSettingsRequest()
ConfigureContactSettingsRequest(ConfigureContactSettingsRequest)
public ConfigureContactSettingsRequest(ConfigureContactSettingsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ConfigureContactSettingsRequest |
Properties
ContactNotices
public RepeatedField<ContactNotice> ContactNotices { get; }
The list of contact notices that the caller acknowledges. The notices
needed here depend on the values specified in contact_settings
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldContactNotice |
ContactSettings
public ContactSettings ContactSettings { get; set; }
Fields of the ContactSettings
to update.
Property Value | |
---|---|
Type | Description |
ContactSettings |
Registration
public string Registration { get; set; }
Required. The name of the Registration
whose contact settings are being updated,
in the format projects/*/locations/*/registrations/*
.
Property Value | |
---|---|
Type | Description |
string |
RegistrationAsRegistrationName
public RegistrationName RegistrationAsRegistrationName { get; set; }
RegistrationName-typed view over the Registration resource name property.
Property Value | |
---|---|
Type | Description |
RegistrationName |
UpdateMask
public FieldMask UpdateMask { get; set; }
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"
.
Property Value | |
---|---|
Type | Description |
FieldMask |
ValidateOnly
public bool ValidateOnly { get; set; }
Validate the request without actually updating the contact settings.
Property Value | |
---|---|
Type | Description |
bool |