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

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

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






InstructionInput (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class InstructionInput

    • Constructor Detail

      • InstructionInput

        public InstructionInput()
    • Method Detail

      • getOutputNum

        public Integer getOutputNum()
        The output index (origin zero) within the producer.
        Returns:
        value or null for none
      • setOutputNum

        public InstructionInput setOutputNum(Integer outputNum)
        The output index (origin zero) within the producer.
        Parameters:
        outputNum - outputNum or null for none
      • getProducerInstructionIndex

        public Integer getProducerInstructionIndex()
        The index (origin zero) of the parallel instruction that produces the output to be consumed by this input. This index is relative to the list of instructions in this input's instruction's containing MapTask.
        Returns:
        value or null for none
      • setProducerInstructionIndex

        public InstructionInput setProducerInstructionIndex(Integer producerInstructionIndex)
        The index (origin zero) of the parallel instruction that produces the output to be consumed by this input. This index is relative to the list of instructions in this input's instruction's containing MapTask.
        Parameters:
        producerInstructionIndex - producerInstructionIndex or null for none
      • clone

        public InstructionInput 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