public sealed class ProductInlineSource : IMessage<ProductInlineSource>, IEquatable<ProductInlineSource>, IDeepCloneable<ProductInlineSource>, IBufferMessage, IMessage
The inline source for the input config for ImportProducts method.
Inheritance
System.Object > ProductInlineSourceImplements
Google.Protobuf.IMessage<ProductInlineSource>, System.IEquatable<ProductInlineSource>, Google.Protobuf.IDeepCloneable<ProductInlineSource>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 10k items.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<Product> |