public sealed class ProductSetPurgeConfig : IMessage<ProductSetPurgeConfig>, IEquatable<ProductSetPurgeConfig>, IDeepCloneable<ProductSetPurgeConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class ProductSetPurgeConfig.
Config to control which ProductSet contains the Products to be deleted.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the `ProductSetPurgeConfig` class in the Google Cloud Vision v1 API is 3.7.0, with documentation also available for versions ranging from 3.6.0 to 2.3.0."],["`ProductSetPurgeConfig` is a class used to define which ProductSet contains the Products that are to be deleted, within the Google Cloud Vision v1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["It has two constructors: a default constructor and one that takes another `ProductSetPurgeConfig` instance as a parameter, used to clone a `ProductSetPurgeConfig`."],["`ProductSetId` is a property of type string that specifies the name of the ProductSet that contains the Products to be removed, even if the Product belongs to other ProductSets."]]],[]]