public final class DataSamplingReport
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 |
|---|
DataSamplingReport() |
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 Long getBytesWrittenDelta()
null for nonepublic DataSamplingReport setBytesWrittenDelta(Long bytesWrittenDelta)
bytesWrittenDelta - bytesWrittenDelta or null for nonepublic Long getElementsSampledBytes()
null for nonepublic DataSamplingReport setElementsSampledBytes(Long elementsSampledBytes)
elementsSampledBytes - elementsSampledBytes or null for nonepublic Long getElementsSampledCount()
null for nonepublic DataSamplingReport setElementsSampledCount(Long elementsSampledCount)
elementsSampledCount - elementsSampledCount or null for nonepublic Long getExceptionsSampledCount()
null for nonepublic DataSamplingReport setExceptionsSampledCount(Long exceptionsSampledCount)
exceptionsSampledCount - exceptionsSampledCount or null for nonepublic Long getPcollectionsSampledCount()
null for nonepublic DataSamplingReport setPcollectionsSampledCount(Long pcollectionsSampledCount)
pcollectionsSampledCount - pcollectionsSampledCount or null for nonepublic Long getPersistenceErrorsCount()
null for nonepublic DataSamplingReport setPersistenceErrorsCount(Long persistenceErrorsCount)
persistenceErrorsCount - persistenceErrorsCount or null for nonepublic Long getTranslationErrorsCount()
null for nonepublic DataSamplingReport setTranslationErrorsCount(Long translationErrorsCount)
translationErrorsCount - translationErrorsCount or null for nonepublic DataSamplingReport set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DataSamplingReport clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.