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
10k 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-17 UTC."],[[["This webpage details the `ProductInlineSource` class, which is used as an inline source for the input configuration of the `ImportProducts` method."],["The `ProductInlineSource` class is part of the `Google.Cloud.Retail.V2` namespace within the `Google.Cloud.Retail.V2.dll` assembly."],["The class provides a list of `Products` that are to be updated or created, ensuring each product in this list has a valid `Product.id`."],["The page provides documentation for 20 different versions, ranging from version 1.0.0 up to version 2.12.0, where 2.12.0 is the latest version."],["The `ProductInlineSource` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]