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 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ListJobsResponse() |
Modifier and Type | Method and Description |
---|---|
ListJobsResponse |
clone() |
List<FailedLocation> |
getFailedLocation()
Zero or more messages describing the [regional endpoints]
(https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.
|
List<Job> |
getJobs()
A subset of the requested job information.
|
String |
getNextPageToken()
Set if there may be more results than fit in this response.
|
ListJobsResponse |
set(String fieldName,
Object value) |
ListJobsResponse |
setFailedLocation(List<FailedLocation> failedLocation)
Zero or more messages describing the [regional endpoints]
(https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.
|
ListJobsResponse |
setJobs(List<Job> jobs)
A subset of the requested job information.
|
ListJobsResponse |
setNextPageToken(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
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<FailedLocation> getFailedLocation()
null
for nonepublic ListJobsResponse setFailedLocation(List<FailedLocation> failedLocation)
failedLocation
- failedLocation or null
for nonepublic List<Job> getJobs()
null
for nonepublic ListJobsResponse setJobs(List<Job> jobs)
jobs
- jobs or null
for nonepublic String getNextPageToken()
null
for nonepublic ListJobsResponse setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic ListJobsResponse set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ListJobsResponse clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.