Class BatchDeleteAssetsRequest (0.1.6)

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

A request to delete a list of asset.

Attributes

NameDescription
parent str
Required. Parent value for batch asset delete.
names MutableSequence[str]
Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. Format: projects/{project}/locations/{location}/assets/{name}.
allow_missing bool
Optional. When this value is set to true the request is a no-op for non-existing assets. See https://google.aip.dev/135#delete-if-existing for additional details. Default value is false.