public sealed class CreateProductSetRequest : IMessage<CreateProductSetRequest>, IEquatable<CreateProductSetRequest>, IDeepCloneable<CreateProductSetRequest>, IBufferMessage, IMessage
A user-supplied resource id for this ProductSet. If set, the server will
attempt to use this value as the resource id. If it is already in use, an
error is returned with code ALREADY_EXISTS. Must be at most 128 characters
long. It cannot contain the character /.
[[["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 outlines the `CreateProductSetRequest` class, which is used to create a request for the `CreateProductSet` method in the Google Cloud Vision API."],["The `CreateProductSetRequest` class has several versions available, ranging from version 2.3.0 up to the latest version, 3.7.0, with each version having it's own unique documentation."],["The `CreateProductSetRequest` class, found in the `Google.Cloud.Vision.V1` namespace, inherits from the `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `Parent`, `ParentAsLocationName`, `ProductSet`, and `ProductSetId`, which are used to define the details of the ProductSet being created, including the project and resource ID, along with the ProductSet itself."],["The `CreateProductSetRequest` has two constructors, one parameterless and one that takes a `CreateProductSetRequest` as a parameter."]]],[]]