public sealed class DeleteTagTemplateRequest : IMessage<DeleteTagTemplateRequest>, IEquatable<DeleteTagTemplateRequest>, IDeepCloneable<DeleteTagTemplateRequest>, IBufferMessage, IMessage
Request message for
[DeleteTagTemplate][google.cloud.datacatalog.v1.DataCatalog.DeleteTagTemplate].
Required. Currently, this field must always be set to true.
This confirms the deletion of any possible tags using this template.
force = false will be supported in the future.
[[["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 page details the \u003ccode\u003eDeleteTagTemplateRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.DataCatalog.V1\u003c/code\u003e namespace, used to construct requests for deleting tag templates in the Google Cloud Data Catalog.\u003c/p\u003e\n"],["\u003cp\u003eThe 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, providing capabilities for message handling, equality comparison, deep cloning, and buffer manipulation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteTagTemplateRequest\u003c/code\u003e class has two constructors: a default constructor and one that accepts another \u003ccode\u003eDeleteTagTemplateRequest\u003c/code\u003e instance for copying, including members that are inherited from the \u003ccode\u003eObject\u003c/code\u003e class, such as \u003ccode\u003eGetHashCode()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eForce\u003c/code\u003e property of this class, currently always required to be \u003ccode\u003etrue\u003c/code\u003e, is used to indicate that the deletion of the tag template will also delete any tags that use the requested template, although support for \u003ccode\u003efalse\u003c/code\u003e is said to be added in the future.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property is a required string field that specifies the name of the tag template to be deleted, following a specific format, while the \u003ccode\u003eTagTemplateName\u003c/code\u003e property is a type-safe view over the \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,[]]