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.
Implements
IMessageProductInlineSource, IEquatableProductInlineSource, IDeepCloneableProductInlineSource, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ProductInlineSource()
public ProductInlineSource()
ProductInlineSource(ProductInlineSource)
public ProductInlineSource(ProductInlineSource other)
Parameter | |
---|---|
Name | Description |
other |
ProductInlineSource |
Properties
Products
public RepeatedField<Product> Products { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldProduct |