public interface ProductInputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigQuerySource()
public abstract BigQuerySource getBigQuerySource()BigQuery input source.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 3;
| Type | Description |
| BigQuerySource | The bigQuerySource. |
getBigQuerySourceOrBuilder()
public abstract BigQuerySourceOrBuilder getBigQuerySourceOrBuilder()BigQuery input source.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 3;
| Type | Description |
| BigQuerySourceOrBuilder |
getGcsSource()
public abstract GcsSource getGcsSource()Google Cloud Storage location for the input content.
.google.cloud.retail.v2alpha.GcsSource gcs_source = 2;
| Type | Description |
| GcsSource | The gcsSource. |
getGcsSourceOrBuilder()
public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()Google Cloud Storage location for the input content.
.google.cloud.retail.v2alpha.GcsSource gcs_source = 2;
| Type | Description |
| GcsSourceOrBuilder |
getProductInlineSource()
public abstract ProductInlineSource getProductInlineSource()The Inline source for the input content for products.
.google.cloud.retail.v2alpha.ProductInlineSource product_inline_source = 1;
| Type | Description |
| ProductInlineSource | The productInlineSource. |
getProductInlineSourceOrBuilder()
public abstract ProductInlineSourceOrBuilder getProductInlineSourceOrBuilder()The Inline source for the input content for products.
.google.cloud.retail.v2alpha.ProductInlineSource product_inline_source = 1;
| Type | Description |
| ProductInlineSourceOrBuilder |
getSourceCase()
public abstract ProductInputConfig.SourceCase getSourceCase()| Type | Description |
| ProductInputConfig.SourceCase |
hasBigQuerySource()
public abstract boolean hasBigQuerySource()BigQuery input source.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 3;
| Type | Description |
| boolean | Whether the bigQuerySource field is set. |
hasGcsSource()
public abstract boolean hasGcsSource()Google Cloud Storage location for the input content.
.google.cloud.retail.v2alpha.GcsSource gcs_source = 2;
| Type | Description |
| boolean | Whether the gcsSource field is set. |
hasProductInlineSource()
public abstract boolean hasProductInlineSource()The Inline source for the input content for products.
.google.cloud.retail.v2alpha.ProductInlineSource product_inline_source = 1;
| Type | Description |
| boolean | Whether the productInlineSource field is set. |