All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataflow.model.SeqMapTask.html Maven / Gradle / Ivy

There is a newer version: v1b4-rev7-1.20.0
Show newest version






SeqMapTask (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class SeqMapTask

    • Constructor Detail

      • SeqMapTask

        public SeqMapTask()
    • 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