Retail v2 API - Class ProductInputConfig (2.8.0)

public sealed class ProductInputConfig : IMessage<ProductInputConfig>, IEquatable<ProductInputConfig>, IDeepCloneable<ProductInputConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class ProductInputConfig.

The input config source for products.

Inheritance

object > ProductInputConfig

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

ProductInputConfig()

public ProductInputConfig()

ProductInputConfig(ProductInputConfig)

public ProductInputConfig(ProductInputConfig other)
Parameter
NameDescription
otherProductInputConfig

Properties

BigQuerySource

public BigQuerySource BigQuerySource { get; set; }

BigQuery input source.

Property Value
TypeDescription
BigQuerySource

GcsSource

public GcsSource GcsSource { get; set; }

Google Cloud Storage location for the input content.

Property Value
TypeDescription
GcsSource

ProductInlineSource

public ProductInlineSource ProductInlineSource { get; set; }

The Inline source for the input content for products.

Property Value
TypeDescription
ProductInlineSource

SourceCase

public ProductInputConfig.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
ProductInputConfigSourceOneofCase