public sealed class UpdatePolicyTagRequest : IMessage<UpdatePolicyTagRequest>, IEquatable<UpdatePolicyTagRequest>, IDeepCloneable<UpdatePolicyTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class UpdatePolicyTagRequest.
Request message for [UpdatePolicyTag][google.cloud.datacatalog.v1.PolicyTagManager.UpdatePolicyTag].
Implements
IMessageUpdatePolicyTagRequest, IEquatableUpdatePolicyTagRequest, IDeepCloneableUpdatePolicyTagRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
UpdatePolicyTagRequest()
public UpdatePolicyTagRequest()
UpdatePolicyTagRequest(UpdatePolicyTagRequest)
public UpdatePolicyTagRequest(UpdatePolicyTagRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdatePolicyTagRequest |
Properties
PolicyTag
public PolicyTag PolicyTag { get; set; }
The policy tag to update. You can update only its description, display name, and parent policy tag fields.
Property Value | |
---|---|
Type | Description |
PolicyTag |
UpdateMask
public FieldMask UpdateMask { get; set; }
Specifies the fields to update.
You can update only display name, description, and parent policy tag. If not set, defaults to all updatable fields. For more information, see FieldMask.
Property Value | |
---|---|
Type | Description |
FieldMask |