public sealed class ProductInlineSource : IMessage<ProductInlineSource>, IEquatable<ProductInlineSource>, IDeepCloneable<ProductInlineSource>, IBufferMessage, IMessage
The inline source for the input config for ImportProducts method.
Required. A list of products to update/create. Each product must have a
valid [Product.id][google.cloud.retail.v2.Product.id]. Recommended max of
100 items.
[[["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-09 UTC."],[[["This webpage details the `ProductInlineSource` class, which is used as an inline source for the input configuration of the `ImportProducts` method within the Google Cloud Retail V2 API."],["The `ProductInlineSource` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The latest version of the Google Cloud Retail V2 API available is 2.12.0, with many previous versions listed and linked as low as 1.0.0."],["The `ProductInlineSource` class features a `Products` property, which is a required list of products for updating or creation, with each product needing a valid `Product.id` and a recommended limit of 100 items."],["The ProductInlineSource class also features two constructors, one taking in no arguments and another taking in a ProductInlineSource object."]]],[]]