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-03-21 UTC."],[[["This document provides reference documentation for the `DeleteTagTemplateRequest` class within the Google Cloud Data Catalog v1 API, spanning versions from 1.2.0 to 2.14.0, with version 2.14.0 being the latest."],["The `DeleteTagTemplateRequest` class is a message type used to request the deletion of a tag template within the Data Catalog and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Force`, which dictates whether to delete all tags associated with the template, and `Name`, which specifies the name of the tag template to be deleted, alongside `TagTemplateName` a typed view over the name resource."],["The class offers two constructors: a default constructor `DeleteTagTemplateRequest()` and a copy constructor `DeleteTagTemplateRequest(DeleteTagTemplateRequest other)` that takes another instance of the same class as its argument."],["The `DeleteTagTemplateRequest` class inherits from `object` and includes methods like `GetHashCode`, `GetType`, and `ToString`, and is part of the `Google.Cloud.DataCatalog.V1` namespace, within the `Google.Cloud.DataCatalog.V1.dll` assembly."]]],[]]