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.8.0."],["The `DeleteVersionRequest` class is used to request the deletion of a version in the Artifact Registry and inherits from the base `object` class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteVersionRequest` class include `Force` (a boolean to allow deleting tagged versions) and `Name` (a string representing the version's name)."],["The documentation also provides links to previous and latest versions of the class, ranging from 1.0.0 to 2.9.0."]]],[]]