public sealed class ProductInputConfig : IMessage<ProductInputConfig>, IEquatable<ProductInputConfig>, IDeepCloneable<ProductInputConfig>, IBufferMessage, IMessageReference documentation and code samples for the Retail v2 API class ProductInputConfig.
The input config source for products.
Implements
IMessageProductInputConfig, IEquatableProductInputConfig, IDeepCloneableProductInputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ProductInputConfig()
public ProductInputConfig()ProductInputConfig(ProductInputConfig)
public ProductInputConfig(ProductInputConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ProductInputConfig |
Properties
BigQuerySource
public BigQuerySource BigQuerySource { get; set; }BigQuery input source.
| Property Value | |
|---|---|
| Type | Description |
BigQuerySource |
|
GcsSource
public GcsSource GcsSource { get; set; }Google Cloud Storage location for the input content.
| Property Value | |
|---|---|
| Type | Description |
GcsSource |
|
ProductInlineSource
public ProductInlineSource ProductInlineSource { get; set; }The Inline source for the input content for products.
| Property Value | |
|---|---|
| Type | Description |
ProductInlineSource |
|
SourceCase
public ProductInputConfig.SourceOneofCase SourceCase { get; }| Property Value | |
|---|---|
| Type | Description |
ProductInputConfigSourceOneofCase |
|