Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
JobStatus |
JobStatus.clone() |
JobStatus |
Job.getStatus()
[Output-only] The status of this job.
|
JobStatus |
JobList.Jobs.getStatus()
[Full-projection-only] Describes the state of the job.
|
JobStatus |
JobStatus.set(java.lang.String fieldName,
java.lang.Object value) |
JobStatus |
JobStatus.setErrorResult(ErrorProto errorResult)
[Output-only] Final error result of the job.
|
JobStatus |
JobStatus.setErrors(java.util.List<ErrorProto> errors)
[Output-only] All errors encountered during the running of the job.
|
JobStatus |
JobStatus.setState(java.lang.String state)
[Output-only] Running state of the job.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.setStatus(JobStatus status)
[Output-only] The status of this job.
|
JobList.Jobs |
JobList.Jobs.setStatus(JobStatus status)
[Full-projection-only] Describes the state of the job.
|