public sealed class UpdateDomainRequest : IMessage<UpdateDomainRequest>, IEquatable<UpdateDomainRequest>, IDeepCloneable<UpdateDomainRequest>, IBufferMessage, IMessage
Request message for [UpdateDomain][google.cloud.managedidentities.v1.UpdateDomain]
Implements
IMessage<UpdateDomainRequest>, IEquatable<UpdateDomainRequest>, IDeepCloneable<UpdateDomainRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedIdentities.V1Assembly
Google.Cloud.ManagedIdentities.V1.dll
Constructors
UpdateDomainRequest()
public UpdateDomainRequest()
UpdateDomainRequest(UpdateDomainRequest)
public UpdateDomainRequest(UpdateDomainRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateDomainRequest |
Properties
Domain
public Domain Domain { get; set; }
Required. Domain message with updated fields. Only supported fields specified in update_mask are updated.
Property Value | |
---|---|
Type | Description |
Domain |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include fields from [Domain][google.cloud.managedidentities.v1.Domain]:
labels
locations
authorized_networks
Property Value | |
---|---|
Type | Description |
FieldMask |