Artifact Registry v1 API - Class BatchDeleteVersionsMetadata (2.6.0)

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.

Inheritance

object > BatchDeleteVersionsMetadata

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

BatchDeleteVersionsMetadata()

public BatchDeleteVersionsMetadata()

BatchDeleteVersionsMetadata(BatchDeleteVersionsMetadata)

public BatchDeleteVersionsMetadata(BatchDeleteVersionsMetadata other)
Parameter
NameDescription
otherBatchDeleteVersionsMetadata

Properties

FailedVersions

public RepeatedField<string> FailedVersions { get; }

The versions the operation failed to delete.

Property Value
TypeDescription
RepeatedFieldstring