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-03-21 UTC."],[[["This document provides reference information for the `DeleteProductSetRequest` class within the Google Cloud Vision v1 API, specifically version 3.6.0, and details the request message format for the `DeleteProductSet` method."],["The `DeleteProductSetRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `object` class."],["This class includes two constructors, `DeleteProductSetRequest()` and `DeleteProductSetRequest(DeleteProductSetRequest other)`, and exposes properties like `Name` (a string) and `ProductSetName` (a typed view of the name property)."],["It outlines the required format for the `Name` property, which is `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`, for specifying the ProductSet resource to delete."],["The current document represents version 3.6.0, and links to other versions, including the latest at 3.7.0, are provided."]]],[]]