public sealed class UpdateProductRequest : IMessage<UpdateProductRequest>, IEquatable<UpdateProductRequest>, IDeepCloneable<UpdateProductRequest>, IBufferMessage, IMessage
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 details the `UpdateProductRequest` class, which is used to send a request to update a product in the Google Cloud Vision API."],["The `UpdateProductRequest` class is part of the `Google.Cloud.Vision.V1` namespace and is implemented within the `Google.Cloud.Vision.V1.dll` assembly."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateProductRequest` class has two constructors, a default constructor and a constructor that takes another `UpdateProductRequest` object as a parameter, and has two modifiable properties `Product` and `UpdateMask`."],["The documentation provides a history of the class across various versions, ranging from version 2.3.0 to 3.7.0 with version 3.7.0 being the latest."]]],[]]