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-03-21 UTC."],[[["The latest version of `ProductInlineSource` is 2.12.0, with various earlier versions available, starting from 1.0.0."],["`ProductInlineSource` serves as an inline configuration for the `ImportProducts` method."],["This class inherits from `System.Object` and implements several interfaces, including `Google.Protobuf.IMessage` and `System.IEquatable\u003cProductInlineSource\u003e`."],["The `Products` property, of type `RepeatedField\u003cProduct\u003e`, is required and holds the list of products to be updated or created, each needing a valid `Product.id`."],["`ProductInlineSource` has 2 constructors, `ProductInlineSource()` and `ProductInlineSource(ProductInlineSource other)`, which can be used for instantiating the class."]]],[]]