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."],[[["The webpage provides reference documentation for the `UpdateProductSetRequest` class within the Google Cloud Vision v1 API, specifically in the .NET environment."],["This class is used to send requests for the `UpdateProductSet` method, which updates a ProductSet resource on the server."],["The latest version of this documentation is 3.7.0, but multiple versions from 2.3.0 to 3.7.0 are documented, allowing users to consult previous versions."],["`UpdateProductSetRequest` inherits from object and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are detailed in the documentation."],["Key properties of the `UpdateProductSetRequest` class include `ProductSet` (the resource to be updated) and `UpdateMask` (specifying which fields to update)."]]],[]]