Interface QueryExecutionBuilder

All Known Implementing Classes:
QueryExecutionBuilderAdapter, QueryExecutionDatasetBuilder, QueryExecutionHTTPBuilder

public interface QueryExecutionBuilder
Common elements of query execution building.

The dataset (QueryExecutionDatasetBuilder) and remote endpoint (QueryExecutionHTTPBuilder) set the target for the QueryExecution and may provide operations specific to those two cases.

Appropriate builders are available from {QueryExecution#dataset(Dataset)} and QueryExecution.service(String).