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 webpage details the `UpdateProductSetRequest` class, which is used to send requests for updating a `ProductSet` in the Google Cloud Vision API, specifically within version 2.3.0."],["The `UpdateProductSetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffer operations."],["The class provides two constructors, one default and another that takes an existing `UpdateProductSetRequest` instance for copying."],["The `UpdateProductSetRequest` class features two key properties, `ProductSet` and `UpdateMask`, allowing users to define the replacement `ProductSet` resource and specify which fields should be updated, with `display_name` being the only valid path for the update mask."],["The page provides a version history with version 3.7.0 being the most recent and version 2.3.0 being the current selected documentation."]]],[]]