public sealed class DeleteTagTemplateRequest : IMessage<DeleteTagTemplateRequest>, IEquatable<DeleteTagTemplateRequest>, IDeepCloneable<DeleteTagTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DeleteTagTemplateRequest.
Request message for
[DeleteTagTemplate][google.cloud.datacatalog.v1.DataCatalog.DeleteTagTemplate].
[[["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-04-09 UTC."],[[["This document provides reference documentation for the `DeleteTagTemplateRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.10.0 and its implementations within the .NET framework."],["The `DeleteTagTemplateRequest` class is used to create request messages for deleting tag templates, as indicated by the `DeleteTagTemplate` method in the DataCatalog API."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for use within the .NET environment."],["The `DeleteTagTemplateRequest` class has two constructors, one default and another that accepts a `DeleteTagTemplateRequest` object, as well as properties to set the name of the template to be deleted and whether to force deletion of all associated tags."],["This page gives access to previous versions of the `DeleteTagTemplateRequest` Class, from version 2.14.0 (latest) to version 1.2.0."]]],[]]