public final class ListJobMessagesResponse
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 |
|---|
ListJobMessagesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListJobMessagesResponse |
clone() |
java.util.List<AutoscalingEvent> |
getAutoscalingEvents()
Autoscaling events in ascending timestamp order.
|
java.util.List<JobMessage> |
getJobMessages()
Messages in ascending timestamp order.
|
java.lang.String |
getNextPageToken()
The token to obtain the next page of results if there are more.
|
ListJobMessagesResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListJobMessagesResponse |
setAutoscalingEvents(java.util.List<AutoscalingEvent> autoscalingEvents)
Autoscaling events in ascending timestamp order.
|
ListJobMessagesResponse |
setJobMessages(java.util.List<JobMessage> jobMessages)
Messages in ascending timestamp order.
|
ListJobMessagesResponse |
setNextPageToken(java.lang.String nextPageToken)
The token to obtain the next page of results if there are more.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<AutoscalingEvent> getAutoscalingEvents()
null for nonepublic ListJobMessagesResponse setAutoscalingEvents(java.util.List<AutoscalingEvent> autoscalingEvents)
autoscalingEvents - autoscalingEvents or null for nonepublic java.util.List<JobMessage> getJobMessages()
null for nonepublic ListJobMessagesResponse setJobMessages(java.util.List<JobMessage> jobMessages)
jobMessages - jobMessages or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ListJobMessagesResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic ListJobMessagesResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListJobMessagesResponse clone()
clone in class com.google.api.client.json.GenericJson