public final class InstructionOutput extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InstructionOutput() |
| Modifier and Type | Method and Description |
|---|---|
InstructionOutput |
clone() |
Map<String,Object> |
getCodec()
The codec to use to encode data being written via this output.
|
String |
getName()
The user-provided name of this output.
|
Boolean |
getOnlyCountKeyBytes()
For system-generated byte and mean byte metrics, certain instructions should only report the
key size.
|
Boolean |
getOnlyCountValueBytes()
For system-generated byte and mean byte metrics, certain instructions should only report the
value size.
|
String |
getOriginalName()
System-defined name for this output in the original workflow graph.
|
String |
getSystemName()
System-defined name of this output.
|
InstructionOutput |
set(String fieldName,
Object value) |
InstructionOutput |
setCodec(Map<String,Object> codec)
The codec to use to encode data being written via this output.
|
InstructionOutput |
setName(String name)
The user-provided name of this output.
|
InstructionOutput |
setOnlyCountKeyBytes(Boolean onlyCountKeyBytes)
For system-generated byte and mean byte metrics, certain instructions should only report the
key size.
|
InstructionOutput |
setOnlyCountValueBytes(Boolean onlyCountValueBytes)
For system-generated byte and mean byte metrics, certain instructions should only report the
value size.
|
InstructionOutput |
setOriginalName(String originalName)
System-defined name for this output in the original workflow graph.
|
InstructionOutput |
setSystemName(String systemName)
System-defined name of this output.
|
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 Map<String,Object> getCodec()
null for nonepublic InstructionOutput setCodec(Map<String,Object> codec)
codec - codec or null for nonepublic String getName()
null for nonepublic InstructionOutput setName(String name)
name - name or null for nonepublic Boolean getOnlyCountKeyBytes()
null for nonepublic InstructionOutput setOnlyCountKeyBytes(Boolean onlyCountKeyBytes)
onlyCountKeyBytes - onlyCountKeyBytes or null for nonepublic Boolean getOnlyCountValueBytes()
null for nonepublic InstructionOutput setOnlyCountValueBytes(Boolean onlyCountValueBytes)
onlyCountValueBytes - onlyCountValueBytes or null for nonepublic String getOriginalName()
null for nonepublic InstructionOutput setOriginalName(String originalName)
originalName - originalName or null for nonepublic String getSystemName()
null for nonepublic InstructionOutput setSystemName(String systemName)
systemName - systemName or null for nonepublic InstructionOutput set(String fieldName, Object value)
set in class GenericJsonpublic InstructionOutput clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.