public final class ListJobsResponse
extends com.google.api.client.json.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 Google Dataflow API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
ListJobsResponse() |
Modifier and Type | Method and Description |
---|---|
ListJobsResponse |
clone() |
java.util.List<FailedLocation> |
getFailedLocation()
Zero or more messages describing locations that failed to respond.
|
java.util.List<Job> |
getJobs()
A subset of the requested job information.
|
java.lang.String |
getNextPageToken()
Set if there may be more results than fit in this response.
|
ListJobsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListJobsResponse |
setFailedLocation(java.util.List<FailedLocation> failedLocation)
Zero or more messages describing locations that failed to respond.
|
ListJobsResponse |
setJobs(java.util.List<Job> jobs)
A subset of the requested job information.
|
ListJobsResponse |
setNextPageToken(java.lang.String nextPageToken)
Set if there may be more results than fit in this response.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<FailedLocation> getFailedLocation()
null
for nonepublic ListJobsResponse setFailedLocation(java.util.List<FailedLocation> failedLocation)
failedLocation
- failedLocation or null
for nonepublic java.util.List<Job> getJobs()
null
for nonepublic ListJobsResponse setJobs(java.util.List<Job> jobs)
jobs
- jobs or null
for nonepublic java.lang.String getNextPageToken()
null
for nonepublic ListJobsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic ListJobsResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ListJobsResponse clone()
clone
in class com.google.api.client.json.GenericJson