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 page details the `UpdateProductSetRequest` class, which is used to update a ProductSet via the `UpdateProductSet` method in the Google Cloud Vision API."],["The `UpdateProductSetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message processing and object handling within the API."],["The class includes two constructors: a default constructor `UpdateProductSetRequest()` and a copy constructor `UpdateProductSetRequest(UpdateProductSetRequest other)` to build off of existing product sets."],["The class has two primary properties: `ProductSet`, which is required and specifies the replacement for the current server product set, and `UpdateMask`, which indicates what fields to update, defaulting to all mutable fields if not specified."],["The list of available versions for this class ranges from 2.3.0 up to the latest 3.7.0, with several intermediate versions available for selection."]]],[]]