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 webpage details the `CreateProductRequest` class within the Google Cloud Vision V1 API, specifically version 2.5.0."],["The `CreateProductRequest` class is used to create a product using the `CreateProduct` method, and it inherits from `Object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Parent` to specify the project location, `ParentAsLocationName` for a typed view of the resource name, `Product` to define the product being created, and `ProductId` for a user-defined resource identifier."],["There are several previous versions available, all the way up to the latest version, 3.7.0, and all the way down to version 2.3.0."],["There are two constructors available, a default one with no parameters and another that takes a `CreateProductRequest` object as a parameter."]]],[]]