public sealed class UpdateProductRequest : IMessage<UpdateProductRequest>, IEquatable<UpdateProductRequest>, IDeepCloneable<UpdateProductRequest>, IBufferMessage, IMessage
If the caller does not have permission to update the
[Product][google.cloud.retail.v2.Product], regardless of whether or not it
exists, a PERMISSION_DENIED error is returned.
If the [Product][google.cloud.retail.v2.Product] to update does not exist,
a NOT_FOUND error is returned.
Indicates which fields in the provided
[Product][google.cloud.retail.v2.Product] to update. The immutable and
output only fields are NOT supported. If not set, all supported fields (the
fields that are neither immutable nor output only) are updated.
If an unsupported or unknown field is provided, an INVALID_ARGUMENT error
is returned.
[[["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 requests for updating or creating a product in the Google Cloud Retail API."],["The `UpdateProductRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with the Google Protobuf system."],["There are multiple versions available, ranging from version 1.0.0 to the latest version, 2.12.0, which are listed with links to their respective documentation."],["The `UpdateProductRequest` class contains two key properties, `Product` and `UpdateMask`, where `Product` is required and specifies the product data, and `UpdateMask` indicates which fields should be updated."],["The webpage provides details on the constructors, properties, inheritance, and implementation members of the `UpdateProductRequest` class, providing comprehensive information on how it functions within the Google Cloud Retail API."]]],[]]