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 provides documentation for the `ProductInlineSource` class within the `Google.Cloud.Retail.V2` namespace, specifically detailing its use in importing product data."],["The latest version documented is 2.12.0, and the page lists links to documentation for numerous previous versions, starting from 2.11.0 down to 1.0.0, for those needing to see the change history."],["`ProductInlineSource` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling and managing product data within the Google Cloud Retail API."],["The `ProductInlineSource` class has two constructors and a `Products` property that is a list of products that are to be updated or created."],["The documentation also provides information on inherited members and links to related pages, including information on the `Product` type and other relevant types in the Google Protobuf library."]]],[]]