public static interface RunnerApi.ComponentsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCoders(String key)
(Required) A map from pipeline-scoped id to Coder.
|
boolean |
containsEnvironments(String key)
(Required) A map from pipeline-scoped id to Environment.
|
boolean |
containsPcollections(String key)
(Required) A map from pipeline-scoped id to PCollection.
|
boolean |
containsTransforms(String key)
(Required) A map from pipeline-scoped id to PTransform.
|
boolean |
containsWindowingStrategies(String key)
(Required) A map from pipeline-scoped id to WindowingStrategy.
|
Map<String,RunnerApi.Coder> |
getCoders()
Deprecated.
|
int |
getCodersCount()
(Required) A map from pipeline-scoped id to Coder.
|
Map<String,RunnerApi.Coder> |
getCodersMap()
(Required) A map from pipeline-scoped id to Coder.
|
RunnerApi.Coder |
getCodersOrDefault(String key,
RunnerApi.Coder defaultValue)
(Required) A map from pipeline-scoped id to Coder.
|
RunnerApi.Coder |
getCodersOrThrow(String key)
(Required) A map from pipeline-scoped id to Coder.
|
Map<String,RunnerApi.Environment> |
getEnvironments()
Deprecated.
|
int |
getEnvironmentsCount()
(Required) A map from pipeline-scoped id to Environment.
|
Map<String,RunnerApi.Environment> |
getEnvironmentsMap()
(Required) A map from pipeline-scoped id to Environment.
|
RunnerApi.Environment |
getEnvironmentsOrDefault(String key,
RunnerApi.Environment defaultValue)
(Required) A map from pipeline-scoped id to Environment.
|
RunnerApi.Environment |
getEnvironmentsOrThrow(String key)
(Required) A map from pipeline-scoped id to Environment.
|
Map<String,RunnerApi.PCollection> |
getPcollections()
Deprecated.
|
int |
getPcollectionsCount()
(Required) A map from pipeline-scoped id to PCollection.
|
Map<String,RunnerApi.PCollection> |
getPcollectionsMap()
(Required) A map from pipeline-scoped id to PCollection.
|
RunnerApi.PCollection |
getPcollectionsOrDefault(String key,
RunnerApi.PCollection defaultValue)
(Required) A map from pipeline-scoped id to PCollection.
|
RunnerApi.PCollection |
getPcollectionsOrThrow(String key)
(Required) A map from pipeline-scoped id to PCollection.
|
Map<String,RunnerApi.PTransform> |
getTransforms()
Deprecated.
|
int |
getTransformsCount()
(Required) A map from pipeline-scoped id to PTransform.
|
Map<String,RunnerApi.PTransform> |
getTransformsMap()
(Required) A map from pipeline-scoped id to PTransform.
|
RunnerApi.PTransform |
getTransformsOrDefault(String key,
RunnerApi.PTransform defaultValue)
(Required) A map from pipeline-scoped id to PTransform.
|
RunnerApi.PTransform |
getTransformsOrThrow(String key)
(Required) A map from pipeline-scoped id to PTransform.
|
Map<String,RunnerApi.WindowingStrategy> |
getWindowingStrategies()
Deprecated.
|
int |
getWindowingStrategiesCount()
(Required) A map from pipeline-scoped id to WindowingStrategy.
|
Map<String,RunnerApi.WindowingStrategy> |
getWindowingStrategiesMap()
(Required) A map from pipeline-scoped id to WindowingStrategy.
|
RunnerApi.WindowingStrategy |
getWindowingStrategiesOrDefault(String key,
RunnerApi.WindowingStrategy defaultValue)
(Required) A map from pipeline-scoped id to WindowingStrategy.
|
RunnerApi.WindowingStrategy |
getWindowingStrategiesOrThrow(String key)
(Required) A map from pipeline-scoped id to WindowingStrategy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTransformsCount()
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 1;boolean containsTransforms(String key)
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 1;@Deprecated Map<String,RunnerApi.PTransform> getTransforms()
getTransformsMap() instead.Map<String,RunnerApi.PTransform> getTransformsMap()
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 1;RunnerApi.PTransform getTransformsOrDefault(String key, RunnerApi.PTransform defaultValue)
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 1;RunnerApi.PTransform getTransformsOrThrow(String key)
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 1;int getPcollectionsCount()
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 2;boolean containsPcollections(String key)
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 2;@Deprecated Map<String,RunnerApi.PCollection> getPcollections()
getPcollectionsMap() instead.Map<String,RunnerApi.PCollection> getPcollectionsMap()
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 2;RunnerApi.PCollection getPcollectionsOrDefault(String key, RunnerApi.PCollection defaultValue)
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 2;RunnerApi.PCollection getPcollectionsOrThrow(String key)
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 2;int getWindowingStrategiesCount()
(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 3;boolean containsWindowingStrategies(String key)
(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 3;@Deprecated Map<String,RunnerApi.WindowingStrategy> getWindowingStrategies()
getWindowingStrategiesMap() instead.Map<String,RunnerApi.WindowingStrategy> getWindowingStrategiesMap()
(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 3;RunnerApi.WindowingStrategy getWindowingStrategiesOrDefault(String key, RunnerApi.WindowingStrategy defaultValue)
(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 3;RunnerApi.WindowingStrategy getWindowingStrategiesOrThrow(String key)
(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 3;int getCodersCount()
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 4;boolean containsCoders(String key)
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 4;@Deprecated Map<String,RunnerApi.Coder> getCoders()
getCodersMap() instead.Map<String,RunnerApi.Coder> getCodersMap()
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 4;RunnerApi.Coder getCodersOrDefault(String key, RunnerApi.Coder defaultValue)
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 4;RunnerApi.Coder getCodersOrThrow(String key)
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 4;int getEnvironmentsCount()
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 5;boolean containsEnvironments(String key)
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 5;@Deprecated Map<String,RunnerApi.Environment> getEnvironments()
getEnvironmentsMap() instead.Map<String,RunnerApi.Environment> getEnvironmentsMap()
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 5;RunnerApi.Environment getEnvironmentsOrDefault(String key, RunnerApi.Environment defaultValue)
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 5;RunnerApi.Environment getEnvironmentsOrThrow(String key)
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 5;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.