public sealed class UpdateProductSetRequest : IMessage<UpdateProductSetRequest>, IEquatable<UpdateProductSetRequest>, IDeepCloneable<UpdateProductSetRequest>, 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 path is display_name.
[[["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."],[[["This document outlines the `UpdateProductSetRequest` class, which is used to update a ProductSet via the `UpdateProductSet` method within the Google Cloud Vision API."],["The `UpdateProductSetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the .NET environment."],["The class includes two constructors, one for creating a new instance and another for creating a copy from an existing `UpdateProductSetRequest` object."],["Key properties of this class include `ProductSet`, which is the resource to be updated, and `UpdateMask`, which specifies which fields within the ProductSet should be modified during the update operation."],["The document also lists available versions for this class, ranging from version 2.3.0 up to the latest version, 3.7.0."]]],[]]