Class BatchDeleteVersionsRequest (1.11.2)

BatchDeleteVersionsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request to delete multiple versions across a repository.

Attributes

NameDescription
parent str
The name of the repository holding all requested versions.
names MutableSequence[str]
Required. The names of the versions to delete. A maximum of 10000 versions can be deleted in a batch.
validate_only bool
If true, the request is performed without deleting data, following AIP-163.