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 provides documentation for the `UpdateProductRequest` class within the Google Cloud Vision V1 library for .NET, which is used for updating product information on the server."],["The `UpdateProductRequest` class, part of namespace `Google.Cloud.Vision.V1`, is implemented from multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateProductRequest` class includes two constructors, a default constructor, and one that takes another `UpdateProductRequest` instance as a parameter for copying."],["It contains two properties, `Product` which holds the updated product information, and `UpdateMask` that specifies which product fields are being updated."],["The page documents various versions of this class from 2.3.0 to 3.7.0, with 3.7.0 being the latest."]]],[]]