Class: Google::Cloud::Vision::V1p4beta1::ProductSetPurgeConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p4beta1::ProductSetPurgeConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p4beta1/product_search_service.rb
Overview
Config to control which ProductSet contains the Products to be deleted.
Instance Attribute Summary collapse
-
#product_set_id ⇒ ::String
The ProductSet that contains the Products to delete.
Instance Attribute Details
#product_set_id ⇒ ::String
Returns The ProductSet that contains the Products to delete. If a Product is a member of product_set_id in addition to other ProductSets, the Product will still be deleted.
647 648 649 650 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/product_search_service.rb', line 647 class ProductSetPurgeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |