public sealed class CatalogInlineSource : IMessage<CatalogInlineSource>, IEquatable<CatalogInlineSource>, IDeepCloneable<CatalogInlineSource>, IBufferMessage, IMessageThe inline source for the input config for ImportCatalogItems method.
Implements
IMessage<CatalogInlineSource>, IEquatable<CatalogInlineSource>, IDeepCloneable<CatalogInlineSource>, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
CatalogInlineSource()
public CatalogInlineSource()CatalogInlineSource(CatalogInlineSource)
public CatalogInlineSource(CatalogInlineSource other)| Parameter | |
|---|---|
| Name | Description |
other |
CatalogInlineSource |
Properties
CatalogItems
public RepeatedField<CatalogItem> CatalogItems { get; }Optional. A list of catalog items to update/create. Recommended max of 10k items.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<CatalogItem> |
|