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-03-21 UTC."],[[["The `UpdateProductRequest` class is part of the Google Cloud Vision v1 API, used for updating a product resource."],["The latest version of `UpdateProductRequest` is 3.7.0, but there are 10 previous versions available from 3.6.0 down to 2.3.0."],["`UpdateProductRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for message handling and object comparison."],["The `UpdateProductRequest` class includes properties like `Product` which is required and represents the product resource to be updated, and `UpdateMask` which is used to specify fields for update."],["There are two constructors available, a default one `UpdateProductRequest()` and an overload where you can pass in another `UpdateProductRequest` object to create a new one."]]],[]]