Data Catalog v1 API - Class UpdateTagTemplateRequest (2.11.0)

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].

Inheritance

object > UpdateTagTemplateRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

UpdateTagTemplateRequest()

public UpdateTagTemplateRequest()

UpdateTagTemplateRequest(UpdateTagTemplateRequest)

public UpdateTagTemplateRequest(UpdateTagTemplateRequest other)
Parameter
NameDescription
otherUpdateTagTemplateRequest

Properties

TagTemplate

public TagTemplate TagTemplate { get; set; }

Required. The template to update. The name field must be set.

Property Value
TypeDescription
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
TypeDescription
FieldMask