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 page provides documentation for the `DeleteVersionRequest` class within the Google Cloud Artifact Registry V1 API for .NET."],["The `DeleteVersionRequest` class is used to construct requests for deleting a specific version of an artifact within the registry."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in various contexts."],["The `DeleteVersionRequest` class has properties such as `Force` to allow for deleting tagged versions, and `Name` to identify the version to be deleted."],["This documentation includes a list of available versions, from 1.0.0 up to the most current latest 2.9.0, each linking to the documentation for that specific version of the `DeleteVersionRequest`."]]],[]]