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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUpdateProductRequest\u003c/code\u003e class is used to send requests for updating a product via the \u003ccode\u003eUpdateProduct\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one and another that takes an \u003ccode\u003eUpdateProductRequest\u003c/code\u003e object for creating a new request based on an existing one.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eProduct\u003c/code\u003e, which is a required field representing the updated product resource, and \u003ccode\u003eUpdateMask\u003c/code\u003e, specifying which product fields should be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe available versions of the \u003ccode\u003eUpdateProductRequest\u003c/code\u003e range from 2.3.0 to the latest 3.7.0.\u003c/p\u003e\n"]]],[],null,[]]