public sealed class CreateProductRequest : IMessage<CreateProductRequest>, IEquatable<CreateProductRequest>, IDeepCloneable<CreateProductRequest>, IBufferMessage, IMessage
A user-supplied resource id for this Product. 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 `CreateProductRequest` class within the Google Cloud Vision V1 library, specifically version 2.4.0."],["The `CreateProductRequest` class is a request message used to create a product, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateProductRequest` include `Parent` (the project and location), `ParentAsLocationName` (a typed view of `Parent`), `Product` (the product to be created), and `ProductId` (a user-supplied ID for the product)."],["The most recent version of this object, as of this documentation, is 3.7.0, with several previous versions also listed."],["There are two constructors for the `CreateProductRequest` class: one default constructor and another that accepts a `CreateProductRequest` object as a parameter."]]],[]]