public sealed class UpdateTagRequest : IMessage<UpdateTagRequest>, IEquatable<UpdateTagRequest>, IDeepCloneable<UpdateTagRequest>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class UpdateTagRequest.
Request message for [UpdateTag][google.cloud.datacatalog.v1.DataCatalog.UpdateTag].
Implements
IMessageUpdateTagRequest, IEquatableUpdateTagRequest, IDeepCloneableUpdateTagRequest, 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 |
|