Interface OutputResultOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    OutputResult, OutputResult.Builder

    public interface OutputResultOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getBigqueryResultList

        List<BigQueryOutputResult> getBigqueryResultList()
         The BigQuery location where the result is stored.
         
        repeated .google.cloud.retail.v2alpha.BigQueryOutputResult bigquery_result = 1;
      • getBigqueryResult

        BigQueryOutputResult getBigqueryResult​(int index)
         The BigQuery location where the result is stored.
         
        repeated .google.cloud.retail.v2alpha.BigQueryOutputResult bigquery_result = 1;
      • getBigqueryResultCount

        int getBigqueryResultCount()
         The BigQuery location where the result is stored.
         
        repeated .google.cloud.retail.v2alpha.BigQueryOutputResult bigquery_result = 1;
      • getBigqueryResultOrBuilderList

        List<? extends BigQueryOutputResultOrBuilder> getBigqueryResultOrBuilderList()
         The BigQuery location where the result is stored.
         
        repeated .google.cloud.retail.v2alpha.BigQueryOutputResult bigquery_result = 1;
      • getBigqueryResultOrBuilder

        BigQueryOutputResultOrBuilder getBigqueryResultOrBuilder​(int index)
         The BigQuery location where the result is stored.
         
        repeated .google.cloud.retail.v2alpha.BigQueryOutputResult bigquery_result = 1;
      • getGcsResultList

        List<GcsOutputResult> getGcsResultList()
         The Google Cloud Storage location where the result is stored.
         
        repeated .google.cloud.retail.v2alpha.GcsOutputResult gcs_result = 2;
      • getGcsResult

        GcsOutputResult getGcsResult​(int index)
         The Google Cloud Storage location where the result is stored.
         
        repeated .google.cloud.retail.v2alpha.GcsOutputResult gcs_result = 2;
      • getGcsResultCount

        int getGcsResultCount()
         The Google Cloud Storage location where the result is stored.
         
        repeated .google.cloud.retail.v2alpha.GcsOutputResult gcs_result = 2;
      • getGcsResultOrBuilderList

        List<? extends GcsOutputResultOrBuilder> getGcsResultOrBuilderList()
         The Google Cloud Storage location where the result is stored.
         
        repeated .google.cloud.retail.v2alpha.GcsOutputResult gcs_result = 2;
      • getGcsResultOrBuilder

        GcsOutputResultOrBuilder getGcsResultOrBuilder​(int index)
         The Google Cloud Storage location where the result is stored.
         
        repeated .google.cloud.retail.v2alpha.GcsOutputResult gcs_result = 2;