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-04-17 UTC."],[[["This document provides information on the `UpdateProductSetRequest` class within the Google.Cloud.Vision.V1 namespace, specifically version 3.0.0."],["The `UpdateProductSetRequest` class is used as a request message for the `UpdateProductSet` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a parameterless one and another that takes an `UpdateProductSetRequest` object as an argument for creating a new object based on an existing one."],["Key properties within the `UpdateProductSetRequest` class include `ProductSet`, which represents the updated product set resource, and `UpdateMask`, which specifies which fields within the resource should be modified."],["The document also lists previous versions of the `UpdateProductSetRequest` class, with 3.7.0 being the latest, and describes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]