public static final class RunnerApi.Pipeline extends com.google.protobuf.GeneratedMessageV3 implements RunnerApi.PipelineOrBuilder
A Pipeline is a hierarchical graph of PTransforms, linked by PCollections. This is represented by a number of by-reference maps to nodes, PCollections, SDK environments, UDF, etc., for supporting compact reuse and arbitrary graph structure. All of the keys in the maps here are arbitrary strings that are only required to be internally consistent within this proto message.Protobuf type
org.apache.beam.runner_api.v1.Pipeline| Modifier and Type | Class and Description |
|---|---|
static class |
RunnerApi.Pipeline.Builder
A Pipeline is a hierarchical graph of PTransforms, linked
by PCollections.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
COMPONENTS_FIELD_NUMBER |
static int |
DISPLAY_DATA_FIELD_NUMBER |
static int |
ROOT_TRANSFORM_IDS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
static RunnerApi.Pipeline |
getDefaultInstance() |
RunnerApi.Pipeline |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RunnerApi.DisplayData |
getDisplayData()
(Optional) Static display data for the pipeline.
|
RunnerApi.DisplayDataOrBuilder |
getDisplayDataOrBuilder()
(Optional) Static display data for the pipeline.
|
com.google.protobuf.Parser<RunnerApi.Pipeline> |
getParserForType() |
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
|
com.google.protobuf.ProtocolStringList |
getRootTransformIdsList()
(Required) The ids of all PTransforms that are not contained within another PTransform
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasComponents()
(Required) The coders, UDFs, graph nodes, etc, that make up
this pipeline.
|
boolean |
hasDisplayData()
(Optional) Static display data for the pipeline.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RunnerApi.Pipeline.Builder |
newBuilder() |
static RunnerApi.Pipeline.Builder |
newBuilder(RunnerApi.Pipeline prototype) |
RunnerApi.Pipeline.Builder |
newBuilderForType() |
protected RunnerApi.Pipeline.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static RunnerApi.Pipeline |
parseDelimitedFrom(InputStream input) |
static RunnerApi.Pipeline |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.Pipeline |
parseFrom(byte[] data) |
static RunnerApi.Pipeline |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.Pipeline |
parseFrom(com.google.protobuf.ByteString data) |
static RunnerApi.Pipeline |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.Pipeline |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunnerApi.Pipeline |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.Pipeline |
parseFrom(InputStream input) |
static RunnerApi.Pipeline |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunnerApi.Pipeline> |
parser() |
RunnerApi.Pipeline.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int COMPONENTS_FIELD_NUMBER
public static final int ROOT_TRANSFORM_IDS_FIELD_NUMBER
public static final int DISPLAY_DATA_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasComponents()
(Required) The coders, UDFs, graph nodes, etc, that make up this pipeline.
.org.apache.beam.runner_api.v1.Components components = 1;hasComponents in interface RunnerApi.PipelineOrBuilderpublic RunnerApi.Components getComponents()
(Required) The coders, UDFs, graph nodes, etc, that make up this pipeline.
.org.apache.beam.runner_api.v1.Components components = 1;getComponents in interface RunnerApi.PipelineOrBuilderpublic RunnerApi.ComponentsOrBuilder getComponentsOrBuilder()
(Required) The coders, UDFs, graph nodes, etc, that make up this pipeline.
.org.apache.beam.runner_api.v1.Components components = 1;getComponentsOrBuilder in interface RunnerApi.PipelineOrBuilderpublic com.google.protobuf.ProtocolStringList getRootTransformIdsList()
(Required) The ids of all PTransforms that are not contained within another PTransform
repeated string root_transform_ids = 2;getRootTransformIdsList in interface RunnerApi.PipelineOrBuilderpublic int getRootTransformIdsCount()
(Required) The ids of all PTransforms that are not contained within another PTransform
repeated string root_transform_ids = 2;getRootTransformIdsCount in interface RunnerApi.PipelineOrBuilderpublic String getRootTransformIds(int index)
(Required) The ids of all PTransforms that are not contained within another PTransform
repeated string root_transform_ids = 2;getRootTransformIds in interface RunnerApi.PipelineOrBuilderpublic com.google.protobuf.ByteString getRootTransformIdsBytes(int index)
(Required) The ids of all PTransforms that are not contained within another PTransform
repeated string root_transform_ids = 2;getRootTransformIdsBytes in interface RunnerApi.PipelineOrBuilderpublic 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;hasDisplayData in interface RunnerApi.PipelineOrBuilderpublic 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;getDisplayData in interface RunnerApi.PipelineOrBuilderpublic 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;getDisplayDataOrBuilder in interface RunnerApi.PipelineOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RunnerApi.Pipeline parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.Pipeline parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.Pipeline parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.Pipeline parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.Pipeline parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunnerApi.Pipeline parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunnerApi.Pipeline parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunnerApi.Pipeline parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunnerApi.Pipeline parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunnerApi.Pipeline parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunnerApi.Pipeline.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunnerApi.Pipeline.Builder newBuilder()
public static RunnerApi.Pipeline.Builder newBuilder(RunnerApi.Pipeline prototype)
public RunnerApi.Pipeline.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunnerApi.Pipeline.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunnerApi.Pipeline getDefaultInstance()
public static com.google.protobuf.Parser<RunnerApi.Pipeline> parser()
public com.google.protobuf.Parser<RunnerApi.Pipeline> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunnerApi.Pipeline getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.