Class BatchDeleteVersionsRequest
The request to delete multiple versions across a repository.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class BatchDeleteVersionsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Names
Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.
Declaration
[JsonProperty("names")]
public virtual IList<string> Names { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ValidateOnly
If true, the request is performed without deleting data, following AIP-163.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |