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 latest version available for `ProductInlineSource` is 2.12.0, with numerous prior versions listed, including versions in the 1.x.x and 2.x.x series, dating all the way back to 1.0.0."],["`ProductInlineSource` is an inline source for the input configuration used in the `ImportProducts` method, within the `Google.Cloud.Retail.V2` namespace."],["`ProductInlineSource` implements several interfaces, including `IMessage\u003cProductInlineSource\u003e`, `IEquatable\u003cProductInlineSource\u003e`, `IDeepCloneable\u003cProductInlineSource\u003e`, `IBufferMessage`, and `IMessage`."],["`ProductInlineSource` has a `Products` property which is a `RepeatedField` that takes a list of products to update or create."],["It can be instantiated through two constructors, a parameterless constructor `ProductInlineSource()` and one that takes another instance of itself `ProductInlineSource(ProductInlineSource other)`."]]],[]]