public final class QueryTimeSeriesRequest
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 |
|---|
QueryTimeSeriesRequest() |
| Modifier and Type | Method and Description |
|---|---|
QueryTimeSeriesRequest |
clone() |
Integer |
getPageSize()
A positive number that is the maximum number of time_series_data to return.
|
String |
getPageToken()
If this field is not empty then it must contain the nextPageToken value returned by a previous
call to this method.
|
String |
getQuery()
Required.
|
QueryTimeSeriesRequest |
set(String fieldName,
Object value) |
QueryTimeSeriesRequest |
setPageSize(Integer pageSize)
A positive number that is the maximum number of time_series_data to return.
|
QueryTimeSeriesRequest |
setPageToken(String pageToken)
If this field is not empty then it must contain the nextPageToken value returned by a previous
call to this method.
|
QueryTimeSeriesRequest |
setQuery(String query)
Required.
|
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 Integer getPageSize()
null for nonepublic QueryTimeSeriesRequest setPageSize(Integer pageSize)
pageSize - pageSize or null for nonepublic String getPageToken()
null for nonepublic QueryTimeSeriesRequest setPageToken(String pageToken)
pageToken - pageToken or null for nonepublic String getQuery()
null for nonepublic QueryTimeSeriesRequest setQuery(String query)
query - query or null for nonepublic QueryTimeSeriesRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic QueryTimeSeriesRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.