public final class QueryTimeSeriesResponse
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 Cloud 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
QueryTimeSeriesResponse() |
| Modifier and Type | Method and Description |
|---|---|
QueryTimeSeriesResponse |
clone() |
String |
getNextPageToken()
If there are more results than have been returned, then this field is set to a non-empty value.
|
List<Status> |
getPartialErrors()
Query execution errors that may have caused the time series data returned to be incomplete.
|
List<TimeSeriesData> |
getTimeSeriesData()
The time series data.
|
TimeSeriesDescriptor |
getTimeSeriesDescriptor()
The descriptor for the time series data.
|
QueryTimeSeriesResponse |
set(String fieldName,
Object value) |
QueryTimeSeriesResponse |
setNextPageToken(String nextPageToken)
If there are more results than have been returned, then this field is set to a non-empty value.
|
QueryTimeSeriesResponse |
setPartialErrors(List<Status> partialErrors)
Query execution errors that may have caused the time series data returned to be incomplete.
|
QueryTimeSeriesResponse |
setTimeSeriesData(List<TimeSeriesData> timeSeriesData)
The time series data.
|
QueryTimeSeriesResponse |
setTimeSeriesDescriptor(TimeSeriesDescriptor timeSeriesDescriptor)
The descriptor for the time series data.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getNextPageToken()
null for nonepublic QueryTimeSeriesResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic List<Status> getPartialErrors()
null for nonepublic QueryTimeSeriesResponse setPartialErrors(List<Status> partialErrors)
partialErrors - partialErrors or null for nonepublic List<TimeSeriesData> getTimeSeriesData()
null for nonepublic QueryTimeSeriesResponse setTimeSeriesData(List<TimeSeriesData> timeSeriesData)
timeSeriesData - timeSeriesData or null for nonepublic TimeSeriesDescriptor getTimeSeriesDescriptor()
null for nonepublic QueryTimeSeriesResponse setTimeSeriesDescriptor(TimeSeriesDescriptor timeSeriesDescriptor)
timeSeriesDescriptor - timeSeriesDescriptor or null for nonepublic QueryTimeSeriesResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic QueryTimeSeriesResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.