Cloud Domains v1 API - Class ConfigureManagementSettingsRequest (2.3.0)

public sealed class ConfigureManagementSettingsRequest : IMessage<ConfigureManagementSettingsRequest>, IEquatable<ConfigureManagementSettingsRequest>, IDeepCloneable<ConfigureManagementSettingsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Domains v1 API class ConfigureManagementSettingsRequest.

Request for the ConfigureManagementSettings method.

Inheritance

object > ConfigureManagementSettingsRequest

Namespace

Google.Cloud.Domains.V1

Assembly

Google.Cloud.Domains.V1.dll

Constructors

ConfigureManagementSettingsRequest()

public ConfigureManagementSettingsRequest()

ConfigureManagementSettingsRequest(ConfigureManagementSettingsRequest)

public ConfigureManagementSettingsRequest(ConfigureManagementSettingsRequest other)
Parameter
NameDescription
otherConfigureManagementSettingsRequest

Properties

ManagementSettings

public ManagementSettings ManagementSettings { get; set; }

Fields of the ManagementSettings to update.

Property Value
TypeDescription
ManagementSettings

Registration

public string Registration { get; set; }

Required. The name of the Registration whose management 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 transfer lock is being updated, the update_mask is "transfer_lock_state".

Property Value
TypeDescription
FieldMask