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."],[[["The `ProductSetPurgeConfig` class is used to configure the deletion of Products within a specified ProductSet in the Google Cloud Vision v1 API."],["The latest version available for the `ProductSetPurgeConfig` class is 3.7.0, with several prior versions also available, ranging back to version 2.3.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET framework."],["It inherits from the base `object` class and provides methods such as `GetHashCode()`, `GetType()`, and `ToString()` for common object operations."],["The `ProductSetId` property, which is of type string, allows users to specify the ProductSet from which Products should be deleted, and it ensures that a Product is removed even if it belongs to other ProductSets."]]],[]]