public static final class RunnerApi.ParDoPayload.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder> implements RunnerApi.ParDoPayloadOrBuilder
The payload for the primitive ParDo transform.Protobuf type
org.apache.beam.runner_api.v1.ParDoPayload| Modifier and Type | Method and Description |
|---|---|
RunnerApi.ParDoPayload.Builder |
addAllParameters(Iterable<? extends RunnerApi.Parameter> values)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.ParDoPayload.Builder |
addParameters(int index,
RunnerApi.Parameter.Builder builderForValue)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.ParDoPayload.Builder |
addParameters(int index,
RunnerApi.Parameter value)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.ParDoPayload.Builder |
addParameters(RunnerApi.Parameter.Builder builderForValue)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.ParDoPayload.Builder |
addParameters(RunnerApi.Parameter value)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.Parameter.Builder |
addParametersBuilder()
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.Parameter.Builder |
addParametersBuilder(int index)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.ParDoPayload.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RunnerApi.ParDoPayload |
build() |
RunnerApi.ParDoPayload |
buildPartial() |
RunnerApi.ParDoPayload.Builder |
clear() |
RunnerApi.ParDoPayload.Builder |
clearDoFn()
(Required) The SdkFunctionSpec of the DoFn.
|
RunnerApi.ParDoPayload.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RunnerApi.ParDoPayload.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RunnerApi.ParDoPayload.Builder |
clearParameters()
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.ParDoPayload.Builder |
clearSideInputs() |
RunnerApi.ParDoPayload.Builder |
clearSplittable()
Whether the DoFn is splittable
|
RunnerApi.ParDoPayload.Builder |
clearStateSpecs() |
RunnerApi.ParDoPayload.Builder |
clearTimerSpecs() |
RunnerApi.ParDoPayload.Builder |
clone() |
boolean |
containsSideInputs(String key)
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
boolean |
containsStateSpecs(String key)
(Optional) A mapping of local state names to state specifications.
|
boolean |
containsTimerSpecs(String key)
(Optional) A mapping of local timer names to timer specifications.
|
RunnerApi.ParDoPayload |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RunnerApi.SdkFunctionSpec |
getDoFn()
(Required) The SdkFunctionSpec of the DoFn.
|
RunnerApi.SdkFunctionSpec.Builder |
getDoFnBuilder()
(Required) The SdkFunctionSpec of the DoFn.
|
RunnerApi.SdkFunctionSpecOrBuilder |
getDoFnOrBuilder()
(Required) The SdkFunctionSpec of the DoFn.
|
Map<String,RunnerApi.SideInput> |
getMutableSideInputs()
Deprecated.
|
Map<String,RunnerApi.StateSpec> |
getMutableStateSpecs()
Deprecated.
|
Map<String,RunnerApi.TimerSpec> |
getMutableTimerSpecs()
Deprecated.
|
RunnerApi.Parameter |
getParameters(int index)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.Parameter.Builder |
getParametersBuilder(int index)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
List<RunnerApi.Parameter.Builder> |
getParametersBuilderList()
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
int |
getParametersCount()
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
List<RunnerApi.Parameter> |
getParametersList()
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.ParameterOrBuilder |
getParametersOrBuilder(int index)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
List<? extends RunnerApi.ParameterOrBuilder> |
getParametersOrBuilderList()
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
Map<String,RunnerApi.SideInput> |
getSideInputs()
Deprecated.
|
int |
getSideInputsCount()
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
Map<String,RunnerApi.SideInput> |
getSideInputsMap()
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
RunnerApi.SideInput |
getSideInputsOrDefault(String key,
RunnerApi.SideInput defaultValue)
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
RunnerApi.SideInput |
getSideInputsOrThrow(String key)
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
boolean |
getSplittable()
Whether the DoFn is splittable
|
Map<String,RunnerApi.StateSpec> |
getStateSpecs()
Deprecated.
|
int |
getStateSpecsCount()
(Optional) A mapping of local state names to state specifications.
|
Map<String,RunnerApi.StateSpec> |
getStateSpecsMap()
(Optional) A mapping of local state names to state specifications.
|
RunnerApi.StateSpec |
getStateSpecsOrDefault(String key,
RunnerApi.StateSpec defaultValue)
(Optional) A mapping of local state names to state specifications.
|
RunnerApi.StateSpec |
getStateSpecsOrThrow(String key)
(Optional) A mapping of local state names to state specifications.
|
Map<String,RunnerApi.TimerSpec> |
getTimerSpecs()
Deprecated.
|
int |
getTimerSpecsCount()
(Optional) A mapping of local timer names to timer specifications.
|
Map<String,RunnerApi.TimerSpec> |
getTimerSpecsMap()
(Optional) A mapping of local timer names to timer specifications.
|
RunnerApi.TimerSpec |
getTimerSpecsOrDefault(String key,
RunnerApi.TimerSpec defaultValue)
(Optional) A mapping of local timer names to timer specifications.
|
RunnerApi.TimerSpec |
getTimerSpecsOrThrow(String key)
(Optional) A mapping of local timer names to timer specifications.
|
boolean |
hasDoFn()
(Required) The SdkFunctionSpec of the DoFn.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
RunnerApi.ParDoPayload.Builder |
mergeDoFn(RunnerApi.SdkFunctionSpec value)
(Required) The SdkFunctionSpec of the DoFn.
|
RunnerApi.ParDoPayload.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RunnerApi.ParDoPayload.Builder |
mergeFrom(com.google.protobuf.Message other) |
RunnerApi.ParDoPayload.Builder |
mergeFrom(RunnerApi.ParDoPayload other) |
RunnerApi.ParDoPayload.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RunnerApi.ParDoPayload.Builder |
putAllSideInputs(Map<String,RunnerApi.SideInput> values)
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
RunnerApi.ParDoPayload.Builder |
putAllStateSpecs(Map<String,RunnerApi.StateSpec> values)
(Optional) A mapping of local state names to state specifications.
|
RunnerApi.ParDoPayload.Builder |
putAllTimerSpecs(Map<String,RunnerApi.TimerSpec> values)
(Optional) A mapping of local timer names to timer specifications.
|
RunnerApi.ParDoPayload.Builder |
putSideInputs(String key,
RunnerApi.SideInput value)
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
RunnerApi.ParDoPayload.Builder |
putStateSpecs(String key,
RunnerApi.StateSpec value)
(Optional) A mapping of local state names to state specifications.
|
RunnerApi.ParDoPayload.Builder |
putTimerSpecs(String key,
RunnerApi.TimerSpec value)
(Optional) A mapping of local timer names to timer specifications.
|
RunnerApi.ParDoPayload.Builder |
removeParameters(int index)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.ParDoPayload.Builder |
removeSideInputs(String key)
(Optional) A mapping of local input names to side inputs, describing
the expected access pattern.
|
RunnerApi.ParDoPayload.Builder |
removeStateSpecs(String key)
(Optional) A mapping of local state names to state specifications.
|
RunnerApi.ParDoPayload.Builder |
removeTimerSpecs(String key)
(Optional) A mapping of local timer names to timer specifications.
|
RunnerApi.ParDoPayload.Builder |
setDoFn(RunnerApi.SdkFunctionSpec.Builder builderForValue)
(Required) The SdkFunctionSpec of the DoFn.
|
RunnerApi.ParDoPayload.Builder |
setDoFn(RunnerApi.SdkFunctionSpec value)
(Required) The SdkFunctionSpec of the DoFn.
|
RunnerApi.ParDoPayload.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RunnerApi.ParDoPayload.Builder |
setParameters(int index,
RunnerApi.Parameter.Builder builderForValue)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.ParDoPayload.Builder |
setParameters(int index,
RunnerApi.Parameter value)
(Required) Additional pieces of context the DoFn may require that
are not otherwise represented in the payload.
|
RunnerApi.ParDoPayload.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RunnerApi.ParDoPayload.Builder |
setSplittable(boolean value)
Whether the DoFn is splittable
|
RunnerApi.ParDoPayload.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>public RunnerApi.ParDoPayload.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>public RunnerApi.ParDoPayload getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RunnerApi.ParDoPayload build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RunnerApi.ParDoPayload buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RunnerApi.ParDoPayload.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>public RunnerApi.ParDoPayload.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>public RunnerApi.ParDoPayload.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>public RunnerApi.ParDoPayload.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>public RunnerApi.ParDoPayload.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>public RunnerApi.ParDoPayload.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>public RunnerApi.ParDoPayload.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RunnerApi.ParDoPayload.Builder>public RunnerApi.ParDoPayload.Builder mergeFrom(RunnerApi.ParDoPayload other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>public RunnerApi.ParDoPayload.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RunnerApi.ParDoPayload.Builder>IOExceptionpublic boolean hasDoFn()
(Required) The SdkFunctionSpec of the DoFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec do_fn = 1;hasDoFn in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.SdkFunctionSpec getDoFn()
(Required) The SdkFunctionSpec of the DoFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec do_fn = 1;getDoFn in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.ParDoPayload.Builder setDoFn(RunnerApi.SdkFunctionSpec value)
(Required) The SdkFunctionSpec of the DoFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec do_fn = 1;public RunnerApi.ParDoPayload.Builder setDoFn(RunnerApi.SdkFunctionSpec.Builder builderForValue)
(Required) The SdkFunctionSpec of the DoFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec do_fn = 1;public RunnerApi.ParDoPayload.Builder mergeDoFn(RunnerApi.SdkFunctionSpec value)
(Required) The SdkFunctionSpec of the DoFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec do_fn = 1;public RunnerApi.ParDoPayload.Builder clearDoFn()
(Required) The SdkFunctionSpec of the DoFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec do_fn = 1;public RunnerApi.SdkFunctionSpec.Builder getDoFnBuilder()
(Required) The SdkFunctionSpec of the DoFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec do_fn = 1;public RunnerApi.SdkFunctionSpecOrBuilder getDoFnOrBuilder()
(Required) The SdkFunctionSpec of the DoFn.
.org.apache.beam.runner_api.v1.SdkFunctionSpec do_fn = 1;getDoFnOrBuilder in interface RunnerApi.ParDoPayloadOrBuilderpublic List<RunnerApi.Parameter> getParametersList()
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;getParametersList in interface RunnerApi.ParDoPayloadOrBuilderpublic int getParametersCount()
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;getParametersCount in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.Parameter getParameters(int index)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;getParameters in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.ParDoPayload.Builder setParameters(int index, RunnerApi.Parameter value)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public RunnerApi.ParDoPayload.Builder setParameters(int index, RunnerApi.Parameter.Builder builderForValue)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public RunnerApi.ParDoPayload.Builder addParameters(RunnerApi.Parameter value)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public RunnerApi.ParDoPayload.Builder addParameters(int index, RunnerApi.Parameter value)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public RunnerApi.ParDoPayload.Builder addParameters(RunnerApi.Parameter.Builder builderForValue)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public RunnerApi.ParDoPayload.Builder addParameters(int index, RunnerApi.Parameter.Builder builderForValue)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public RunnerApi.ParDoPayload.Builder addAllParameters(Iterable<? extends RunnerApi.Parameter> values)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public RunnerApi.ParDoPayload.Builder clearParameters()
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public RunnerApi.ParDoPayload.Builder removeParameters(int index)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public RunnerApi.Parameter.Builder getParametersBuilder(int index)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public RunnerApi.ParameterOrBuilder getParametersOrBuilder(int index)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;getParametersOrBuilder in interface RunnerApi.ParDoPayloadOrBuilderpublic List<? extends RunnerApi.ParameterOrBuilder> getParametersOrBuilderList()
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;getParametersOrBuilderList in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.Parameter.Builder addParametersBuilder()
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public RunnerApi.Parameter.Builder addParametersBuilder(int index)
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public List<RunnerApi.Parameter.Builder> getParametersBuilderList()
(Required) Additional pieces of context the DoFn may require that are not otherwise represented in the payload. (may force runners to execute the ParDo differently)
repeated .org.apache.beam.runner_api.v1.Parameter parameters = 2;public int getSideInputsCount()
RunnerApi.ParDoPayloadOrBuilder(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 3;getSideInputsCount in interface RunnerApi.ParDoPayloadOrBuilderpublic boolean containsSideInputs(String key)
(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 3;containsSideInputs in interface RunnerApi.ParDoPayloadOrBuilder@Deprecated public Map<String,RunnerApi.SideInput> getSideInputs()
getSideInputsMap() instead.getSideInputs in interface RunnerApi.ParDoPayloadOrBuilderpublic Map<String,RunnerApi.SideInput> getSideInputsMap()
(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 3;getSideInputsMap in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.SideInput getSideInputsOrDefault(String key, RunnerApi.SideInput defaultValue)
(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 3;getSideInputsOrDefault in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.SideInput getSideInputsOrThrow(String key)
(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 3;getSideInputsOrThrow in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.ParDoPayload.Builder clearSideInputs()
public RunnerApi.ParDoPayload.Builder removeSideInputs(String key)
(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 3;@Deprecated public Map<String,RunnerApi.SideInput> getMutableSideInputs()
public RunnerApi.ParDoPayload.Builder putSideInputs(String key, RunnerApi.SideInput value)
(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 3;public RunnerApi.ParDoPayload.Builder putAllSideInputs(Map<String,RunnerApi.SideInput> values)
(Optional) A mapping of local input names to side inputs, describing the expected access pattern.
map<string, .org.apache.beam.runner_api.v1.SideInput> side_inputs = 3;public int getStateSpecsCount()
RunnerApi.ParDoPayloadOrBuilder(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;getStateSpecsCount in interface RunnerApi.ParDoPayloadOrBuilderpublic boolean containsStateSpecs(String key)
(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;containsStateSpecs in interface RunnerApi.ParDoPayloadOrBuilder@Deprecated public Map<String,RunnerApi.StateSpec> getStateSpecs()
getStateSpecsMap() instead.getStateSpecs in interface RunnerApi.ParDoPayloadOrBuilderpublic Map<String,RunnerApi.StateSpec> getStateSpecsMap()
(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;getStateSpecsMap in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.StateSpec getStateSpecsOrDefault(String key, RunnerApi.StateSpec defaultValue)
(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;getStateSpecsOrDefault in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.StateSpec getStateSpecsOrThrow(String key)
(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;getStateSpecsOrThrow in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.ParDoPayload.Builder clearStateSpecs()
public RunnerApi.ParDoPayload.Builder removeStateSpecs(String key)
(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;@Deprecated public Map<String,RunnerApi.StateSpec> getMutableStateSpecs()
public RunnerApi.ParDoPayload.Builder putStateSpecs(String key, RunnerApi.StateSpec value)
(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;public RunnerApi.ParDoPayload.Builder putAllStateSpecs(Map<String,RunnerApi.StateSpec> values)
(Optional) A mapping of local state names to state specifications.
map<string, .org.apache.beam.runner_api.v1.StateSpec> state_specs = 4;public int getTimerSpecsCount()
RunnerApi.ParDoPayloadOrBuilder(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;getTimerSpecsCount in interface RunnerApi.ParDoPayloadOrBuilderpublic boolean containsTimerSpecs(String key)
(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;containsTimerSpecs in interface RunnerApi.ParDoPayloadOrBuilder@Deprecated public Map<String,RunnerApi.TimerSpec> getTimerSpecs()
getTimerSpecsMap() instead.getTimerSpecs in interface RunnerApi.ParDoPayloadOrBuilderpublic Map<String,RunnerApi.TimerSpec> getTimerSpecsMap()
(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;getTimerSpecsMap in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.TimerSpec getTimerSpecsOrDefault(String key, RunnerApi.TimerSpec defaultValue)
(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;getTimerSpecsOrDefault in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.TimerSpec getTimerSpecsOrThrow(String key)
(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;getTimerSpecsOrThrow in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.ParDoPayload.Builder clearTimerSpecs()
public RunnerApi.ParDoPayload.Builder removeTimerSpecs(String key)
(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;@Deprecated public Map<String,RunnerApi.TimerSpec> getMutableTimerSpecs()
public RunnerApi.ParDoPayload.Builder putTimerSpecs(String key, RunnerApi.TimerSpec value)
(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;public RunnerApi.ParDoPayload.Builder putAllTimerSpecs(Map<String,RunnerApi.TimerSpec> values)
(Optional) A mapping of local timer names to timer specifications.
map<string, .org.apache.beam.runner_api.v1.TimerSpec> timer_specs = 5;public boolean getSplittable()
Whether the DoFn is splittable
bool splittable = 6;getSplittable in interface RunnerApi.ParDoPayloadOrBuilderpublic RunnerApi.ParDoPayload.Builder setSplittable(boolean value)
Whether the DoFn is splittable
bool splittable = 6;public RunnerApi.ParDoPayload.Builder clearSplittable()
Whether the DoFn is splittable
bool splittable = 6;public final RunnerApi.ParDoPayload.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>public final RunnerApi.ParDoPayload.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RunnerApi.ParDoPayload.Builder>Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.