public sealed class CreateProductRequest : IMessage<CreateProductRequest>, IEquatable<CreateProductRequest>, IDeepCloneable<CreateProductRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class CreateProductRequest.
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 provides reference information for the `CreateProductRequest` class within the Google Cloud Vision v1 API, specifically for version 3.6.0, with links to other versions of the API."],["`CreateProductRequest` is a request message used in the `CreateProduct` method, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Parent`, `ParentAsLocationName`, `Product`, and `ProductId`, which are essential for defining and creating a product within a specific project and location, and these properties have been defined with their descriptions."],["There are two constructors, `CreateProductRequest()` and `CreateProductRequest(CreateProductRequest other)`, which are used for creating instances of the `CreateProductRequest` object, either by default or by copying another instance."],["This API's documentation covers the class's inheritance from `object` and details inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]