| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
JobReference |
JobReference.clone() |
JobReference |
JobList.Jobs.getJobReference()
Unique opaque ID of the job.
|
JobReference |
GetQueryResultsResponse.getJobReference()
Reference to the BigQuery Job that was created to run the query.
|
JobReference |
Job.getJobReference()
Optional.
|
JobReference |
QueryResponse.getJobReference()
Reference to the Job that was created to run the query.
|
JobReference |
JobReference.set(String fieldName,
Object value) |
JobReference |
JobReference.setJobId(String jobId)
Required.
|
JobReference |
JobReference.setLocation(String location)
Optional.
|
JobReference |
JobReference.setProjectId(String projectId)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
JobList.Jobs |
JobList.Jobs.setJobReference(JobReference jobReference)
Unique opaque ID of the job.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setJobReference(JobReference jobReference)
Reference to the BigQuery Job that was created to run the query.
|
Job |
Job.setJobReference(JobReference jobReference)
Optional.
|
QueryResponse |
QueryResponse.setJobReference(JobReference jobReference)
Reference to the Job that was created to run the query.
|
Copyright © 2011–2025 Google. All rights reserved.