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

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

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






ComputationTopology (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class ComputationTopology

    • Constructor Detail

      • ComputationTopology

        public ComputationTopology()
    • Method Detail

      • getComputationId

        public String getComputationId()
        The ID of the computation.
        Returns:
        value or null for none
      • setComputationId

        public ComputationTopology setComputationId(String computationId)
        The ID of the computation.
        Parameters:
        computationId - computationId or null for none
      • getInputs

        public List<StreamLocation> getInputs()
        The inputs to the computation.
        Returns:
        value or null for none
      • getKeyRanges

        public List<KeyRangeLocation> getKeyRanges()
        The key ranges processed by the computation.
        Returns:
        value or null for none
      • getOutputs

        public List<StreamLocation> getOutputs()
        The outputs from the computation.
        Returns:
        value or null for none
      • getStateFamilies

        public List<StateFamilyConfig> getStateFamilies()
        The state family values.
        Returns:
        value or null for none
      • getSystemStageName

        public String getSystemStageName()
        The system stage name.
        Returns:
        value or null for none
      • setSystemStageName

        public ComputationTopology setSystemStageName(String systemStageName)
        The system stage name.
        Parameters:
        systemStageName - systemStageName or null for none
      • clone

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