Data Catalog v1 API - Class UpdateTagTemplateFieldRequest (2.12.0)

public sealed class UpdateTagTemplateFieldRequest : IMessage<UpdateTagTemplateFieldRequest>, IEquatable<UpdateTagTemplateFieldRequest>, IDeepCloneable<UpdateTagTemplateFieldRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class UpdateTagTemplateFieldRequest.

Request message for [UpdateTagTemplateField][google.cloud.datacatalog.v1.DataCatalog.UpdateTagTemplateField].

Inheritance

object > UpdateTagTemplateFieldRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

UpdateTagTemplateFieldRequest()

public UpdateTagTemplateFieldRequest()

UpdateTagTemplateFieldRequest(UpdateTagTemplateFieldRequest)

public UpdateTagTemplateFieldRequest(UpdateTagTemplateFieldRequest other)
Parameter
Name Description
other UpdateTagTemplateFieldRequest

Properties

Name

public string Name { get; set; }

Required. The name of the tag template field.

Property Value
Type Description
string

TagTemplateField

public TagTemplateField TagTemplateField { get; set; }

Required. The template to update.

Property Value
Type Description
TagTemplateField

TagTemplateFieldName

public TagTemplateFieldName TagTemplateFieldName { get; set; }

TagTemplateFieldName-typed view over the Name resource name property.

Property Value
Type Description
TagTemplateFieldName

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Names of fields whose values to overwrite on an individual field of a tag template. The following fields are modifiable:

  • display_name
  • type.enum_type
  • is_required

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 with one exception: when updating an enum type, the provided values are merged with the existing values. Therefore, enum values can only be added, existing enum values cannot be deleted or renamed.

Additionally, updating a template field from optional to required is not allowed.

Property Value
Type Description
FieldMask