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 reference documentation for the `UpdateProductSetRequest` class within the Google Cloud Vision v1 API, specifically within the .NET environment."],["The `UpdateProductSetRequest` class is used to create a request message for updating a ProductSet, as used in the `UpdateProductSet` method."],["The documentation details the class's implementation of various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists the different versions of the `UpdateProductSetRequest` class, ranging from the latest version 3.7.0 back to version 2.3.0, with links to documentation of each individual version."],["The documentation describes the two constructors, `UpdateProductSetRequest()` and `UpdateProductSetRequest(UpdateProductSetRequest other)`, and two properties, `ProductSet` and `UpdateMask`, that this class uses."]]],[]]