public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class DeleteVersionRequest.
[[["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 `DeleteVersionRequest` class within the Google Cloud Artifact Registry v1 API, specifically for version 2.5.0."],["The `DeleteVersionRequest` class is used to request the deletion of a version in the Artifact Registry and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor `DeleteVersionRequest()` and another that takes a `DeleteVersionRequest` object as a parameter: `DeleteVersionRequest(DeleteVersionRequest other)`."],["It has properties `Force`, a boolean that allows for deleting tagged versions when set to true, and `Name`, a string that specifies the name of the version to delete."],["This document also contains links to various versions of the API's `DeleteVersionRequest` class, ranging from the latest 2.9.0 down to 1.0.0."]]],[]]