public sealed class UpdateTagRequest : IMessage<UpdateTagRequest>, IEquatable<UpdateTagRequest>, IDeepCloneable<UpdateTagRequest>, IBufferMessage, IMessage
Request message for [UpdateTag][google.cloud.datacatalog.v1.DataCatalog.UpdateTag].
Implements
IMessage<UpdateTagRequest>, IEquatable<UpdateTagRequest>, IDeepCloneable<UpdateTagRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
UpdateTagRequest()
public UpdateTagRequest()
UpdateTagRequest(UpdateTagRequest)
public UpdateTagRequest(UpdateTagRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateTagRequest |
Properties
Tag
public Tag Tag { get; set; }
Required. The updated tag. The "name" field must be set.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMask |