Class ProductInputConfig
The input config source for products.
Inheritance
System.Object
ProductInputConfig
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class ProductInputConfig : IMessage<ProductInputConfig>, IEquatable<ProductInputConfig>, IDeepCloneable<ProductInputConfig>, IBufferMessage, IMessage
Constructors
ProductInputConfig()
Declaration
public ProductInputConfig()
ProductInputConfig(ProductInputConfig)
Declaration
public ProductInputConfig(ProductInputConfig other)
Parameters
Type | Name | Description |
---|---|---|
ProductInputConfig | other |
Properties
BigQuerySource
BigQuery input source.
Declaration
public BigQuerySource BigQuerySource { get; set; }
Property Value
Type | Description |
---|---|
BigQuerySource |
GcsSource
Google Cloud Storage location for the input content.
Declaration
public GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GcsSource |
ProductInlineSource
The Inline source for the input content for products.
Declaration
public ProductInlineSource ProductInlineSource { get; set; }
Property Value
Type | Description |
---|---|
ProductInlineSource |
SourceCase
Declaration
public ProductInputConfig.SourceOneofCase SourceCase { get; }
Property Value
Type | Description |
---|---|
ProductInputConfig.SourceOneofCase |