Package com.google.cloud.retail.v2alpha
Interface ProductInputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProductInputConfig
,ProductInputConfig.Builder
public interface ProductInputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQuerySource
getBigQuerySource()
BigQuery input source.BigQuerySourceOrBuilder
getBigQuerySourceOrBuilder()
BigQuery input source.GcsSource
getGcsSource()
Google Cloud Storage location for the input content.GcsSourceOrBuilder
getGcsSourceOrBuilder()
Google Cloud Storage location for the input content.ProductInlineSource
getProductInlineSource()
The Inline source for the input content for products.ProductInlineSourceOrBuilder
getProductInlineSourceOrBuilder()
The Inline source for the input content for products.ProductInputConfig.SourceCase
getSourceCase()
boolean
hasBigQuerySource()
BigQuery input source.boolean
hasGcsSource()
Google Cloud Storage location for the input content.boolean
hasProductInlineSource()
The Inline source for the input content for products.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProductInlineSource
boolean hasProductInlineSource()
The Inline source for the input content for products.
.google.cloud.retail.v2alpha.ProductInlineSource product_inline_source = 1;
- Returns:
- Whether the productInlineSource field is set.
-
getProductInlineSource
ProductInlineSource getProductInlineSource()
The Inline source for the input content for products.
.google.cloud.retail.v2alpha.ProductInlineSource product_inline_source = 1;
- Returns:
- The productInlineSource.
-
getProductInlineSourceOrBuilder
ProductInlineSourceOrBuilder getProductInlineSourceOrBuilder()
The Inline source for the input content for products.
.google.cloud.retail.v2alpha.ProductInlineSource product_inline_source = 1;
-
hasGcsSource
boolean hasGcsSource()
Google Cloud Storage location for the input content.
.google.cloud.retail.v2alpha.GcsSource gcs_source = 2;
- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
GcsSource getGcsSource()
Google Cloud Storage location for the input content.
.google.cloud.retail.v2alpha.GcsSource gcs_source = 2;
- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
GcsSourceOrBuilder getGcsSourceOrBuilder()
Google Cloud Storage location for the input content.
.google.cloud.retail.v2alpha.GcsSource gcs_source = 2;
-
hasBigQuerySource
boolean hasBigQuerySource()
BigQuery input source.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 3;
- Returns:
- Whether the bigQuerySource field is set.
-
getBigQuerySource
BigQuerySource getBigQuerySource()
BigQuery input source.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 3;
- Returns:
- The bigQuerySource.
-
getBigQuerySourceOrBuilder
BigQuerySourceOrBuilder getBigQuerySourceOrBuilder()
BigQuery input source.
.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 3;
-
getSourceCase
ProductInputConfig.SourceCase getSourceCase()
-
-