public static final class RunnerApi.PCollection extends com.google.protobuf.GeneratedMessageV3 implements RunnerApi.PCollectionOrBuilder
A PCollection!Protobuf type
org.apache.beam.runner_api.v1.PCollection| Modifier and Type | Class and Description |
|---|---|
static class |
RunnerApi.PCollection.Builder
A PCollection!
|
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 |
CODER_ID_FIELD_NUMBER |
static int |
DISPLAY_DATA_FIELD_NUMBER |
static int |
IS_BOUNDED_FIELD_NUMBER |
static int |
UNIQUE_NAME_FIELD_NUMBER |
static int |
WINDOWING_STRATEGY_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
static RunnerApi.PCollection |
getDefaultInstance() |
RunnerApi.PCollection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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
|
com.google.protobuf.Parser<RunnerApi.PCollection> |
getParserForType() |
int |
getSerializedSize() |
String |
getUniqueName()
(Required) A unique name for the PCollection.
|
com.google.protobuf.ByteString |
getUniqueNameBytes()
(Required) A unique name for the PCollection.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RunnerApi.PCollection.Builder |
newBuilder() |
static RunnerApi.PCollection.Builder |
newBuilder(RunnerApi.PCollection prototype) |
RunnerApi.PCollection.Builder |
newBuilderForType() |
protected RunnerApi.PCollection.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static RunnerApi.PCollection |
parseDelimitedFrom(InputStream input) |
static RunnerApi.PCollection |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.PCollection |
parseFrom(byte[] data) |
static RunnerApi.PCollection |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.PCollection |
parseFrom(com.google.protobuf.ByteString data) |
static RunnerApi.PCollection |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.PCollection |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunnerApi.PCollection |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.PCollection |
parseFrom(InputStream input) |
static RunnerApi.PCollection |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunnerApi.PCollection> |
parser() |
RunnerApi.PCollection.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 UNIQUE_NAME_FIELD_NUMBER
public static final int CODER_ID_FIELD_NUMBER
public static final int IS_BOUNDED_FIELD_NUMBER
public static final int WINDOWING_STRATEGY_ID_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 String 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;getUniqueName in interface RunnerApi.PCollectionOrBuilderpublic 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;getUniqueNameBytes in interface RunnerApi.PCollectionOrBuilderpublic String getCoderId()
(Required) The id of the Coder for this PCollection.
string coder_id = 2;getCoderId in interface RunnerApi.PCollectionOrBuilderpublic com.google.protobuf.ByteString getCoderIdBytes()
(Required) The id of the Coder for this PCollection.
string coder_id = 2;getCoderIdBytes in interface RunnerApi.PCollectionOrBuilderpublic int getIsBoundedValue()
(Required) Whether this PCollection is bounded or unbounded
.org.apache.beam.runner_api.v1.IsBounded.Enum is_bounded = 3;getIsBoundedValue in interface RunnerApi.PCollectionOrBuilderpublic RunnerApi.IsBounded.Enum getIsBounded()
(Required) Whether this PCollection is bounded or unbounded
.org.apache.beam.runner_api.v1.IsBounded.Enum is_bounded = 3;getIsBounded in interface RunnerApi.PCollectionOrBuilderpublic String getWindowingStrategyId()
(Required) The id of the windowing strategy for this PCollection.
string windowing_strategy_id = 4;getWindowingStrategyId in interface RunnerApi.PCollectionOrBuilderpublic com.google.protobuf.ByteString getWindowingStrategyIdBytes()
(Required) The id of the windowing strategy for this PCollection.
string windowing_strategy_id = 4;getWindowingStrategyIdBytes in interface RunnerApi.PCollectionOrBuilderpublic 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;hasDisplayData in interface RunnerApi.PCollectionOrBuilderpublic 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;getDisplayData in interface RunnerApi.PCollectionOrBuilderpublic 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;getDisplayDataOrBuilder in interface RunnerApi.PCollectionOrBuilderpublic 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.PCollection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.PCollection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.PCollection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.PCollection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.PCollection parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunnerApi.PCollection parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunnerApi.PCollection parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunnerApi.PCollection parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunnerApi.PCollection parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunnerApi.PCollection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunnerApi.PCollection.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunnerApi.PCollection.Builder newBuilder()
public static RunnerApi.PCollection.Builder newBuilder(RunnerApi.PCollection prototype)
public RunnerApi.PCollection.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunnerApi.PCollection.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunnerApi.PCollection getDefaultInstance()
public static com.google.protobuf.Parser<RunnerApi.PCollection> parser()
public com.google.protobuf.Parser<RunnerApi.PCollection> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunnerApi.PCollection getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.