public sealed class BatchDeleteVersionsMetadata : IMessage<BatchDeleteVersionsMetadata>, IEquatable<BatchDeleteVersionsMetadata>, IDeepCloneable<BatchDeleteVersionsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class BatchDeleteVersionsMetadata.
The metadata of an LRO from deleting multiple versions.
[[["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 documentation for the `BatchDeleteVersionsMetadata` class within the Google Cloud Artifact Registry v1 API."],["`BatchDeleteVersionsMetadata` is used to represent the metadata of a long-running operation (LRO) when deleting multiple versions in the Artifact Registry."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and various functionalities."],["It includes a `FailedVersions` property, which is a `RepeatedField` of strings that lists the versions that the delete operation failed to remove."],["There are multiple documented versions of the `BatchDeleteVersionsMetadata` class available, spanning from version 1.0.0 up to the latest version 2.9.0, with version 2.5.0 being the focus of the primary content."]]],[]]