public interface OutputResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<BigQueryOutputResult> getBigqueryResultList()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;BigQueryOutputResult getBigqueryResult(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;int getBigqueryResultCount()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;List<? extends BigQueryOutputResultOrBuilder> getBigqueryResultOrBuilderList()
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;BigQueryOutputResultOrBuilder getBigqueryResultOrBuilder(int index)
The BigQuery location where the result is stored.
repeated .google.cloud.retail.v2beta.BigQueryOutputResult bigquery_result = 1;List<GcsOutputResult> getGcsResultList()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;GcsOutputResult getGcsResult(int index)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;int getGcsResultCount()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;List<? extends GcsOutputResultOrBuilder> getGcsResultOrBuilderList()
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;GcsOutputResultOrBuilder getGcsResultOrBuilder(int index)
The Google Cloud Storage location where the result is stored.
repeated .google.cloud.retail.v2beta.GcsOutputResult gcs_result = 2;Copyright © 2024 Google LLC. All rights reserved.