public sealed class ProductSetPurgeConfig : IMessage<ProductSetPurgeConfig>, IEquatable<ProductSetPurgeConfig>, IDeepCloneable<ProductSetPurgeConfig>, IBufferMessage, IMessage
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 details the `ProductSetPurgeConfig` class within the `Google.Cloud.Vision.V1` namespace, used for configuring the deletion of Products within a ProductSet."],["The latest available version for `ProductSetPurgeConfig` is 3.7.0, with numerous previous versions also listed and linked, ranging down to version 2.3.0."],["`ProductSetPurgeConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the base `Object` class."],["It contains a public property, `ProductSetId`, which is a string used to identify the `ProductSet` containing the `Products` that need to be deleted, even if the Product is part of other `ProductSets`."],["There are two constructors available for creating a new instance of the class, one being the default, and the other allowing for instantiation from a previously created `ProductSetPurgeConfig` object."]]],[]]