public static interface RunnerApi.PipelineOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RunnerApi.Components |
getComponents()
(Required) The coders, UDFs, graph nodes, etc, that make up
this pipeline.
|
RunnerApi.ComponentsOrBuilder |
getComponentsOrBuilder()
(Required) The coders, UDFs, graph nodes, etc, that make up
this pipeline.
|
RunnerApi.DisplayData |
getDisplayData()
(Optional) Static display data for the pipeline.
|
RunnerApi.DisplayDataOrBuilder |
getDisplayDataOrBuilder()
(Optional) Static display data for the pipeline.
|
String |
getRootTransformIds(int index)
(Required) The ids of all PTransforms that are not contained within another PTransform.
|
com.google.protobuf.ByteString |
getRootTransformIdsBytes(int index)
(Required) The ids of all PTransforms that are not contained within another PTransform.
|
int |
getRootTransformIdsCount()
(Required) The ids of all PTransforms that are not contained within another PTransform.
|
List<String> |
getRootTransformIdsList()
(Required) The ids of all PTransforms that are not contained within another PTransform.
|
boolean |
hasComponents()
(Required) The coders, UDFs, graph nodes, etc, that make up
this pipeline.
|
boolean |
hasDisplayData()
(Optional) Static display data for the pipeline.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasComponents()
(Required) The coders, UDFs, graph nodes, etc, that make up this pipeline.
.org.apache.beam.runner_api.v1.Components components = 1;RunnerApi.Components getComponents()
(Required) The coders, UDFs, graph nodes, etc, that make up this pipeline.
.org.apache.beam.runner_api.v1.Components components = 1;RunnerApi.ComponentsOrBuilder getComponentsOrBuilder()
(Required) The coders, UDFs, graph nodes, etc, that make up this pipeline.
.org.apache.beam.runner_api.v1.Components components = 1;List<String> getRootTransformIdsList()
(Required) The ids of all PTransforms that are not contained within another PTransform. These must be in shallow topological order, so that traversing them recursively in this order yields a recursively topological traversal.
repeated string root_transform_ids = 2;int getRootTransformIdsCount()
(Required) The ids of all PTransforms that are not contained within another PTransform. These must be in shallow topological order, so that traversing them recursively in this order yields a recursively topological traversal.
repeated string root_transform_ids = 2;String getRootTransformIds(int index)
(Required) The ids of all PTransforms that are not contained within another PTransform. These must be in shallow topological order, so that traversing them recursively in this order yields a recursively topological traversal.
repeated string root_transform_ids = 2;com.google.protobuf.ByteString getRootTransformIdsBytes(int index)
(Required) The ids of all PTransforms that are not contained within another PTransform. These must be in shallow topological order, so that traversing them recursively in this order yields a recursively topological traversal.
repeated string root_transform_ids = 2;boolean hasDisplayData()
(Optional) Static display data for the pipeline. If there is none, it may be omitted.
.org.apache.beam.runner_api.v1.DisplayData display_data = 3;RunnerApi.DisplayData getDisplayData()
(Optional) Static display data for the pipeline. If there is none, it may be omitted.
.org.apache.beam.runner_api.v1.DisplayData display_data = 3;RunnerApi.DisplayDataOrBuilder getDisplayDataOrBuilder()
(Optional) Static display data for the pipeline. If there is none, it may be omitted.
.org.apache.beam.runner_api.v1.DisplayData display_data = 3;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.