public static interface RunnerApi.ReadPayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RunnerApi.IsBounded |
getIsBounded()
(Required) Whether the source is bounded or unbounded
|
int |
getIsBoundedValue()
(Required) Whether the source is bounded or unbounded
|
RunnerApi.SdkFunctionSpec |
getSource()
(Required) The SdkFunctionSpec of the source for this Read.
|
RunnerApi.SdkFunctionSpecOrBuilder |
getSourceOrBuilder()
(Required) The SdkFunctionSpec of the source for this Read.
|
boolean |
hasSource()
(Required) The SdkFunctionSpec of the source for this Read.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSource()
(Required) The SdkFunctionSpec of the source for this Read.
.org.apache.beam.runner_api.v1.SdkFunctionSpec source = 1;RunnerApi.SdkFunctionSpec getSource()
(Required) The SdkFunctionSpec of the source for this Read.
.org.apache.beam.runner_api.v1.SdkFunctionSpec source = 1;RunnerApi.SdkFunctionSpecOrBuilder getSourceOrBuilder()
(Required) The SdkFunctionSpec of the source for this Read.
.org.apache.beam.runner_api.v1.SdkFunctionSpec source = 1;int getIsBoundedValue()
(Required) Whether the source is bounded or unbounded
.org.apache.beam.runner_api.v1.IsBounded is_bounded = 2;RunnerApi.IsBounded getIsBounded()
(Required) Whether the source is bounded or unbounded
.org.apache.beam.runner_api.v1.IsBounded is_bounded = 2;Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.