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."],[[["The `DeleteTagTemplateRequest` class is part of the Google Cloud Data Catalog v1 API, and is used to manage the deletion of tag templates."],["The latest version of the `DeleteTagTemplateRequest` API is 2.14.0, with documentation available and other versions ranging from 2.13.0 down to 1.2.0 also being available."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["Key properties of `DeleteTagTemplateRequest` include `Force` (a boolean to delete all associated tags) and `Name` (the template name to delete)."],["The class has two constructors, one empty and another that takes a `DeleteTagTemplateRequest` object as a parameter to create a new object based on the existing one."]]],[]]