public sealed class UpdateTagTemplateRequest : IMessage<UpdateTagTemplateRequest>, IEquatable<UpdateTagTemplateRequest>, IDeepCloneable<UpdateTagTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class UpdateTagTemplateRequest.
Request message for [UpdateTagTemplate][google.cloud.datacatalog.v1.DataCatalog.UpdateTagTemplate].
Implements
IMessageUpdateTagTemplateRequest, IEquatableUpdateTagTemplateRequest, IDeepCloneableUpdateTagTemplateRequest, 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
and is_publicly_readable
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.
Note: Updating the is_publicly_readable
field may require up to 12
hours to take effect in search results.
Property Value | |
---|---|
Type | Description |
FieldMask |