public sealed class DeleteTagRequest : IMessage<DeleteTagRequest>, IEquatable<DeleteTagRequest>, IDeepCloneable<DeleteTagRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class DeleteTagRequest.
[[["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 document provides reference information for the `DeleteTagRequest` class within the Google Cloud Artifact Registry V1 API, specifically version 2.1.0, and details the request to delete a tag."],["The `DeleteTagRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The document outlines the inheritance hierarchy of `DeleteTagRequest`, which inherits from `Object`, and lists inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It also contains a list of available versions from 1.0.0 to 2.9.0 of the `DeleteTagRequest` class, with version 2.9.0 being the latest."],["The class provides two constructors: a default constructor `DeleteTagRequest()` and another one `DeleteTagRequest(DeleteTagRequest other)` that accepts another `DeleteTagRequest` instance as parameter, and it includes a property named `Name` of type `String`, representing the name of the tag to delete."]]],[]]