Class PurgeProductsRequest (2.4.4)

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

Request message for the PurgeProducts method. .. attribute:: product_set_purge_config

Specify which ProductSet contains the Products to be deleted.

:type: google.cloud.vision_v1p4beta1.types.ProductSetPurgeConfig

Attributes

NameDescription
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.