Package | Description |
---|---|
com.google.api.services.bigquery | |
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
Bigquery.Jobs.Query |
Bigquery.Jobs.query(java.lang.String projectId,
QueryRequest content)
Runs a BigQuery SQL query synchronously and returns query results if the query completes within a
specified timeout.
|
Constructor and Description |
---|
Bigquery.Jobs.Query(java.lang.String projectId,
QueryRequest content)
Runs a BigQuery SQL query synchronously and returns query results if the query completes within
a specified timeout.
|
Modifier and Type | Method and Description |
---|---|
QueryRequest |
QueryRequest.clone() |
QueryRequest |
QueryRequest.set(java.lang.String fieldName,
java.lang.Object value) |
QueryRequest |
QueryRequest.setDefaultDataset(DatasetReference defaultDataset)
[Optional] Specifies the default datasetId and projectId to assume for any unqualified table
names in the query.
|
QueryRequest |
QueryRequest.setDryRun(java.lang.Boolean dryRun)
[Optional] If set to true, BigQuery doesn't run the job.
|
QueryRequest |
QueryRequest.setKind(java.lang.String kind)
The resource type of the request.
|
QueryRequest |
QueryRequest.setMaxResults(java.lang.Long maxResults)
[Optional] The maximum number of rows of data to return per page of results.
|
QueryRequest |
QueryRequest.setPreserveNulls(java.lang.Boolean preserveNulls)
[Deprecated] This property is deprecated.
|
QueryRequest |
QueryRequest.setQuery(java.lang.String query)
[Required] A query string, following the BigQuery query syntax, of the query to execute.
|
QueryRequest |
QueryRequest.setTimeoutMs(java.lang.Long timeoutMs)
[Optional] How long to wait for the query to complete, in milliseconds, before the request
times out and returns.
|
QueryRequest |
QueryRequest.setUseQueryCache(java.lang.Boolean useQueryCache)
[Optional] Whether to look for the result in the query cache.
|