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 webpage provides documentation for the `UpdateProductRequest` class within the Google Cloud Vision v1 API, specifically for version 3.6.0."],["`UpdateProductRequest` is a message class used to send requests for updating product information, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateProductRequest` class has two constructors, one default and one that accepts another `UpdateProductRequest` as a parameter."],["The class contains two properties, `Product`, which represents the product resource to be updated, and `UpdateMask`, used to specify which fields of the product should be modified."],["The page contains a list of versions ranging from 2.3.0 to 3.7.0 of the `UpdateProductRequest` class, with the version 3.7.0 being the latest one available."]]],[]]