Package | Description |
---|---|
com.google.api.services.bigquery | |
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
Bigquery.Jobs.Insert |
Bigquery.Jobs.insert(String projectId,
Job content)
Starts a new asynchronous job.
|
Bigquery.Jobs.Insert |
Bigquery.Jobs.insert(String projectId,
Job content,
AbstractInputStreamContent mediaContent)
Starts a new asynchronous job.
|
Constructor and Description |
---|
Insert(String projectId,
Job content)
Starts a new asynchronous job.
|
Insert(String projectId,
Job content,
AbstractInputStreamContent mediaContent)
Starts a new asynchronous job.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.clone() |
Job |
JobCancelResponse.getJob()
The final state of the job.
|
Job |
Job.set(String fieldName,
Object value) |
Job |
Job.setConfiguration(JobConfiguration configuration)
[Required] Describes the job configuration.
|
Job |
Job.setEtag(String etag)
[Output-only] A hash of this resource.
|
Job |
Job.setId(String id)
[Output-only] Opaque ID field of the job
|
Job |
Job.setJobReference(JobReference jobReference)
[Optional] Reference describing the unique-per-user name of the job.
|
Job |
Job.setKind(String kind)
[Output-only] The type of the resource.
|
Job |
Job.setSelfLink(String selfLink)
[Output-only] A URL that can be used to access this resource again.
|
Job |
Job.setStatistics(JobStatistics statistics)
[Output-only] Information about the job, including starting time and ending time of the job.
|
Job |
Job.setStatus(JobStatus status)
[Output-only] The status of this job.
|
Job |
Job.setUserEmail(String userEmail)
[Output-only] Email address of the user who ran the job.
|
Modifier and Type | Method and Description |
---|---|
JobCancelResponse |
JobCancelResponse.setJob(Job job)
The final state of the job.
|
Copyright © 2011–2022 Google. All rights reserved.