public static interface BeamFnApi.ProcessBundleDescriptorOrBuilder
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.
|
String |
getId()
(Required) A pipeline level unique id which can be used as a reference to
refer to this.
|
com.google.protobuf.ByteString |
getIdBytes()
(Required) A pipeline level unique id which can be used as a reference to
refer to this.
|
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.
|
Endpoints.ApiServiceDescriptor |
getStateApiServiceDescriptor()
A descriptor describing the end point to use for State API
calls.
|
Endpoints.ApiServiceDescriptorOrBuilder |
getStateApiServiceDescriptorOrBuilder()
A descriptor describing the end point to use for State API
calls.
|
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.
|
boolean |
hasStateApiServiceDescriptor()
A descriptor describing the end point to use for State API
calls.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
(Required) A pipeline level unique id which can be used as a reference to refer to this.
string id = 1;com.google.protobuf.ByteString getIdBytes()
(Required) A pipeline level unique id which can be used as a reference to refer to this.
string id = 1;int getTransformsCount()
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 2;boolean containsTransforms(String key)
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 2;@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 = 2;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 = 2;RunnerApi.PTransform getTransformsOrThrow(String key)
(Required) A map from pipeline-scoped id to PTransform.
map<string, .org.apache.beam.runner_api.v1.PTransform> transforms = 2;int getPcollectionsCount()
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 3;boolean containsPcollections(String key)
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 3;@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 = 3;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 = 3;RunnerApi.PCollection getPcollectionsOrThrow(String key)
(Required) A map from pipeline-scoped id to PCollection.
map<string, .org.apache.beam.runner_api.v1.PCollection> pcollections = 3;int getWindowingStrategiesCount()
(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 4;boolean containsWindowingStrategies(String key)
(Required) A map from pipeline-scoped id to WindowingStrategy.
map<string, .org.apache.beam.runner_api.v1.WindowingStrategy> windowing_strategies = 4;@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 = 4;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 = 4;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 = 4;int getCodersCount()
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 5;boolean containsCoders(String key)
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 5;@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 = 5;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 = 5;RunnerApi.Coder getCodersOrThrow(String key)
(Required) A map from pipeline-scoped id to Coder.
map<string, .org.apache.beam.runner_api.v1.Coder> coders = 5;int getEnvironmentsCount()
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 6;boolean containsEnvironments(String key)
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 6;@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 = 6;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 = 6;RunnerApi.Environment getEnvironmentsOrThrow(String key)
(Required) A map from pipeline-scoped id to Environment.
map<string, .org.apache.beam.runner_api.v1.Environment> environments = 6;boolean hasStateApiServiceDescriptor()
A descriptor describing the end point to use for State API calls. Required if the Runner intends to send remote references over the data plane or if any of the transforms rely on user state or side inputs.
.org.apache.beam.portability.v1.ApiServiceDescriptor state_api_service_descriptor = 7;Endpoints.ApiServiceDescriptor getStateApiServiceDescriptor()
A descriptor describing the end point to use for State API calls. Required if the Runner intends to send remote references over the data plane or if any of the transforms rely on user state or side inputs.
.org.apache.beam.portability.v1.ApiServiceDescriptor state_api_service_descriptor = 7;Endpoints.ApiServiceDescriptorOrBuilder getStateApiServiceDescriptorOrBuilder()
A descriptor describing the end point to use for State API calls. Required if the Runner intends to send remote references over the data plane or if any of the transforms rely on user state or side inputs.
.org.apache.beam.portability.v1.ApiServiceDescriptor state_api_service_descriptor = 7;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.