Data Catalog v1 API - Class UpdateTagRequest (2.11.0)

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

Reference documentation and code samples for the Data Catalog v1 API class UpdateTagRequest.

Request message for [UpdateTag][google.cloud.datacatalog.v1.DataCatalog.UpdateTag].

Inheritance

object > UpdateTagRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

UpdateTagRequest()

public UpdateTagRequest()

UpdateTagRequest(UpdateTagRequest)

public UpdateTagRequest(UpdateTagRequest other)
Parameter
NameDescription
otherUpdateTagRequest

Properties

Tag

public Tag Tag { get; set; }

Required. The updated tag. The "name" field must be set.

Property Value
TypeDescription
Tag

UpdateMask

public FieldMask UpdateMask { get; set; }

Names of fields whose values to overwrite on a tag. Currently, a tag has the only modifiable field with the name fields.

In general, if this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.

Property Value
TypeDescription
FieldMask