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 webpage details the `CreateProductSetRequest` class within the Google Cloud Vision V1 API, specifically version 2.3.0, which is a request message type used for creating a ProductSet."],["The `CreateProductSetRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["Key properties of `CreateProductSetRequest` include `Parent`, `ParentAsLocationName`, `ProductSet`, and `ProductSetId`, which are used to define the location, the product set to be created, and its unique ID."],["The latest version available for `CreateProductSetRequest` is 3.7.0, and the page provides links to prior versions ranging from 3.6.0 down to 2.3.0, which is the version it is detailing."],["The `CreateProductSetRequest` class provides two constructors, a default constructor and one allowing an existing `CreateProductSetRequest` object to be used as a parameter, for the initialisation of the class."]]],[]]