public final class ListTimeSeriesResponse
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 Stackdriver Monitoring 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 |
|---|
ListTimeSeriesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListTimeSeriesResponse |
clone() |
java.util.List<Status> |
getExecutionErrors()
Query execution errors that may have caused the time series data returned to be incomplete.
|
java.lang.String |
getNextPageToken()
If there are more results than have been returned, then this field is set to a non-empty value.
|
java.util.List<TimeSeries> |
getTimeSeries()
One or more time series that match the filter included in the request.
|
ListTimeSeriesResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListTimeSeriesResponse |
setExecutionErrors(java.util.List<Status> executionErrors)
Query execution errors that may have caused the time series data returned to be incomplete.
|
ListTimeSeriesResponse |
setNextPageToken(java.lang.String nextPageToken)
If there are more results than have been returned, then this field is set to a non-empty value.
|
ListTimeSeriesResponse |
setTimeSeries(java.util.List<TimeSeries> timeSeries)
One or more time series that match the filter included in the request.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<Status> getExecutionErrors()
null for nonepublic ListTimeSeriesResponse setExecutionErrors(java.util.List<Status> executionErrors)
executionErrors - executionErrors or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ListTimeSeriesResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic java.util.List<TimeSeries> getTimeSeries()
null for nonepublic ListTimeSeriesResponse setTimeSeries(java.util.List<TimeSeries> timeSeries)
timeSeries - timeSeries or null for nonepublic ListTimeSeriesResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListTimeSeriesResponse clone()
clone in class com.google.api.client.json.GenericJson