Package com.google.cloud.retail.v2beta
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 BigQueryOutputResult
getBigqueryResult(int index)
The BigQuery location where the result is stored.int
getBigqueryResultCount()
The BigQuery location where the result is stored.List<BigQueryOutputResult>
getBigqueryResultList()
The BigQuery location where the result is stored.BigQueryOutputResultOrBuilder
getBigqueryResultOrBuilder(int index)
The BigQuery location where the result is stored.List<? extends BigQueryOutputResultOrBuilder>
getBigqueryResultOrBuilderList()
The BigQuery location where the result is stored.GcsOutputResult
getGcsResult(int index)
The Google Cloud Storage location where the result is stored.int
getGcsResultCount()
The Google Cloud Storage location where the result is stored.List<GcsOutputResult>
getGcsResultList()
The Google Cloud Storage location where the result is stored.GcsOutputResultOrBuilder
getGcsResultOrBuilder(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.v2beta.BigQueryOutputResult bigquery_result = 1;
-
getBigqueryResult
BigQueryOutputResult getBigqueryResult(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
-
getBigqueryResultCount
int getBigqueryResultCount()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
-
getBigqueryResultOrBuilderList
List<? extends BigQueryOutputResultOrBuilder> getBigqueryResultOrBuilderList()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
-
getBigqueryResultOrBuilder
BigQueryOutputResultOrBuilder getBigqueryResultOrBuilder(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;
-
getGcsResultList
List<GcsOutputResult> getGcsResultList()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
-
getGcsResult
GcsOutputResult getGcsResult(int index)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
-
getGcsResultCount
int getGcsResultCount()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
-
getGcsResultOrBuilderList
List<? extends GcsOutputResultOrBuilder> getGcsResultOrBuilderList()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
-
getGcsResultOrBuilder
GcsOutputResultOrBuilder getGcsResultOrBuilder(int index)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;
-
-