public sealed class ProductInputConfig : IMessage<ProductInputConfig>, IEquatable<ProductInputConfig>, IDeepCloneable<ProductInputConfig>, IBufferMessage, IMessageThe input config source for products.
Inheritance
System.Object > ProductInputConfigImplements
Google.Protobuf.IMessage<ProductInputConfig>, System.IEquatable<ProductInputConfig>, Google.Protobuf.IDeepCloneable<ProductInputConfig>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
ProductInputConfig.SourceOneofCase |
|