public sealed class CatalogInlineSource : IMessage<CatalogInlineSource>, IEquatable<CatalogInlineSource>, IDeepCloneable<CatalogInlineSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class CatalogInlineSource.
The inline source for the input config for ImportCatalogItems method.
Implements
IMessageCatalogInlineSource, IEquatableCatalogInlineSource, IDeepCloneableCatalogInlineSource, 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 |
RepeatedFieldCatalogItem |