public sealed class DeleteProductRequest : IMessage<DeleteProductRequest>, IEquatable<DeleteProductRequest>, IDeepCloneable<DeleteProductRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class DeleteProductRequest.
[[["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 reference documentation for the `DeleteProductRequest` class within the Google Cloud Vision v1 API."],["The `DeleteProductRequest` class is used as a request message for the `DeleteProduct` method in the API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details two constructors for creating a `DeleteProductRequest` object: a default constructor and a constructor that takes another `DeleteProductRequest` instance as a parameter."],["Key properties of the `DeleteProductRequest` class include `Name`, a string that represents the resource name of the product to be deleted, and `ProductName`, which is a typed view over the `Name` property."],["Multiple versions of the documentation for this class are available, ranging from version 2.3.0 up to the latest version 3.7.0, with the current version being 3.6.0."]]],[]]