Package com.google.cloud.retail.v2
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 BigQuerySourcegetBigQuerySource()BigQuery input source.BigQuerySourceOrBuildergetBigQuerySourceOrBuilder()BigQuery input source.GcsSourcegetGcsSource()Google Cloud Storage location for the input content.GcsSourceOrBuildergetGcsSourceOrBuilder()Google Cloud Storage location for the input content.ProductInlineSourcegetProductInlineSource()The Inline source for the input content for products.ProductInlineSourceOrBuildergetProductInlineSourceOrBuilder()The Inline source for the input content for products.ProductInputConfig.SourceCasegetSourceCase()booleanhasBigQuerySource()BigQuery input source.booleanhasGcsSource()Google Cloud Storage location for the input content.booleanhasProductInlineSource()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.v2.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.v2.ProductInlineSource product_inline_source = 1;- Returns:
- The productInlineSource.
-
getProductInlineSourceOrBuilder
ProductInlineSourceOrBuilder getProductInlineSourceOrBuilder()
The Inline source for the input content for products.
.google.cloud.retail.v2.ProductInlineSource product_inline_source = 1;
-
hasGcsSource
boolean hasGcsSource()
Google Cloud Storage location for the input content.
.google.cloud.retail.v2.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.v2.GcsSource gcs_source = 2;- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
GcsSourceOrBuilder getGcsSourceOrBuilder()
Google Cloud Storage location for the input content.
.google.cloud.retail.v2.GcsSource gcs_source = 2;
-
hasBigQuerySource
boolean hasBigQuerySource()
BigQuery input source.
.google.cloud.retail.v2.BigQuerySource big_query_source = 3;- Returns:
- Whether the bigQuerySource field is set.
-
getBigQuerySource
BigQuerySource getBigQuerySource()
BigQuery input source.
.google.cloud.retail.v2.BigQuerySource big_query_source = 3;- Returns:
- The bigQuerySource.
-
getBigQuerySourceOrBuilder
BigQuerySourceOrBuilder getBigQuerySourceOrBuilder()
BigQuery input source.
.google.cloud.retail.v2.BigQuerySource big_query_source = 3;
-
getSourceCase
ProductInputConfig.SourceCase getSourceCase()
-
-