Interface OutputResultOrBuilder (2.44.0)

public interface OutputResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigqueryResult(int index)

public abstract BigQueryOutputResult getBigqueryResult(int index)

The BigQuery location where the result is stored.

repeated .google.cloud.retail.v2.BigQueryOutputResult bigquery_result = 1;

Parameter
Name Description
index int
Returns
Type Description
BigQueryOutputResult

getBigqueryResultCount()

public abstract int getBigqueryResultCount()

The BigQuery location where the result is stored.

repeated .google.cloud.retail.v2.BigQueryOutputResult bigquery_result = 1;

Returns
Type Description
int

getBigqueryResultList()

public abstract List<BigQueryOutputResult> getBigqueryResultList()

The BigQuery location where the result is stored.

repeated .google.cloud.retail.v2.BigQueryOutputResult bigquery_result = 1;

Returns
Type Description
List<BigQueryOutputResult>

getBigqueryResultOrBuilder(int index)

public abstract BigQueryOutputResultOrBuilder getBigqueryResultOrBuilder(int index)

The BigQuery location where the result is stored.

repeated .google.cloud.retail.v2.BigQueryOutputResult bigquery_result = 1;

Parameter
Name Description
index int
Returns
Type Description
BigQueryOutputResultOrBuilder

getBigqueryResultOrBuilderList()

public abstract List<? extends BigQueryOutputResultOrBuilder> getBigqueryResultOrBuilderList()

The BigQuery location where the result is stored.

repeated .google.cloud.retail.v2.BigQueryOutputResult bigquery_result = 1;

Returns
Type Description
List<? extends com.google.cloud.retail.v2.BigQueryOutputResultOrBuilder>

getGcsResult(int index)

public abstract GcsOutputResult getGcsResult(int index)

The Google Cloud Storage location where the result is stored.

repeated .google.cloud.retail.v2.GcsOutputResult gcs_result = 2;

Parameter
Name Description
index int
Returns
Type Description
GcsOutputResult

getGcsResultCount()

public abstract int getGcsResultCount()

The Google Cloud Storage location where the result is stored.

repeated .google.cloud.retail.v2.GcsOutputResult gcs_result = 2;

Returns
Type Description
int

getGcsResultList()

public abstract List<GcsOutputResult> getGcsResultList()

The Google Cloud Storage location where the result is stored.

repeated .google.cloud.retail.v2.GcsOutputResult gcs_result = 2;

Returns
Type Description
List<GcsOutputResult>

getGcsResultOrBuilder(int index)

public abstract GcsOutputResultOrBuilder getGcsResultOrBuilder(int index)

The Google Cloud Storage location where the result is stored.

repeated .google.cloud.retail.v2.GcsOutputResult gcs_result = 2;

Parameter
Name Description
index int
Returns
Type Description
GcsOutputResultOrBuilder

getGcsResultOrBuilderList()

public abstract List<? extends GcsOutputResultOrBuilder> getGcsResultOrBuilderList()

The Google Cloud Storage location where the result is stored.

repeated .google.cloud.retail.v2.GcsOutputResult gcs_result = 2;

Returns
Type Description
List<? extends com.google.cloud.retail.v2.GcsOutputResultOrBuilder>