Interface ProductInputConfigOrBuilder (2.43.0)

public interface ProductInputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigQuerySource()

public abstract BigQuerySource getBigQuerySource()

BigQuery input source.

.google.cloud.retail.v2.BigQuerySource big_query_source = 3;

Returns
TypeDescription
BigQuerySource

The bigQuerySource.

getBigQuerySourceOrBuilder()

public abstract BigQuerySourceOrBuilder getBigQuerySourceOrBuilder()

BigQuery input source.

.google.cloud.retail.v2.BigQuerySource big_query_source = 3;

Returns
TypeDescription
BigQuerySourceOrBuilder

getGcsSource()

public abstract GcsSource getGcsSource()

Google Cloud Storage location for the input content.

.google.cloud.retail.v2.GcsSource gcs_source = 2;

Returns
TypeDescription
GcsSource

The gcsSource.

getGcsSourceOrBuilder()

public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()

Google Cloud Storage location for the input content.

.google.cloud.retail.v2.GcsSource gcs_source = 2;

Returns
TypeDescription
GcsSourceOrBuilder

getProductInlineSource()

public abstract ProductInlineSource getProductInlineSource()

The Inline source for the input content for products.

.google.cloud.retail.v2.ProductInlineSource product_inline_source = 1;

Returns
TypeDescription
ProductInlineSource

The productInlineSource.

getProductInlineSourceOrBuilder()

public abstract ProductInlineSourceOrBuilder getProductInlineSourceOrBuilder()

The Inline source for the input content for products.

.google.cloud.retail.v2.ProductInlineSource product_inline_source = 1;

Returns
TypeDescription
ProductInlineSourceOrBuilder

getSourceCase()

public abstract ProductInputConfig.SourceCase getSourceCase()
Returns
TypeDescription
ProductInputConfig.SourceCase

hasBigQuerySource()

public abstract boolean hasBigQuerySource()

BigQuery input source.

.google.cloud.retail.v2.BigQuerySource big_query_source = 3;

Returns
TypeDescription
boolean

Whether the bigQuerySource field is set.

hasGcsSource()

public abstract boolean hasGcsSource()

Google Cloud Storage location for the input content.

.google.cloud.retail.v2.GcsSource gcs_source = 2;

Returns
TypeDescription
boolean

Whether the gcsSource field is set.

hasProductInlineSource()

public abstract boolean hasProductInlineSource()

The Inline source for the input content for products.

.google.cloud.retail.v2.ProductInlineSource product_inline_source = 1;

Returns
TypeDescription
boolean

Whether the productInlineSource field is set.