target.apidocs.com.google.api.services.dataflow.model.InstructionOutput.html Maven / Gradle / Ivy
InstructionOutput (Dataflow API v1b3-rev20231112-2.0.0)
com.google.api.services.dataflow.model
Class InstructionOutput
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.dataflow.model.InstructionOutput
-
public final class InstructionOutput
extends com.google.api.client.json.GenericJson
An output of an instruction.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
InstructionOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getCodec
public Map<String,Object> getCodec()
The codec to use to encode data being written via this output.
- Returns:
- value or
null
for none
-
setCodec
public InstructionOutput setCodec(Map<String,Object> codec)
The codec to use to encode data being written via this output.
- Parameters:
codec
- codec or null
for none
-
getName
public String getName()
The user-provided name of this output.
- Returns:
- value or
null
for none
-
setName
public InstructionOutput setName(String name)
The user-provided name of this output.
- Parameters:
name
- name or null
for none
-
getOnlyCountKeyBytes
public Boolean getOnlyCountKeyBytes()
For system-generated byte and mean byte metrics, certain instructions should only report the
key size.
- Returns:
- value or
null
for none
-
setOnlyCountKeyBytes
public InstructionOutput setOnlyCountKeyBytes(Boolean onlyCountKeyBytes)
For system-generated byte and mean byte metrics, certain instructions should only report the
key size.
- Parameters:
onlyCountKeyBytes
- onlyCountKeyBytes or null
for none
-
getOnlyCountValueBytes
public Boolean getOnlyCountValueBytes()
For system-generated byte and mean byte metrics, certain instructions should only report the
value size.
- Returns:
- value or
null
for none
-
setOnlyCountValueBytes
public InstructionOutput setOnlyCountValueBytes(Boolean onlyCountValueBytes)
For system-generated byte and mean byte metrics, certain instructions should only report the
value size.
- Parameters:
onlyCountValueBytes
- onlyCountValueBytes or null
for none
-
getOriginalName
public String getOriginalName()
System-defined name for this output in the original workflow graph. Outputs that do not
contribute to an original instruction do not set this.
- Returns:
- value or
null
for none
-
setOriginalName
public InstructionOutput setOriginalName(String originalName)
System-defined name for this output in the original workflow graph. Outputs that do not
contribute to an original instruction do not set this.
- Parameters:
originalName
- originalName or null
for none
-
getSystemName
public String getSystemName()
System-defined name of this output. Unique across the workflow.
- Returns:
- value or
null
for none
-
setSystemName
public InstructionOutput setSystemName(String systemName)
System-defined name of this output. Unique across the workflow.
- Parameters:
systemName
- systemName or null
for none
-
set
public InstructionOutput set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public InstructionOutput clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy