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 page provides reference documentation for the `DeleteTagRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET development."],["The `DeleteTagRequest` class is used to formulate a request to delete a tag, as part of the Data Catalog API operations."],["The documentation lists various versions of the `DeleteTagRequest` class, with version 2.14.0 being the latest and 2.6.0 being highlighted as the focus."],["The `DeleteTagRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTagRequest` class features two constructors and two properties: `EntryName`, which provides a typed view over the name resource, and `Name`, a string that represents the required tag name to delete."]]],[]]