public static final class RealtimeData.Query extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
RealtimeData.Query |
clone() |
String |
getDimensions()
List of real time dimensions.
|
String |
getFilters()
Comma-separated list of dimension or metric filters.
|
String |
getIds()
Unique table ID.
|
Integer |
getMaxResults()
Maximum results per page.
|
List<String> |
getMetrics()
List of real time metrics.
|
List<String> |
getSort()
List of dimensions or metrics based on which real time data is sorted.
|
RealtimeData.Query |
set(String fieldName,
Object value) |
RealtimeData.Query |
setDimensions(String dimensions)
List of real time dimensions.
|
RealtimeData.Query |
setFilters(String filters)
Comma-separated list of dimension or metric filters.
|
RealtimeData.Query |
setIds(String ids)
Unique table ID.
|
RealtimeData.Query |
setMaxResults(Integer maxResults)
Maximum results per page.
|
RealtimeData.Query |
setMetrics(List<String> metrics)
List of real time metrics.
|
RealtimeData.Query |
setSort(List<String> sort)
List of dimensions or metrics based on which real time data is sorted.
|
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 getDimensions()
null for nonepublic RealtimeData.Query setDimensions(String dimensions)
dimensions - dimensions or null for nonepublic String getFilters()
null for nonepublic RealtimeData.Query setFilters(String filters)
filters - filters or null for nonepublic String getIds()
null for nonepublic RealtimeData.Query setIds(String ids)
ids - ids or null for nonepublic Integer getMaxResults()
null for nonepublic RealtimeData.Query setMaxResults(Integer maxResults)
maxResults - maxResults or null for nonepublic List<String> getMetrics()
null for nonepublic RealtimeData.Query setMetrics(List<String> metrics)
metrics - metrics or null for nonepublic List<String> getSort()
null for nonepublic RealtimeData.Query setSort(List<String> sort)
sort - sort or null for nonepublic RealtimeData.Query set(String fieldName, Object value)
set in class GenericJsonpublic RealtimeData.Query clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.