public final class StreamingOperationalLimits
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
StreamingOperationalLimits() |
Modifier and Type | Method and Description |
---|---|
StreamingOperationalLimits |
clone() |
Long |
getMaxBagElementBytes()
The maximum size for an element in bag state.
|
Long |
getMaxGlobalDataBytes()
The maximum size for an element in global data.
|
Long |
getMaxKeyBytes()
The maximum size allowed for a key.
|
Long |
getMaxProductionOutputBytes()
The maximum size for a single output element.
|
Long |
getMaxSortedListElementBytes()
The maximum size for an element in sorted list state.
|
Long |
getMaxSourceStateBytes()
The maximum size for a source state update.
|
Long |
getMaxTagBytes()
The maximum size for a state tag.
|
Long |
getMaxValueBytes()
The maximum size for a value state field.
|
StreamingOperationalLimits |
set(String fieldName,
Object value) |
StreamingOperationalLimits |
setMaxBagElementBytes(Long maxBagElementBytes)
The maximum size for an element in bag state.
|
StreamingOperationalLimits |
setMaxGlobalDataBytes(Long maxGlobalDataBytes)
The maximum size for an element in global data.
|
StreamingOperationalLimits |
setMaxKeyBytes(Long maxKeyBytes)
The maximum size allowed for a key.
|
StreamingOperationalLimits |
setMaxProductionOutputBytes(Long maxProductionOutputBytes)
The maximum size for a single output element.
|
StreamingOperationalLimits |
setMaxSortedListElementBytes(Long maxSortedListElementBytes)
The maximum size for an element in sorted list state.
|
StreamingOperationalLimits |
setMaxSourceStateBytes(Long maxSourceStateBytes)
The maximum size for a source state update.
|
StreamingOperationalLimits |
setMaxTagBytes(Long maxTagBytes)
The maximum size for a state tag.
|
StreamingOperationalLimits |
setMaxValueBytes(Long maxValueBytes)
The maximum size for a value state field.
|
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 Long getMaxBagElementBytes()
null
for nonepublic StreamingOperationalLimits setMaxBagElementBytes(Long maxBagElementBytes)
maxBagElementBytes
- maxBagElementBytes or null
for nonepublic Long getMaxGlobalDataBytes()
null
for nonepublic StreamingOperationalLimits setMaxGlobalDataBytes(Long maxGlobalDataBytes)
maxGlobalDataBytes
- maxGlobalDataBytes or null
for nonepublic Long getMaxKeyBytes()
null
for nonepublic StreamingOperationalLimits setMaxKeyBytes(Long maxKeyBytes)
maxKeyBytes
- maxKeyBytes or null
for nonepublic Long getMaxProductionOutputBytes()
null
for nonepublic StreamingOperationalLimits setMaxProductionOutputBytes(Long maxProductionOutputBytes)
maxProductionOutputBytes
- maxProductionOutputBytes or null
for nonepublic Long getMaxSortedListElementBytes()
null
for nonepublic StreamingOperationalLimits setMaxSortedListElementBytes(Long maxSortedListElementBytes)
maxSortedListElementBytes
- maxSortedListElementBytes or null
for nonepublic Long getMaxSourceStateBytes()
null
for nonepublic StreamingOperationalLimits setMaxSourceStateBytes(Long maxSourceStateBytes)
maxSourceStateBytes
- maxSourceStateBytes or null
for nonepublic Long getMaxTagBytes()
null
for nonepublic StreamingOperationalLimits setMaxTagBytes(Long maxTagBytes)
maxTagBytes
- maxTagBytes or null
for nonepublic Long getMaxValueBytes()
null
for nonepublic StreamingOperationalLimits setMaxValueBytes(Long maxValueBytes)
maxValueBytes
- maxValueBytes or null
for nonepublic StreamingOperationalLimits set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public StreamingOperationalLimits clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.