public final class InstructionOutput
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 Google 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| Constructor and Description |
|---|
InstructionOutput() |
| Modifier and Type | Method and Description |
|---|---|
InstructionOutput |
clone() |
java.util.Map<java.lang.String,java.lang.Object> |
getCodec()
The codec to use to encode data being written via this output.
|
java.lang.String |
getName()
The user-provided name of this output.
|
java.lang.Boolean |
getOnlyCountKeyBytes()
For system-generated byte and mean byte metrics, certain instructions should only report the
key size.
|
java.lang.Boolean |
getOnlyCountValueBytes()
For system-generated byte and mean byte metrics, certain instructions should only report the
value size.
|
java.lang.String |
getOriginalName()
System-defined name for this output in the original workflow graph.
|
java.lang.String |
getSystemName()
System-defined name of this output.
|
InstructionOutput |
set(java.lang.String fieldName,
java.lang.Object value) |
InstructionOutput |
setCodec(java.util.Map<java.lang.String,java.lang.Object> codec)
The codec to use to encode data being written via this output.
|
InstructionOutput |
setName(java.lang.String name)
The user-provided name of this output.
|
InstructionOutput |
setOnlyCountKeyBytes(java.lang.Boolean onlyCountKeyBytes)
For system-generated byte and mean byte metrics, certain instructions should only report the
key size.
|
InstructionOutput |
setOnlyCountValueBytes(java.lang.Boolean onlyCountValueBytes)
For system-generated byte and mean byte metrics, certain instructions should only report the
value size.
|
InstructionOutput |
setOriginalName(java.lang.String originalName)
System-defined name for this output in the original workflow graph.
|
InstructionOutput |
setSystemName(java.lang.String systemName)
System-defined name of this output.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.Map<java.lang.String,java.lang.Object> getCodec()
null for nonepublic InstructionOutput setCodec(java.util.Map<java.lang.String,java.lang.Object> codec)
codec - codec or null for nonepublic java.lang.String getName()
null for nonepublic InstructionOutput setName(java.lang.String name)
name - name or null for nonepublic java.lang.Boolean getOnlyCountKeyBytes()
null for nonepublic InstructionOutput setOnlyCountKeyBytes(java.lang.Boolean onlyCountKeyBytes)
onlyCountKeyBytes - onlyCountKeyBytes or null for nonepublic java.lang.Boolean getOnlyCountValueBytes()
null for nonepublic InstructionOutput setOnlyCountValueBytes(java.lang.Boolean onlyCountValueBytes)
onlyCountValueBytes - onlyCountValueBytes or null for nonepublic java.lang.String getOriginalName()
null for nonepublic InstructionOutput setOriginalName(java.lang.String originalName)
originalName - originalName or null for nonepublic java.lang.String getSystemName()
null for nonepublic InstructionOutput setSystemName(java.lang.String systemName)
systemName - systemName or null for nonepublic InstructionOutput set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic InstructionOutput clone()
clone in class com.google.api.client.json.GenericJson