Class BatchDeleteVersionsRequest (1.16.0)

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

The request to delete multiple versions across a repository.

Attributes

Name Description
parent str
The name of the repository holding all requested versions.
names MutableSequence[str]
Required. The names of the versions to delete. The maximum number of versions deleted per batch is determined by the service and is dependent on the available resources in the region.
validate_only bool
If true, the request is performed without deleting data, following AIP-163.