public final class VisualizationData
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 Spanner 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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
VisualizationData() |
Modifier and Type | Method and Description |
---|---|
VisualizationData |
clone() |
String |
getDataSourceEndToken()
The token signifying the end of a data_source.
|
String |
getDataSourceSeparatorToken()
The token delimiting a datasource name from the rest of a key in a data_source.
|
List<DiagnosticMessage> |
getDiagnosticMessages()
The list of messages (info, alerts, ...)
|
List<String> |
getEndKeyStrings()
We discretize the entire keyspace into buckets.
|
Boolean |
getHasPii()
Whether this scan contains PII.
|
List<String> |
getIndexedKeys()
Keys of key ranges that contribute significantly to a given metric Can be thought of as heavy
hitters.
|
String |
getKeySeparator()
The token delimiting the key prefixes.
|
String |
getKeyUnit()
The unit for the key: e.g.
|
List<Metric> |
getMetrics()
The list of data objects for each metric.
|
List<PrefixNode> |
getPrefixNodes()
The list of extracted key prefix nodes used in the key prefix hierarchy.
|
VisualizationData |
set(String fieldName,
Object value) |
VisualizationData |
setDataSourceEndToken(String dataSourceEndToken)
The token signifying the end of a data_source.
|
VisualizationData |
setDataSourceSeparatorToken(String dataSourceSeparatorToken)
The token delimiting a datasource name from the rest of a key in a data_source.
|
VisualizationData |
setDiagnosticMessages(List<DiagnosticMessage> diagnosticMessages)
The list of messages (info, alerts, ...)
|
VisualizationData |
setEndKeyStrings(List<String> endKeyStrings)
We discretize the entire keyspace into buckets.
|
VisualizationData |
setHasPii(Boolean hasPii)
Whether this scan contains PII.
|
VisualizationData |
setIndexedKeys(List<String> indexedKeys)
Keys of key ranges that contribute significantly to a given metric Can be thought of as heavy
hitters.
|
VisualizationData |
setKeySeparator(String keySeparator)
The token delimiting the key prefixes.
|
VisualizationData |
setKeyUnit(String keyUnit)
The unit for the key: e.g.
|
VisualizationData |
setMetrics(List<Metric> metrics)
The list of data objects for each metric.
|
VisualizationData |
setPrefixNodes(List<PrefixNode> prefixNodes)
The list of extracted key prefix nodes used in the key prefix hierarchy.
|
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 getDataSourceEndToken()
null
for nonepublic VisualizationData setDataSourceEndToken(String dataSourceEndToken)
dataSourceEndToken
- dataSourceEndToken or null
for nonepublic String getDataSourceSeparatorToken()
null
for nonepublic VisualizationData setDataSourceSeparatorToken(String dataSourceSeparatorToken)
dataSourceSeparatorToken
- dataSourceSeparatorToken or null
for nonepublic List<DiagnosticMessage> getDiagnosticMessages()
null
for nonepublic VisualizationData setDiagnosticMessages(List<DiagnosticMessage> diagnosticMessages)
diagnosticMessages
- diagnosticMessages or null
for nonepublic List<String> getEndKeyStrings()
null
for nonepublic VisualizationData setEndKeyStrings(List<String> endKeyStrings)
endKeyStrings
- endKeyStrings or null
for nonepublic Boolean getHasPii()
null
for nonepublic VisualizationData setHasPii(Boolean hasPii)
hasPii
- hasPii or null
for nonepublic List<String> getIndexedKeys()
null
for nonepublic VisualizationData setIndexedKeys(List<String> indexedKeys)
indexedKeys
- indexedKeys or null
for nonepublic String getKeySeparator()
null
for nonepublic VisualizationData setKeySeparator(String keySeparator)
keySeparator
- keySeparator or null
for nonepublic String getKeyUnit()
null
for nonepublic VisualizationData setKeyUnit(String keyUnit)
keyUnit
- keyUnit or null
for nonepublic List<Metric> getMetrics()
null
for nonepublic VisualizationData setMetrics(List<Metric> metrics)
metrics
- metrics or null
for nonepublic List<PrefixNode> getPrefixNodes()
null
for nonepublic VisualizationData setPrefixNodes(List<PrefixNode> prefixNodes)
prefixNodes
- prefixNodes or null
for nonepublic VisualizationData set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public VisualizationData clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.