Class: Google::Cloud::Vision::V1::ProductSetPurgeConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1/product_search_service.rb

Overview

Config to control which ProductSet contains the Products to be deleted.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    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.



645
646
647
648
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 645

class ProductSetPurgeConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end