public final class BoundedTrie
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 Dataflow 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 |
|---|
BoundedTrie() |
| Modifier and Type | Method and Description |
|---|---|
BoundedTrie |
clone() |
Integer |
getBound()
The maximum number of elements to store before truncation.
|
BoundedTrieNode |
getRoot()
A compact representation of all the elements in this trie.
|
List<String> |
getSingleton()
A more efficient representation for metrics consisting of a single value.
|
BoundedTrie |
set(String fieldName,
Object value) |
BoundedTrie |
setBound(Integer bound)
The maximum number of elements to store before truncation.
|
BoundedTrie |
setRoot(BoundedTrieNode root)
A compact representation of all the elements in this trie.
|
BoundedTrie |
setSingleton(List<String> singleton)
A more efficient representation for metrics consisting of a single value.
|
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 getBound()
null for nonepublic BoundedTrie setBound(Integer bound)
bound - bound or null for nonepublic BoundedTrieNode getRoot()
null for nonepublic BoundedTrie setRoot(BoundedTrieNode root)
root - root or null for nonepublic List<String> getSingleton()
null for nonepublic BoundedTrie setSingleton(List<String> singleton)
singleton - singleton or null for nonepublic BoundedTrie set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic BoundedTrie clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.