public static final class RunnerApi.ReadPayload extends com.google.protobuf.GeneratedMessageV3 implements RunnerApi.ReadPayloadOrBuilder
The payload for the primitive Read transform.Protobuf type
org.apache.beam.runner_api.v1.ReadPayload| Modifier and Type | Class and Description |
|---|---|
static class |
RunnerApi.ReadPayload.Builder
The payload for the primitive Read transform.
|
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 |
IS_BOUNDED_FIELD_NUMBER |
static int |
SOURCE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RunnerApi.ReadPayload |
getDefaultInstance() |
RunnerApi.ReadPayload |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RunnerApi.IsBounded |
getIsBounded()
(Required) Whether the source is bounded or unbounded
|
int |
getIsBoundedValue()
(Required) Whether the source is bounded or unbounded
|
com.google.protobuf.Parser<RunnerApi.ReadPayload> |
getParserForType() |
int |
getSerializedSize() |
RunnerApi.SdkFunctionSpec |
getSource()
(Required) The SdkFunctionSpec of the source for this Read.
|
RunnerApi.SdkFunctionSpecOrBuilder |
getSourceOrBuilder()
(Required) The SdkFunctionSpec of the source for this Read.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasSource()
(Required) The SdkFunctionSpec of the source for this Read.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RunnerApi.ReadPayload.Builder |
newBuilder() |
static RunnerApi.ReadPayload.Builder |
newBuilder(RunnerApi.ReadPayload prototype) |
RunnerApi.ReadPayload.Builder |
newBuilderForType() |
protected RunnerApi.ReadPayload.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static RunnerApi.ReadPayload |
parseDelimitedFrom(InputStream input) |
static RunnerApi.ReadPayload |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.ReadPayload |
parseFrom(byte[] data) |
static RunnerApi.ReadPayload |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.ReadPayload |
parseFrom(com.google.protobuf.ByteString data) |
static RunnerApi.ReadPayload |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.ReadPayload |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunnerApi.ReadPayload |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunnerApi.ReadPayload |
parseFrom(InputStream input) |
static RunnerApi.ReadPayload |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunnerApi.ReadPayload> |
parser() |
RunnerApi.ReadPayload.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 SOURCE_FIELD_NUMBER
public static final int IS_BOUNDED_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 hasSource()
(Required) The SdkFunctionSpec of the source for this Read.
.org.apache.beam.runner_api.v1.SdkFunctionSpec source = 1;hasSource in interface RunnerApi.ReadPayloadOrBuilderpublic RunnerApi.SdkFunctionSpec getSource()
(Required) The SdkFunctionSpec of the source for this Read.
.org.apache.beam.runner_api.v1.SdkFunctionSpec source = 1;getSource in interface RunnerApi.ReadPayloadOrBuilderpublic RunnerApi.SdkFunctionSpecOrBuilder getSourceOrBuilder()
(Required) The SdkFunctionSpec of the source for this Read.
.org.apache.beam.runner_api.v1.SdkFunctionSpec source = 1;getSourceOrBuilder in interface RunnerApi.ReadPayloadOrBuilderpublic int getIsBoundedValue()
(Required) Whether the source is bounded or unbounded
.org.apache.beam.runner_api.v1.IsBounded is_bounded = 2;getIsBoundedValue in interface RunnerApi.ReadPayloadOrBuilderpublic RunnerApi.IsBounded getIsBounded()
(Required) Whether the source is bounded or unbounded
.org.apache.beam.runner_api.v1.IsBounded is_bounded = 2;getIsBounded in interface RunnerApi.ReadPayloadOrBuilderpublic 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.ReadPayload parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.ReadPayload parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.ReadPayload parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.ReadPayload parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunnerApi.ReadPayload parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunnerApi.ReadPayload parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunnerApi.ReadPayload parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunnerApi.ReadPayload parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunnerApi.ReadPayload parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunnerApi.ReadPayload parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunnerApi.ReadPayload.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunnerApi.ReadPayload.Builder newBuilder()
public static RunnerApi.ReadPayload.Builder newBuilder(RunnerApi.ReadPayload prototype)
public RunnerApi.ReadPayload.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunnerApi.ReadPayload.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunnerApi.ReadPayload getDefaultInstance()
public static com.google.protobuf.Parser<RunnerApi.ReadPayload> parser()
public com.google.protobuf.Parser<RunnerApi.ReadPayload> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunnerApi.ReadPayload getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.