public sealed class UpdateProductSetRequest : IMessage<UpdateProductSetRequest>, IEquatable<UpdateProductSetRequest>, IDeepCloneable<UpdateProductSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class UpdateProductSetRequest.
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 reference information for the `UpdateProductSetRequest` class within the Google Cloud Vision v1 API, specifically version 3.4.0, and the most recent version 3.7.0 is also accessible."],["The `UpdateProductSetRequest` class is a request message used for the `UpdateProductSet` method in the API, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `UpdateProductSetRequest()` and a copy constructor `UpdateProductSetRequest(UpdateProductSetRequest other)` for creating new instances."],["The `UpdateProductSetRequest` class has properties to define what product set to update, including `ProductSet`, which specifies the resource, and `UpdateMask`, which specifies which fields should be updated."],["The document also contains links to the different version documentation starting from 2.3.0 to 3.7.0, enabling users to select the version applicable to them."]]],[]]