public final class JobStatus extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the BigQuery API. For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
JobStatus() |
Modifier and Type | Method and Description |
---|---|
ErrorProto |
getErrorResult()
[Output-only] Final error result of the job.
|
List<ErrorProto> |
getErrors()
[Output-only] All errors encountered during the running of the job.
|
String |
getState()
[Output-only] Running state of the job.
|
JobStatus |
setErrorResult(ErrorProto errorResult)
[Output-only] Final error result of the job.
|
JobStatus |
setErrors(List<ErrorProto> errors)
[Output-only] All errors encountered during the running of the job.
|
JobStatus |
setState(String state)
[Output-only] Running state of the job.
|
clone, getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public ErrorProto getErrorResult()
null
.public JobStatus setErrorResult(ErrorProto errorResult)
null
.public List<ErrorProto> getErrors()
null
.public JobStatus setErrors(List<ErrorProto> errors)
null
.public String getState()
null
.