BigQuery API v2 (revision 88)



com.google.api.services.bigquery.model
Class JobList.Jobs

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.bigquery.model.JobList.Jobs
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
JobList

public static final class JobList.Jobs
extends GenericJson

Model definition for JobListJobs.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
JobList.Jobs()
           
 
Method Summary
 JobConfiguration getConfiguration()
          [Full-projection-only] Specifies the job configuration.
 ErrorProto getErrorResult()
          A result object that will be present only if the job has failed.
 String getId()
          Unique opaque ID of the job.
 JobReference getJobReference()
          Job reference uniquely identifying the job.
 String getKind()
          The resource type.
 String getState()
          Running state of the job.
 JobStatistics getStatistics()
          [Output-only] Information about the job, including starting time and ending time of the job.
 JobStatus getStatus()
          [Full-projection-only] Describes the state of the job.
 JobList.Jobs setConfiguration(JobConfiguration configuration)
          [Full-projection-only] Specifies the job configuration.
 JobList.Jobs setErrorResult(ErrorProto errorResult)
          A result object that will be present only if the job has failed.
 JobList.Jobs setId(String id)
          Unique opaque ID of the job.
 JobList.Jobs setJobReference(JobReference jobReference)
          Job reference uniquely identifying the job.
 JobList.Jobs setKind(String kind)
          The resource type.
 JobList.Jobs setState(String state)
          Running state of the job.
 JobList.Jobs setStatistics(JobStatistics statistics)
          [Output-only] Information about the job, including starting time and ending time of the job.
 JobList.Jobs setStatus(JobStatus status)
          [Full-projection-only] Describes the state of the job.
 
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobList.Jobs

public JobList.Jobs()
Method Detail

getConfiguration

public JobConfiguration getConfiguration()
[Full-projection-only] Specifies the job configuration. The value returned may be null.


setConfiguration

public JobList.Jobs setConfiguration(JobConfiguration configuration)
[Full-projection-only] Specifies the job configuration. The value set may be null.


getErrorResult

public ErrorProto getErrorResult()
A result object that will be present only if the job has failed. The value returned may be null.


setErrorResult

public JobList.Jobs setErrorResult(ErrorProto errorResult)
A result object that will be present only if the job has failed. The value set may be null.


getId

public String getId()
Unique opaque ID of the job. The value returned may be null.


setId

public JobList.Jobs setId(String id)
Unique opaque ID of the job. The value set may be null.


getJobReference

public JobReference getJobReference()
Job reference uniquely identifying the job. The value returned may be null.


setJobReference

public JobList.Jobs setJobReference(JobReference jobReference)
Job reference uniquely identifying the job. The value set may be null.


getKind

public String getKind()
The resource type. The value returned may be null.


setKind

public JobList.Jobs setKind(String kind)
The resource type. The value set may be null.


getState

public String getState()
Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed. The value returned may be null.


setState

public JobList.Jobs setState(String state)
Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed. The value set may be null.


getStatistics

public JobStatistics getStatistics()
[Output-only] Information about the job, including starting time and ending time of the job. The value returned may be null.


setStatistics

public JobList.Jobs setStatistics(JobStatistics statistics)
[Output-only] Information about the job, including starting time and ending time of the job. The value set may be null.


getStatus

public JobStatus getStatus()
[Full-projection-only] Describes the state of the job. The value returned may be null.


setStatus

public JobList.Jobs setStatus(JobStatus status)
[Full-projection-only] Describes the state of the job. The value set may be null.