target.apidocs.com.google.api.services.dataflow.model.PipelineDescription.html Maven / Gradle / Ivy
PipelineDescription (Dataflow API v1b3-rev20231112-2.0.0)
com.google.api.services.dataflow.model
Class PipelineDescription
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.dataflow.model.PipelineDescription
-
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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
PipelineDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
PipelineDescription
clone()
List<DisplayData>
getDisplayData()
Pipeline level display data.
List<ExecutionStageSummary>
getExecutionPipelineStage()
Description of each stage of execution of the pipeline.
List<TransformSummary>
getOriginalPipelineTransform()
Description of each transform in the pipeline and collections between them.
String
getStepNamesHash()
A hash value of the submitted pipeline portable graph step names if exists.
PipelineDescription
set(String fieldName,
Object value)
PipelineDescription
setDisplayData(List<DisplayData> displayData)
Pipeline level display data.
PipelineDescription
setExecutionPipelineStage(List<ExecutionStageSummary> executionPipelineStage)
Description of each stage of execution of the pipeline.
PipelineDescription
setOriginalPipelineTransform(List<TransformSummary> originalPipelineTransform)
Description of each transform in the pipeline and collections between them.
PipelineDescription
setStepNamesHash(String stepNamesHash)
A hash value of the submitted pipeline portable graph step names if exists.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
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
-
set
public PipelineDescription set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
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