Cloud Domains v1beta1 API - Class ConfigureContactSettingsRequest (2.0.0-beta04)

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.

Inheritance

object > ConfigureContactSettingsRequest

Namespace

Google.Cloud.Domains.V1Beta1

Assembly

Google.Cloud.Domains.V1Beta1.dll

Constructors

ConfigureContactSettingsRequest()

public ConfigureContactSettingsRequest()

ConfigureContactSettingsRequest(ConfigureContactSettingsRequest)

public ConfigureContactSettingsRequest(ConfigureContactSettingsRequest other)
Parameter
NameDescription
otherConfigureContactSettingsRequest

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
TypeDescription
RepeatedFieldContactNotice

ContactSettings

public ContactSettings ContactSettings { get; set; }

Fields of the ContactSettings to update.

Property Value
TypeDescription
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
TypeDescription
string

RegistrationAsRegistrationName

public RegistrationName RegistrationAsRegistrationName { get; set; }

RegistrationName-typed view over the Registration resource name property.

Property Value
TypeDescription
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
TypeDescription
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

Validate the request without actually updating the contact settings.

Property Value
TypeDescription
bool