Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
JobReference |
JobReference.clone() |
JobReference |
Job.getJobReference()
[Optional] Reference describing the unique-per-user name of the job.
|
JobReference |
GetQueryResultsResponse.getJobReference()
Reference to the BigQuery Job that was created to run the query.
|
JobReference |
QueryResponse.getJobReference()
Reference to the Job that was created to run the query.
|
JobReference |
JobList.Jobs.getJobReference()
Job reference uniquely identifying the job.
|
JobReference |
JobReference.set(java.lang.String fieldName,
java.lang.Object value) |
JobReference |
JobReference.setJobId(java.lang.String jobId)
[Required] The ID of the job.
|
JobReference |
JobReference.setProjectId(java.lang.String projectId)
[Required] The ID of the project containing this job.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.setJobReference(JobReference jobReference)
[Optional] Reference describing the unique-per-user name of the job.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setJobReference(JobReference jobReference)
Reference to the BigQuery Job that was created to run the query.
|
QueryResponse |
QueryResponse.setJobReference(JobReference jobReference)
Reference to the Job that was created to run the query.
|
JobList.Jobs |
JobList.Jobs.setJobReference(JobReference jobReference)
Job reference uniquely identifying the job.
|