GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
JobList.Jobs() |
Modifier and Type | Method and Description |
---|---|
JobList.Jobs |
clone() |
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 |
set(String fieldName,
Object value) |
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.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public JobConfiguration getConfiguration()
null
for nonepublic JobList.Jobs setConfiguration(JobConfiguration configuration)
configuration
- configuration or null
for nonepublic ErrorProto getErrorResult()
null
for nonepublic JobList.Jobs setErrorResult(ErrorProto errorResult)
errorResult
- errorResult or null
for nonepublic String getId()
null
for nonepublic JobList.Jobs setId(String id)
id
- id or null
for nonepublic JobReference getJobReference()
null
for nonepublic JobList.Jobs setJobReference(JobReference jobReference)
jobReference
- jobReference or null
for nonepublic String getKind()
null
for nonepublic JobList.Jobs setKind(String kind)
kind
- kind or null
for nonepublic String getState()
null
for nonepublic JobList.Jobs setState(String state)
state
- state or null
for nonepublic JobStatistics getStatistics()
null
for nonepublic JobList.Jobs setStatistics(JobStatistics statistics)
statistics
- statistics or null
for nonepublic JobStatus getStatus()
null
for nonepublic JobList.Jobs setStatus(JobStatus status)
status
- status or null
for nonepublic JobList.Jobs set(String fieldName, Object value)
set
in class GenericJson
public JobList.Jobs clone()
clone
in class GenericJson