Data Catalog v1 API - Class UpdatePolicyTagRequest (2.11.0)

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].

Inheritance

object > UpdatePolicyTagRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

UpdatePolicyTagRequest()

public UpdatePolicyTagRequest()

UpdatePolicyTagRequest(UpdatePolicyTagRequest)

public UpdatePolicyTagRequest(UpdatePolicyTagRequest other)
Parameter
NameDescription
otherUpdatePolicyTagRequest

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