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 within the Google Cloud Vision V1 library, specifically in version 3.0.0, which is a request message type used for updating product information."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["`UpdateProductRequest` has two constructors: a default constructor and a copy constructor that takes another `UpdateProductRequest` object as a parameter."],["It includes two properties: `Product`, which represents the updated product data, and `UpdateMask`, which specifies which fields of the product to update, such as product labels, display name, and description."],["The latest version is 3.7.0, but the page displays information for version 3.0.0 and has links to other previous versions."]]],[]]