PurgeProductsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for the PurgeProducts
method.
Attributes |
|
---|---|
Name | Description |
product_set_purge_config |
google.cloud.vision_v1p4beta1.types.ProductSetPurgeConfig
Specify which ProductSet contains the Products to be deleted. |
delete_orphan_products |
bool
If delete_orphan_products is true, all Products that are not in any ProductSet will be deleted. |
parent |
str
Required. The project and location in which the Products should be deleted. Format is projects/PROJECT_ID/locations/LOC_ID .
|
force |
bool
The default value is false. Override this value to true to actually perform the purge. |