public static final class RealtimeData.Query extends GenericJson
GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public RealtimeData.Query clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.