Class PurgeProductsRequest (2.1.0)

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

Request message for the PurgeProducts method.

Attributes

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