public sealed class UpdateTagTemplateRequest : IMessage<UpdateTagTemplateRequest>, IEquatable<UpdateTagTemplateRequest>, IDeepCloneable<UpdateTagTemplateRequest>, IBufferMessage, IMessage
Request message for [UpdateTagTemplate][google.cloud.datacatalog.v1.DataCatalog.UpdateTagTemplate].
Implements
IMessage<UpdateTagTemplateRequest>, IEquatable<UpdateTagTemplateRequest>, IDeepCloneable<UpdateTagTemplateRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
UpdateTagTemplateRequest()
public UpdateTagTemplateRequest()
UpdateTagTemplateRequest(UpdateTagTemplateRequest)
public UpdateTagTemplateRequest(UpdateTagTemplateRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateTagTemplateRequest |
Properties
TagTemplate
public TagTemplate TagTemplate { get; set; }
Required. The template to update. The name
field must be set.
Property Value | |
---|---|
Type | Description |
TagTemplate |
UpdateMask
public FieldMask UpdateMask { get; set; }
Names of fields whose values to overwrite on a tag template. Currently,
only display_name
can be overwritten.
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 |