public final class Job 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 |
---|
Job() |
Modifier and Type | Method and Description |
---|---|
JobConfiguration |
getConfiguration()
[Required] Describes the job configuration.
|
String |
getEtag()
[Output-only] A hash of this resource.
|
String |
getId()
[Output-only] Opaque ID field of the job
The value returned may be
null . |
JobReference |
getJobReference()
[Optional] Reference describing the unique-per-user name of the job.
|
String |
getKind()
[Output-only] The type of the resource.
|
String |
getSelfLink()
[Output-only] A URL that can be used to access this resource again.
|
JobStatistics |
getStatistics()
[Output-only] Information about the job, including starting time and ending time of the job.
|
JobStatus |
getStatus()
[Output-only] The status of this job.
|
Job |
setConfiguration(JobConfiguration configuration)
[Required] Describes the job configuration.
|
Job |
setEtag(String etag)
[Output-only] A hash of this resource.
|
Job |
setId(String id)
[Output-only] Opaque ID field of the job
The value set may be
null . |
Job |
setJobReference(JobReference jobReference)
[Optional] Reference describing the unique-per-user name of the job.
|
Job |
setKind(String kind)
[Output-only] The type of the resource.
|
Job |
setSelfLink(String selfLink)
[Output-only] A URL that can be used to access this resource again.
|
Job |
setStatistics(JobStatistics statistics)
[Output-only] Information about the job, including starting time and ending time of the job.
|
Job |
setStatus(JobStatus status)
[Output-only] The status of this 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 JobConfiguration getConfiguration()
null
.public Job setConfiguration(JobConfiguration configuration)
null
.public String getEtag()
null
.public Job setEtag(String etag)
null
.public String getId()
null
.public Job setId(String id)
null
.public JobReference getJobReference()
null
.public Job setJobReference(JobReference jobReference)
null
.public String getKind()
null
.public Job setKind(String kind)
null
.public String getSelfLink()
null
.public Job setSelfLink(String selfLink)
null
.public JobStatistics getStatistics()
null
.public Job setStatistics(JobStatistics statistics)
null
.public JobStatus getStatus()
null
.