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 documentation for the `DeleteVersionRequest` class within the Google Cloud Artifact Registry v1 API, specifically for version 2.4.0, with links to other versions from 1.0.0 to 2.9.0."],["`DeleteVersionRequest` is used to request the deletion of a specific version in the Artifact Registry, and implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Force`, which allows deletion of tagged versions when set to true, and `Name`, which is a string representing the name of the version to be deleted."],["There are two constructors for creating instances of `DeleteVersionRequest`: a default constructor and another that accepts another `DeleteVersionRequest` object as a parameter."],["It is derived from the `object` class and found in the namespace `Google.Cloud.ArtifactRegistry.V1`, within the `Google.Cloud.ArtifactRegistry.V1.dll` assembly."]]],[]]