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 version 2.8.0."],["The `DeleteTagRequest` class is used to construct request messages for deleting tags in the Data Catalog, inheriting from and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors for creating new `DeleteTagRequest` objects and allows for the setting of properties such as `EntryName` and `Name`, where `Name` is the tag to be deleted."],["The page lists all the available versions of the `DeleteTagRequest`, spanning from the latest 2.14.0 all the way back to 1.2.0, allowing users to navigate between each of them."],["The `DeleteTagRequest` class belongs to the `Google.Cloud.DataCatalog.V1` namespace and is contained within the `Google.Cloud.DataCatalog.V1.dll` assembly."]]],[]]