public final class GoogleCloudApigeeV1QueryTimeSeriesStatsRequest
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 Apigee 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 |
|---|
GoogleCloudApigeeV1QueryTimeSeriesStatsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1QueryTimeSeriesStatsRequest |
clone() |
List<String> |
getDimensions()
List of dimension names to group the aggregations by.
|
String |
getFilter()
Filter further on specific dimension values.
|
List<GoogleCloudApigeeV1MetricAggregation> |
getMetrics()
Required.
|
Integer |
getPageSize()
Page size represents the number of time series sequences, one per unique set of dimensions and
their values.
|
String |
getPageToken()
Page token stands for a specific collection of time series sequences.
|
GoogleTypeInterval |
getTimeRange()
Required.
|
String |
getTimestampOrder()
Order the sequences in increasing or decreasing order of timestamps.
|
String |
getWindowSize()
Time buckets to group the stats by.
|
GoogleCloudApigeeV1QueryTimeSeriesStatsRequest |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1QueryTimeSeriesStatsRequest |
setDimensions(List<String> dimensions)
List of dimension names to group the aggregations by.
|
GoogleCloudApigeeV1QueryTimeSeriesStatsRequest |
setFilter(String filter)
Filter further on specific dimension values.
|
GoogleCloudApigeeV1QueryTimeSeriesStatsRequest |
setMetrics(List<GoogleCloudApigeeV1MetricAggregation> metrics)
Required.
|
GoogleCloudApigeeV1QueryTimeSeriesStatsRequest |
setPageSize(Integer pageSize)
Page size represents the number of time series sequences, one per unique set of dimensions and
their values.
|
GoogleCloudApigeeV1QueryTimeSeriesStatsRequest |
setPageToken(String pageToken)
Page token stands for a specific collection of time series sequences.
|
GoogleCloudApigeeV1QueryTimeSeriesStatsRequest |
setTimeRange(GoogleTypeInterval timeRange)
Required.
|
GoogleCloudApigeeV1QueryTimeSeriesStatsRequest |
setTimestampOrder(String timestampOrder)
Order the sequences in increasing or decreasing order of timestamps.
|
GoogleCloudApigeeV1QueryTimeSeriesStatsRequest |
setWindowSize(String windowSize)
Time buckets to group the stats by.
|
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 GoogleCloudApigeeV1QueryTimeSeriesStatsRequest()
public List<String> getDimensions()
null for nonepublic GoogleCloudApigeeV1QueryTimeSeriesStatsRequest setDimensions(List<String> dimensions)
dimensions - dimensions or null for nonepublic String getFilter()
null for nonepublic GoogleCloudApigeeV1QueryTimeSeriesStatsRequest setFilter(String filter)
filter - filter or null for nonepublic List<GoogleCloudApigeeV1MetricAggregation> getMetrics()
null for nonepublic GoogleCloudApigeeV1QueryTimeSeriesStatsRequest setMetrics(List<GoogleCloudApigeeV1MetricAggregation> metrics)
metrics - metrics or null for nonepublic Integer getPageSize()
null for nonepublic GoogleCloudApigeeV1QueryTimeSeriesStatsRequest setPageSize(Integer pageSize)
pageSize - pageSize or null for nonepublic String getPageToken()
null for nonepublic GoogleCloudApigeeV1QueryTimeSeriesStatsRequest setPageToken(String pageToken)
pageToken - pageToken or null for nonepublic GoogleTypeInterval getTimeRange()
null for nonepublic GoogleCloudApigeeV1QueryTimeSeriesStatsRequest setTimeRange(GoogleTypeInterval timeRange)
timeRange - timeRange or null for nonepublic String getTimestampOrder()
null for nonepublic GoogleCloudApigeeV1QueryTimeSeriesStatsRequest setTimestampOrder(String timestampOrder)
timestampOrder - timestampOrder or null for nonepublic String getWindowSize()
null for nonepublic GoogleCloudApigeeV1QueryTimeSeriesStatsRequest setWindowSize(String windowSize)
windowSize - windowSize or null for nonepublic GoogleCloudApigeeV1QueryTimeSeriesStatsRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1QueryTimeSeriesStatsRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.