public static interface RunnerApi.PCollectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCoderId()
(Required) The id of the Coder for this PCollection.
|
com.google.protobuf.ByteString |
getCoderIdBytes()
(Required) The id of the Coder for this PCollection.
|
RunnerApi.DisplayData |
getDisplayData()
(Optional) Static display data for this PTransform application.
|
RunnerApi.DisplayDataOrBuilder |
getDisplayDataOrBuilder()
(Optional) Static display data for this PTransform application.
|
RunnerApi.IsBounded.Enum |
getIsBounded()
(Required) Whether this PCollection is bounded or unbounded
|
int |
getIsBoundedValue()
(Required) Whether this PCollection is bounded or unbounded
|
String |
getUniqueName()
(Required) A unique name for the PCollection.
|
com.google.protobuf.ByteString |
getUniqueNameBytes()
(Required) A unique name for the PCollection.
|
String |
getWindowingStrategyId()
(Required) The id of the windowing strategy for this PCollection.
|
com.google.protobuf.ByteString |
getWindowingStrategyIdBytes()
(Required) The id of the windowing strategy for this PCollection.
|
boolean |
hasDisplayData()
(Optional) Static display data for this PTransform application.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUniqueName()
(Required) A unique name for the PCollection. Ideally, this should be stable over multiple evolutions of a pipeline for the purposes of logging and associating pipeline state with a node, etc. If it is not stable, then the runner decides what will happen. But, most importantly, it must always be here, even if it is autogenerated.
string unique_name = 1;com.google.protobuf.ByteString getUniqueNameBytes()
(Required) A unique name for the PCollection. Ideally, this should be stable over multiple evolutions of a pipeline for the purposes of logging and associating pipeline state with a node, etc. If it is not stable, then the runner decides what will happen. But, most importantly, it must always be here, even if it is autogenerated.
string unique_name = 1;String getCoderId()
(Required) The id of the Coder for this PCollection.
string coder_id = 2;com.google.protobuf.ByteString getCoderIdBytes()
(Required) The id of the Coder for this PCollection.
string coder_id = 2;int getIsBoundedValue()
(Required) Whether this PCollection is bounded or unbounded
.org.apache.beam.runner_api.v1.IsBounded.Enum is_bounded = 3;RunnerApi.IsBounded.Enum getIsBounded()
(Required) Whether this PCollection is bounded or unbounded
.org.apache.beam.runner_api.v1.IsBounded.Enum is_bounded = 3;String getWindowingStrategyId()
(Required) The id of the windowing strategy for this PCollection.
string windowing_strategy_id = 4;com.google.protobuf.ByteString getWindowingStrategyIdBytes()
(Required) The id of the windowing strategy for this PCollection.
string windowing_strategy_id = 4;boolean hasDisplayData()
(Optional) Static display data for this PTransform application. If there is none, or it is not relevant (such as use by the Fn API) then it may be omitted.
.org.apache.beam.runner_api.v1.DisplayData display_data = 5;RunnerApi.DisplayData getDisplayData()
(Optional) Static display data for this PTransform application. If there is none, or it is not relevant (such as use by the Fn API) then it may be omitted.
.org.apache.beam.runner_api.v1.DisplayData display_data = 5;RunnerApi.DisplayDataOrBuilder getDisplayDataOrBuilder()
(Optional) Static display data for this PTransform application. If there is none, or it is not relevant (such as use by the Fn API) then it may be omitted.
.org.apache.beam.runner_api.v1.DisplayData display_data = 5;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.