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

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

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






PipelineDescription (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class PipelineDescription

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class PipelineDescription
    extends com.google.api.client.json.GenericJson
    A descriptive representation of submitted pipeline as well as the executed form. This data is provided by the Dataflow service for ease of visualizing the pipeline and interpreting Dataflow provided metrics.

    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.
    • Constructor Detail

      • PipelineDescription

        public PipelineDescription()
    • Method Detail

      • getDisplayData

        public List<DisplayData> getDisplayData()
        Pipeline level display data.
        Returns:
        value or null for none
      • setDisplayData

        public PipelineDescription setDisplayData(List<DisplayData> displayData)
        Pipeline level display data.
        Parameters:
        displayData - displayData or null for none
      • getExecutionPipelineStage

        public List<ExecutionStageSummary> getExecutionPipelineStage()
        Description of each stage of execution of the pipeline.
        Returns:
        value or null for none
      • setExecutionPipelineStage

        public PipelineDescription setExecutionPipelineStage(List<ExecutionStageSummary> executionPipelineStage)
        Description of each stage of execution of the pipeline.
        Parameters:
        executionPipelineStage - executionPipelineStage or null for none
      • getOriginalPipelineTransform

        public List<TransformSummary> getOriginalPipelineTransform()
        Description of each transform in the pipeline and collections between them.
        Returns:
        value or null for none
      • setOriginalPipelineTransform

        public PipelineDescription setOriginalPipelineTransform(List<TransformSummary> originalPipelineTransform)
        Description of each transform in the pipeline and collections between them.
        Parameters:
        originalPipelineTransform - originalPipelineTransform or null for none
      • getStepNamesHash

        public String getStepNamesHash()
        A hash value of the submitted pipeline portable graph step names if exists.
        Returns:
        value or null for none
      • setStepNamesHash

        public PipelineDescription setStepNamesHash(String stepNamesHash)
        A hash value of the submitted pipeline portable graph step names if exists.
        Parameters:
        stepNamesHash - stepNamesHash or null for none
      • clone

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