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-25 UTC."],[[["This webpage provides reference documentation for the `DeleteTagTemplateRequest` class within the Data Catalog v1 API, specifically for the .NET framework."],["The `DeleteTagTemplateRequest` class is used to send a request to delete a tag template, as part of the `Google.Cloud.DataCatalog.V1` namespace, and is found in the `Google.Cloud.DataCatalog.V1.dll` assembly."],["The `DeleteTagTemplateRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capabilities for data handling."],["The class has properties such as `Force`, `Name`, and `TagTemplateName`, which are used to specify the conditions and target of the delete operation, including whether to delete all tags using the template."],["The webpage lists all previous versions of the `DeleteTagTemplateRequest` class in the format of \\[version #] in descending order of version number, starting at version 2.14.0 and going back to 1.2.0."]]],[]]