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 webpage provides documentation for the `UpdateProductSetRequest` class within the Google Cloud Vision v1 API, specifically version 3.6.0."],["The `UpdateProductSetRequest` class is a request message used for the `UpdateProductSet` method and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page lists available versions of the API, ranging from version 2.3.0 up to the latest, 3.7.0, with version 3.6.0 being the one associated with the current documentation."],["Key properties for `UpdateProductSetRequest` include `ProductSet`, representing the resource to replace, and `UpdateMask`, which specifies the fields to update, with \"display\\_name\" as a valid option."],["The class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, which are listed in the provided content."]]],[]]