public sealed class CreateTagTemplateFieldRequest : IMessage<CreateTagTemplateFieldRequest>, IEquatable<CreateTagTemplateFieldRequest>, IDeepCloneable<CreateTagTemplateFieldRequest>, IBufferMessage, IMessage
Request message for
[CreateTagTemplateField][google.cloud.datacatalog.v1.DataCatalog.CreateTagTemplateField].
Required. The ID of the tag template field to create.
Note: Adding a required field to an existing template is not allowed.
Field IDs can contain letters (both uppercase and lowercase), numbers
(0-9), underscores (_) and dashes (-). Field IDs must be at least 1
character long and at most 128 characters long. Field IDs must also be
unique within their template.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eCreateTagTemplateFieldRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.DataCatalog.V1\u003c/code\u003e namespace, detailing its structure and usage for creating tag template fields in Google Cloud Data Catalog.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for the \u003ccode\u003eCreateTagTemplateFieldRequest\u003c/code\u003e reference is 2.14.0, with a list of previous versions ranging back to 1.2.0 that are also accessible.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateTagTemplateFieldRequest\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eCreateTagTemplateFieldRequest\u003c/code\u003e include \u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eParentAsTagTemplateName\u003c/code\u003e, \u003ccode\u003eTagTemplateField\u003c/code\u003e, and \u003ccode\u003eTagTemplateFieldId\u003c/code\u003e, which are essential for defining the location, template name, field details, and the field's unique ID.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateTagTemplateFieldRequest\u003c/code\u003e requires a \u003ccode\u003eParent\u003c/code\u003e location, along with a \u003ccode\u003eTagTemplateField\u003c/code\u003e that holds the information for creating the new field, and a \u003ccode\u003eTagTemplateFieldId\u003c/code\u003e that must adhere to specific format requirements, with the restriction that required fields cannot be added to an existing template.\u003c/p\u003e\n"]]],[],null,[]]