public sealed class UpdateProductRequest : IMessage<UpdateProductRequest>, IEquatable<UpdateProductRequest>, IDeepCloneable<UpdateProductRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class UpdateProductRequest.
The [FieldMask][google.protobuf.FieldMask] that specifies which fields
to update.
If update_mask isn't specified, all mutable fields are to be updated.
Valid mask paths include product_labels, display_name, and
description.
[[["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 information for the `UpdateProductRequest` class within the Google Cloud Vision v1 API, specifically version 3.3.0."],["`UpdateProductRequest` is used to update product information via the `UpdateProduct` method, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateProductRequest` class has two constructors, one default and one that accepts another `UpdateProductRequest` as a parameter for copying."],["Key properties of `UpdateProductRequest` include `Product`, which is the product resource to be updated, and `UpdateMask`, which specifies the fields to be updated within the product."],["The documentation covers a range of versions, from 2.3.0 up to the most recent version of 3.7.0."]]],[]]