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-17 UTC."],[[["This webpage provides documentation for the `ProductSetPurgeConfig` class within the Google Cloud Vision v1 API, specifically version 3.2.0, and outlines the different versions."],["The `ProductSetPurgeConfig` class is used to configure which ProductSet should have its Products deleted, and is part of the Google.Cloud.Vision.V1 namespace."],["The `ProductSetPurgeConfig` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features a `ProductSetId` property of type `string`, which specifies the ProductSet containing the Products to be deleted."],["There are two constructors provided for the `ProductSetPurgeConfig` class, a default constructor, and one that takes another `ProductSetPurgeConfig` as a parameter."]]],[]]