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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This page details the `DeleteTagTemplateRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to construct requests for deleting tag templates in the Google Cloud Data Catalog."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer manipulation."],["The `DeleteTagTemplateRequest` class has two constructors: a default constructor and one that accepts another `DeleteTagTemplateRequest` instance for copying, including members that are inherited from the `Object` class, such as `GetHashCode()`."],["The `Force` property of this class, currently always required to be `true`, is used to indicate that the deletion of the tag template will also delete any tags that use the requested template, although support for `false` is said to be added in the future."],["The `Name` property is a required string field that specifies the name of the tag template to be deleted, following a specific format, while the `TagTemplateName` property is a type-safe view over the `Name` property."]]],[]]