Class BatchDeleteAssetsRequest (0.1.15)
Stay organized with collections
Save and categorize content based on your preferences.
BatchDeleteAssetsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A request to delete a list of asset.
Attributes |
Name |
Description |
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 .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]