Cloud Vision V1 API - Class Google::Cloud::Vision::V1::ProductSetPurgeConfig (v0.15.0)

Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::ProductSetPurgeConfig.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#product_set_id

def product_set_id() -> ::String
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.

#product_set_id=

def product_set_id=(value) -> ::String
Parameter
  • value (::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.
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.