public sealed class ProductInlineSource : IMessage<ProductInlineSource>, IEquatable<ProductInlineSource>, IDeepCloneable<ProductInlineSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ProductInlineSource.
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."],[[["This webpage provides documentation for the `ProductInlineSource` class within the Google Cloud Retail v2 API, specifically for the .NET environment."],["`ProductInlineSource` is used as an inline source for configuring the `ImportProducts` method in the Retail v2 API."],["The latest version of the API available on the page is 2.12.0, but this specific page details version 2.6.0, along with providing a history of versions, going back to version 1.0.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `ProductInlineSource` class has a `Products` property which is a `RepeatedField` of `Product` objects and requires a list of products with valid IDs for updating or creation, recommending a maximum of 100 items."]]],[]]