Class ProductInlineSource
The inline source for the input config for ImportProducts method.
Inheritance
System.Object
ProductInlineSource
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class ProductInlineSource : IMessage<ProductInlineSource>, IEquatable<ProductInlineSource>, IDeepCloneable<ProductInlineSource>, IBufferMessage, IMessage
Constructors
ProductInlineSource()
Declaration
public ProductInlineSource()
ProductInlineSource(ProductInlineSource)
Declaration
public ProductInlineSource(ProductInlineSource other)
Parameters
Type | Name | Description |
---|---|---|
ProductInlineSource | other |
Properties
Products
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.
Declaration
public RepeatedField<Product> Products { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Product> |