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

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

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






ParallelInstruction (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class ParallelInstruction

    • Constructor Detail

      • ParallelInstruction

        public ParallelInstruction()
    • Method Detail

      • getFlatten

        public FlattenInstruction getFlatten()
        Additional information for Flatten instructions.
        Returns:
        value or null for none
      • getName

        public String getName()
        User-provided name of this operation.
        Returns:
        value or null for none
      • setName

        public ParallelInstruction setName(String name)
        User-provided name of this operation.
        Parameters:
        name - name or null for none
      • getOriginalName

        public String getOriginalName()
        System-defined name for the operation in the original workflow graph.
        Returns:
        value or null for none
      • setOriginalName

        public ParallelInstruction setOriginalName(String originalName)
        System-defined name for the operation in the original workflow graph.
        Parameters:
        originalName - originalName or null for none
      • getOutputs

        public List<InstructionOutput> getOutputs()
        Describes the outputs of the instruction.
        Returns:
        value or null for none
      • getParDo

        public ParDoInstruction getParDo()
        Additional information for ParDo instructions.
        Returns:
        value or null for none
      • getPartialGroupByKey

        public PartialGroupByKeyInstruction getPartialGroupByKey()
        Additional information for PartialGroupByKey instructions.
        Returns:
        value or null for none
      • setPartialGroupByKey

        public ParallelInstruction setPartialGroupByKey(PartialGroupByKeyInstruction partialGroupByKey)
        Additional information for PartialGroupByKey instructions.
        Parameters:
        partialGroupByKey - partialGroupByKey or null for none
      • getRead

        public ReadInstruction getRead()
        Additional information for Read instructions.
        Returns:
        value or null for none
      • getSystemName

        public String getSystemName()
        System-defined name of this operation. Unique across the workflow.
        Returns:
        value or null for none
      • setSystemName

        public ParallelInstruction setSystemName(String systemName)
        System-defined name of this operation. Unique across the workflow.
        Parameters:
        systemName - systemName or null for none
      • getWrite

        public WriteInstruction getWrite()
        Additional information for Write instructions.
        Returns:
        value or null for none
      • clone

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