public sealed class DeleteProductSetRequest : IMessage<DeleteProductSetRequest>, IEquatable<DeleteProductSetRequest>, IDeepCloneable<DeleteProductSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class DeleteProductSetRequest.
[[["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 document provides reference documentation for the `DeleteProductSetRequest` class within the Google Cloud Vision v1 API, specifically for version 3.2.0."],["`DeleteProductSetRequest` is used to request the deletion of a ProductSet, and it inherits from and implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors: a default constructor and one that accepts another `DeleteProductSetRequest` object for creating a copy."],["It has two key properties: `Name`, which is a string representing the resource name of the ProductSet to delete, and `ProductSetName`, which provides a typed view of the `Name`."],["The page includes links to various versions of the `DeleteProductSetRequest` class documentation, ranging from version 2.3.0 to the latest version, 3.7.0, making it simple to navigate to specific versions."]]],[]]