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-25 UTC."],[[["This webpage provides reference documentation for the `DeleteTagRequest` class within the Google Cloud Data Catalog v1 API, specifically focusing on version 2.13.0."],["The `DeleteTagRequest` class is used to formulate requests for deleting tags in the Data Catalog and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists documentation for multiple versions of the API, from version 1.2.0 to the latest, 2.14.0, showcasing the evolution and history of the `DeleteTagRequest` class."],["The `DeleteTagRequest` class includes properties such as `EntryName` (an `EntryName`-typed view) and `Name` (a string representing the tag name), with the `Name` property being a required field for specifying the tag to be deleted."],["The class can be instantiated using the no-argument constructor `DeleteTagRequest()`, or through a copy constructor `DeleteTagRequest(DeleteTagRequest other)`."]]],[]]