Package com.google.cloud.retail.v2alpha
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQueryOutputResultgetBigqueryResult(int index)The BigQuery location where the result is stored.intgetBigqueryResultCount()The BigQuery location where the result is stored.List<BigQueryOutputResult>getBigqueryResultList()The BigQuery location where the result is stored.BigQueryOutputResultOrBuildergetBigqueryResultOrBuilder(int index)The BigQuery location where the result is stored.List<? extends BigQueryOutputResultOrBuilder>getBigqueryResultOrBuilderList()The BigQuery location where the result is stored.GcsOutputResultgetGcsResult(int index)The Google Cloud Storage location where the result is stored.intgetGcsResultCount()The Google Cloud Storage location where the result is stored.List<GcsOutputResult>getGcsResultList()The Google Cloud Storage location where the result is stored.GcsOutputResultOrBuildergetGcsResultOrBuilder(int index)The Google Cloud Storage location where the result is stored.List<? extends GcsOutputResultOrBuilder>getGcsResultOrBuilderList()The Google Cloud Storage location where the result is stored.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-