target.apidocs.com.google.api.services.dataflow.model.SeqMapTask.html Maven / Gradle / Ivy
SeqMapTask (Dataflow API v1b3-rev20231112-2.0.0)
com.google.api.services.dataflow.model
Class SeqMapTask
- 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.SeqMapTask
-
public final class SeqMapTask
extends com.google.api.client.json.GenericJson
Describes a particular function to invoke.
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
SeqMapTask()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
SeqMapTask
clone()
List<SideInputInfo>
getInputs()
Information about each of the inputs.
String
getName()
The user-provided name of the SeqDo operation.
List<SeqMapTaskOutputInfo>
getOutputInfos()
Information about each of the outputs.
String
getStageName()
System-defined name of the stage containing the SeqDo operation.
String
getSystemName()
System-defined name of the SeqDo operation.
Map<String,Object>
getUserFn()
The user function to invoke.
SeqMapTask
set(String fieldName,
Object value)
SeqMapTask
setInputs(List<SideInputInfo> inputs)
Information about each of the inputs.
SeqMapTask
setName(String name)
The user-provided name of the SeqDo operation.
SeqMapTask
setOutputInfos(List<SeqMapTaskOutputInfo> outputInfos)
Information about each of the outputs.
SeqMapTask
setStageName(String stageName)
System-defined name of the stage containing the SeqDo operation.
SeqMapTask
setSystemName(String systemName)
System-defined name of the SeqDo operation.
SeqMapTask
setUserFn(Map<String,Object> userFn)
The user function to invoke.
-
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
-
getInputs
public List<SideInputInfo> getInputs()
Information about each of the inputs.
- Returns:
- value or
null
for none
-
setInputs
public SeqMapTask setInputs(List<SideInputInfo> inputs)
Information about each of the inputs.
- Parameters:
inputs
- inputs or null
for none
-
getName
public String getName()
The user-provided name of the SeqDo operation.
- Returns:
- value or
null
for none
-
setName
public SeqMapTask setName(String name)
The user-provided name of the SeqDo operation.
- Parameters:
name
- name or null
for none
-
getOutputInfos
public List<SeqMapTaskOutputInfo> getOutputInfos()
Information about each of the outputs.
- Returns:
- value or
null
for none
-
setOutputInfos
public SeqMapTask setOutputInfos(List<SeqMapTaskOutputInfo> outputInfos)
Information about each of the outputs.
- Parameters:
outputInfos
- outputInfos or null
for none
-
getStageName
public String getStageName()
System-defined name of the stage containing the SeqDo operation. Unique across the workflow.
- Returns:
- value or
null
for none
-
setStageName
public SeqMapTask setStageName(String stageName)
System-defined name of the stage containing the SeqDo operation. Unique across the workflow.
- Parameters:
stageName
- stageName or null
for none
-
getSystemName
public String getSystemName()
System-defined name of the SeqDo operation. Unique across the workflow.
- Returns:
- value or
null
for none
-
setSystemName
public SeqMapTask setSystemName(String systemName)
System-defined name of the SeqDo operation. Unique across the workflow.
- Parameters:
systemName
- systemName or null
for none
-
getUserFn
public Map<String,Object> getUserFn()
The user function to invoke.
- Returns:
- value or
null
for none
-
setUserFn
public SeqMapTask setUserFn(Map<String,Object> userFn)
The user function to invoke.
- Parameters:
userFn
- userFn or null
for none
-
set
public SeqMapTask set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public SeqMapTask 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