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 within the 3.0.0 version."],["`CreateProductRequest` is a message type used for sending requests to the `CreateProduct` method, enabling the creation of products in a specified project."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating various operations and comparisons."],["Key properties of the `CreateProductRequest` include `Parent`, `ParentAsLocationName`, `Product`, and `ProductId`, which are used to define the location, the product, and the user-supplied resource ID for the product to be created."],["The webpage provides links to various previous versions of this class, showing a history of versions from 3.7.0 (latest) down to 2.3.0."]]],[]]