public interface ProductInputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigQuerySource()
public abstract BigQuerySource getBigQuerySource()BigQuery input source.
.google.cloud.retail.v2.BigQuerySource big_query_source = 3;
| Returns | |
|---|---|
| Type | Description |
BigQuerySource |
The bigQuerySource. |
getBigQuerySourceOrBuilder()
public abstract BigQuerySourceOrBuilder getBigQuerySourceOrBuilder()BigQuery input source.
.google.cloud.retail.v2.BigQuerySource big_query_source = 3;
| Returns | |
|---|---|
| Type | Description |
BigQuerySourceOrBuilder |
|
getGcsSource()
public abstract GcsSource getGcsSource()Google Cloud Storage location for the input content.
.google.cloud.retail.v2.GcsSource gcs_source = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ProductInlineSourceOrBuilder |
|
getSourceCase()
public abstract ProductInputConfig.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
ProductInputConfig.SourceCase |
|
hasBigQuerySource()
public abstract boolean hasBigQuerySource()BigQuery input source.
.google.cloud.retail.v2.BigQuerySource big_query_source = 3;
| Returns | |
|---|---|
| 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.v2.GcsSource gcs_source = 2;
| Returns | |
|---|---|
| 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.v2.ProductInlineSource product_inline_source = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the productInlineSource field is set. |