public sealed class DeleteTagRequest : IMessage<DeleteTagRequest>, IEquatable<DeleteTagRequest>, IDeepCloneable<DeleteTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DeleteTagRequest.
Request message for
[DeleteTag][google.cloud.datacatalog.v1.DataCatalog.DeleteTag].
[[["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 webpage provides reference documentation for the `DeleteTagRequest` class within the Google Cloud Data Catalog v1 API, specifically for the .NET environment."],["The content covers multiple versions of the API, ranging from version 1.2.0 to the latest version 2.14.0, with the current focus being version 2.2.0."],["The `DeleteTagRequest` class is used to send requests to delete a tag and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors and properties like `EntryName` and `Name`, which are used to define and access tag-related data within the request."],["The documentation displays both a list of inherited members and the namespace where the class is located, which is `Google.Cloud.DataCatalog.V1`."]]],[]]