Class ProductInputConfig (1.1.0)

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

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
ProductInputConfig.SourceOneofCase