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 Detail

      • hasProductInlineSource

        boolean hasProductInlineSource()
         The Inline source for the input content for products.
         
        .google.cloud.retail.v2beta.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.v2beta.ProductInlineSource product_inline_source = 1;
        Returns:
        The productInlineSource.
      • getProductInlineSourceOrBuilder

        ProductInlineSourceOrBuilder getProductInlineSourceOrBuilder()
         The Inline source for the input content for products.
         
        .google.cloud.retail.v2beta.ProductInlineSource product_inline_source = 1;
      • hasGcsSource

        boolean hasGcsSource()
         Google Cloud Storage location for the input content.
         
        .google.cloud.retail.v2beta.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.v2beta.GcsSource gcs_source = 2;
        Returns:
        The gcsSource.
      • getGcsSourceOrBuilder

        GcsSourceOrBuilder getGcsSourceOrBuilder()
         Google Cloud Storage location for the input content.
         
        .google.cloud.retail.v2beta.GcsSource gcs_source = 2;
      • hasBigQuerySource

        boolean hasBigQuerySource()
         BigQuery input source.
         
        .google.cloud.retail.v2beta.BigQuerySource big_query_source = 3;
        Returns:
        Whether the bigQuerySource field is set.
      • getBigQuerySource

        BigQuerySource getBigQuerySource()
         BigQuery input source.
         
        .google.cloud.retail.v2beta.BigQuerySource big_query_source = 3;
        Returns:
        The bigQuerySource.
      • getBigQuerySourceOrBuilder

        BigQuerySourceOrBuilder getBigQuerySourceOrBuilder()
         BigQuery input source.
         
        .google.cloud.retail.v2beta.BigQuerySource big_query_source = 3;