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-03-21 UTC."],[[["The `ProductInlineSource` class is used as an inline source for the input configuration when using the `ImportProducts` method."],["This class is part of the `Google.Cloud.Retail.V2` namespace and is defined within the `Google.Cloud.Retail.V2.dll` assembly."],["`ProductInlineSource` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Products` property, which is a list of products to be updated or created, with each product requiring a valid ID and recommending a maximum of 100 items."],["The latest version available in this document is version 2.12.0, but overall the document contains all versions between 1.0.0 and 2.12.0 for `ProductInlineSource`."]]],[]]