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,
com.google.api.client.http.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,
com.google.api.client.http.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.
|
Job |
Job.setEtag(String etag)
Output only.
|
Job |
Job.setId(String id)
Output only.
|
Job |
Job.setJobCreationReason(JobCreationReason jobCreationReason)
Output only.
|
Job |
Job.setJobReference(JobReference jobReference)
Optional.
|
Job |
Job.setKind(String kind)
Output only.
|
Job |
Job.setPrincipalSubject(String principalSubject)
Output only.
|
Job |
Job.setSelfLink(String selfLink)
Output only.
|
Job |
Job.setStatistics(JobStatistics statistics)
Output only.
|
Job |
Job.setStatus(JobStatus status)
Output only.
|
Job |
Job.setUserEmail(String userEmail)
Output only.
|
Modifier and Type | Method and Description |
---|---|
JobCancelResponse |
JobCancelResponse.setJob(Job job)
The final state of the job.
|
Copyright © 2011–2025 Google. All rights reserved.