public static final class BeamFnApi.InstructionResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BeamFnApi.InstructionResponse.Builder> implements BeamFnApi.InstructionResponseOrBuilder
The response for an associated request the SDK had been asked to fulfill. StableProtobuf type
org.apache.beam.fn.v1.InstructionResponse| Modifier and Type | Method and Description |
|---|---|
BeamFnApi.InstructionResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BeamFnApi.InstructionResponse |
build() |
BeamFnApi.InstructionResponse |
buildPartial() |
BeamFnApi.InstructionResponse.Builder |
clear() |
BeamFnApi.InstructionResponse.Builder |
clearError()
If this is specified, then this instruction has failed.
|
BeamFnApi.InstructionResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BeamFnApi.InstructionResponse.Builder |
clearInstructionId()
(Required) A reference provided by the runner which represents a requests
execution.
|
BeamFnApi.InstructionResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BeamFnApi.InstructionResponse.Builder |
clearProcessBundle()
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001; |
BeamFnApi.InstructionResponse.Builder |
clearProcessBundleProgress()
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002; |
BeamFnApi.InstructionResponse.Builder |
clearProcessBundleSplit()
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003; |
BeamFnApi.InstructionResponse.Builder |
clearRegister()
.org.apache.beam.fn.v1.RegisterResponse register = 1000; |
BeamFnApi.InstructionResponse.Builder |
clearResponse() |
BeamFnApi.InstructionResponse.Builder |
clone() |
BeamFnApi.InstructionResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getError()
If this is specified, then this instruction has failed.
|
com.google.protobuf.ByteString |
getErrorBytes()
If this is specified, then this instruction has failed.
|
String |
getInstructionId()
(Required) A reference provided by the runner which represents a requests
execution.
|
com.google.protobuf.ByteString |
getInstructionIdBytes()
(Required) A reference provided by the runner which represents a requests
execution.
|
BeamFnApi.ProcessBundleResponse |
getProcessBundle()
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001; |
BeamFnApi.ProcessBundleResponse.Builder |
getProcessBundleBuilder()
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001; |
BeamFnApi.ProcessBundleResponseOrBuilder |
getProcessBundleOrBuilder()
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001; |
BeamFnApi.ProcessBundleProgressResponse |
getProcessBundleProgress()
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002; |
BeamFnApi.ProcessBundleProgressResponse.Builder |
getProcessBundleProgressBuilder()
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002; |
BeamFnApi.ProcessBundleProgressResponseOrBuilder |
getProcessBundleProgressOrBuilder()
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002; |
BeamFnApi.ProcessBundleSplitResponse |
getProcessBundleSplit()
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003; |
BeamFnApi.ProcessBundleSplitResponse.Builder |
getProcessBundleSplitBuilder()
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003; |
BeamFnApi.ProcessBundleSplitResponseOrBuilder |
getProcessBundleSplitOrBuilder()
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003; |
BeamFnApi.RegisterResponse |
getRegister()
.org.apache.beam.fn.v1.RegisterResponse register = 1000; |
BeamFnApi.RegisterResponse.Builder |
getRegisterBuilder()
.org.apache.beam.fn.v1.RegisterResponse register = 1000; |
BeamFnApi.RegisterResponseOrBuilder |
getRegisterOrBuilder()
.org.apache.beam.fn.v1.RegisterResponse register = 1000; |
BeamFnApi.InstructionResponse.ResponseCase |
getResponseCase() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BeamFnApi.InstructionResponse.Builder |
mergeFrom(BeamFnApi.InstructionResponse other) |
BeamFnApi.InstructionResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BeamFnApi.InstructionResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
BeamFnApi.InstructionResponse.Builder |
mergeProcessBundle(BeamFnApi.ProcessBundleResponse value)
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001; |
BeamFnApi.InstructionResponse.Builder |
mergeProcessBundleProgress(BeamFnApi.ProcessBundleProgressResponse value)
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002; |
BeamFnApi.InstructionResponse.Builder |
mergeProcessBundleSplit(BeamFnApi.ProcessBundleSplitResponse value)
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003; |
BeamFnApi.InstructionResponse.Builder |
mergeRegister(BeamFnApi.RegisterResponse value)
.org.apache.beam.fn.v1.RegisterResponse register = 1000; |
BeamFnApi.InstructionResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BeamFnApi.InstructionResponse.Builder |
setError(String value)
If this is specified, then this instruction has failed.
|
BeamFnApi.InstructionResponse.Builder |
setErrorBytes(com.google.protobuf.ByteString value)
If this is specified, then this instruction has failed.
|
BeamFnApi.InstructionResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BeamFnApi.InstructionResponse.Builder |
setInstructionId(String value)
(Required) A reference provided by the runner which represents a requests
execution.
|
BeamFnApi.InstructionResponse.Builder |
setInstructionIdBytes(com.google.protobuf.ByteString value)
(Required) A reference provided by the runner which represents a requests
execution.
|
BeamFnApi.InstructionResponse.Builder |
setProcessBundle(BeamFnApi.ProcessBundleResponse.Builder builderForValue)
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001; |
BeamFnApi.InstructionResponse.Builder |
setProcessBundle(BeamFnApi.ProcessBundleResponse value)
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001; |
BeamFnApi.InstructionResponse.Builder |
setProcessBundleProgress(BeamFnApi.ProcessBundleProgressResponse.Builder builderForValue)
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002; |
BeamFnApi.InstructionResponse.Builder |
setProcessBundleProgress(BeamFnApi.ProcessBundleProgressResponse value)
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002; |
BeamFnApi.InstructionResponse.Builder |
setProcessBundleSplit(BeamFnApi.ProcessBundleSplitResponse.Builder builderForValue)
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003; |
BeamFnApi.InstructionResponse.Builder |
setProcessBundleSplit(BeamFnApi.ProcessBundleSplitResponse value)
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003; |
BeamFnApi.InstructionResponse.Builder |
setRegister(BeamFnApi.RegisterResponse.Builder builderForValue)
.org.apache.beam.fn.v1.RegisterResponse register = 1000; |
BeamFnApi.InstructionResponse.Builder |
setRegister(BeamFnApi.RegisterResponse value)
.org.apache.beam.fn.v1.RegisterResponse register = 1000; |
BeamFnApi.InstructionResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BeamFnApi.InstructionResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BeamFnApi.InstructionResponse.Builder>public BeamFnApi.InstructionResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BeamFnApi.InstructionResponse.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<BeamFnApi.InstructionResponse.Builder>public BeamFnApi.InstructionResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BeamFnApi.InstructionResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BeamFnApi.InstructionResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BeamFnApi.InstructionResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BeamFnApi.InstructionResponse.Builder>public BeamFnApi.InstructionResponse.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<BeamFnApi.InstructionResponse.Builder>public BeamFnApi.InstructionResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BeamFnApi.InstructionResponse.Builder>public BeamFnApi.InstructionResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BeamFnApi.InstructionResponse.Builder>public BeamFnApi.InstructionResponse.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<BeamFnApi.InstructionResponse.Builder>public BeamFnApi.InstructionResponse.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<BeamFnApi.InstructionResponse.Builder>public BeamFnApi.InstructionResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BeamFnApi.InstructionResponse.Builder>public BeamFnApi.InstructionResponse.Builder mergeFrom(BeamFnApi.InstructionResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BeamFnApi.InstructionResponse.Builder>public BeamFnApi.InstructionResponse.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<BeamFnApi.InstructionResponse.Builder>IOExceptionpublic BeamFnApi.InstructionResponse.ResponseCase getResponseCase()
getResponseCase in interface BeamFnApi.InstructionResponseOrBuilderpublic BeamFnApi.InstructionResponse.Builder clearResponse()
public String getInstructionId()
(Required) A reference provided by the runner which represents a requests execution. The InstructionResponse MUST have the matching id when responding to the runner.
string instruction_id = 1;getInstructionId in interface BeamFnApi.InstructionResponseOrBuilderpublic com.google.protobuf.ByteString getInstructionIdBytes()
(Required) A reference provided by the runner which represents a requests execution. The InstructionResponse MUST have the matching id when responding to the runner.
string instruction_id = 1;getInstructionIdBytes in interface BeamFnApi.InstructionResponseOrBuilderpublic BeamFnApi.InstructionResponse.Builder setInstructionId(String value)
(Required) A reference provided by the runner which represents a requests execution. The InstructionResponse MUST have the matching id when responding to the runner.
string instruction_id = 1;public BeamFnApi.InstructionResponse.Builder clearInstructionId()
(Required) A reference provided by the runner which represents a requests execution. The InstructionResponse MUST have the matching id when responding to the runner.
string instruction_id = 1;public BeamFnApi.InstructionResponse.Builder setInstructionIdBytes(com.google.protobuf.ByteString value)
(Required) A reference provided by the runner which represents a requests execution. The InstructionResponse MUST have the matching id when responding to the runner.
string instruction_id = 1;public String getError()
If this is specified, then this instruction has failed. A human readable string representing the reason as to why processing has failed.
string error = 2;getError in interface BeamFnApi.InstructionResponseOrBuilderpublic com.google.protobuf.ByteString getErrorBytes()
If this is specified, then this instruction has failed. A human readable string representing the reason as to why processing has failed.
string error = 2;getErrorBytes in interface BeamFnApi.InstructionResponseOrBuilderpublic BeamFnApi.InstructionResponse.Builder setError(String value)
If this is specified, then this instruction has failed. A human readable string representing the reason as to why processing has failed.
string error = 2;public BeamFnApi.InstructionResponse.Builder clearError()
If this is specified, then this instruction has failed. A human readable string representing the reason as to why processing has failed.
string error = 2;public BeamFnApi.InstructionResponse.Builder setErrorBytes(com.google.protobuf.ByteString value)
If this is specified, then this instruction has failed. A human readable string representing the reason as to why processing has failed.
string error = 2;public BeamFnApi.RegisterResponse getRegister()
.org.apache.beam.fn.v1.RegisterResponse register = 1000;getRegister in interface BeamFnApi.InstructionResponseOrBuilderpublic BeamFnApi.InstructionResponse.Builder setRegister(BeamFnApi.RegisterResponse value)
.org.apache.beam.fn.v1.RegisterResponse register = 1000;public BeamFnApi.InstructionResponse.Builder setRegister(BeamFnApi.RegisterResponse.Builder builderForValue)
.org.apache.beam.fn.v1.RegisterResponse register = 1000;public BeamFnApi.InstructionResponse.Builder mergeRegister(BeamFnApi.RegisterResponse value)
.org.apache.beam.fn.v1.RegisterResponse register = 1000;public BeamFnApi.InstructionResponse.Builder clearRegister()
.org.apache.beam.fn.v1.RegisterResponse register = 1000;public BeamFnApi.RegisterResponse.Builder getRegisterBuilder()
.org.apache.beam.fn.v1.RegisterResponse register = 1000;public BeamFnApi.RegisterResponseOrBuilder getRegisterOrBuilder()
.org.apache.beam.fn.v1.RegisterResponse register = 1000;getRegisterOrBuilder in interface BeamFnApi.InstructionResponseOrBuilderpublic BeamFnApi.ProcessBundleResponse getProcessBundle()
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001;getProcessBundle in interface BeamFnApi.InstructionResponseOrBuilderpublic BeamFnApi.InstructionResponse.Builder setProcessBundle(BeamFnApi.ProcessBundleResponse value)
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001;public BeamFnApi.InstructionResponse.Builder setProcessBundle(BeamFnApi.ProcessBundleResponse.Builder builderForValue)
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001;public BeamFnApi.InstructionResponse.Builder mergeProcessBundle(BeamFnApi.ProcessBundleResponse value)
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001;public BeamFnApi.InstructionResponse.Builder clearProcessBundle()
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001;public BeamFnApi.ProcessBundleResponse.Builder getProcessBundleBuilder()
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001;public BeamFnApi.ProcessBundleResponseOrBuilder getProcessBundleOrBuilder()
.org.apache.beam.fn.v1.ProcessBundleResponse process_bundle = 1001;getProcessBundleOrBuilder in interface BeamFnApi.InstructionResponseOrBuilderpublic BeamFnApi.ProcessBundleProgressResponse getProcessBundleProgress()
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002;getProcessBundleProgress in interface BeamFnApi.InstructionResponseOrBuilderpublic BeamFnApi.InstructionResponse.Builder setProcessBundleProgress(BeamFnApi.ProcessBundleProgressResponse value)
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002;public BeamFnApi.InstructionResponse.Builder setProcessBundleProgress(BeamFnApi.ProcessBundleProgressResponse.Builder builderForValue)
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002;public BeamFnApi.InstructionResponse.Builder mergeProcessBundleProgress(BeamFnApi.ProcessBundleProgressResponse value)
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002;public BeamFnApi.InstructionResponse.Builder clearProcessBundleProgress()
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002;public BeamFnApi.ProcessBundleProgressResponse.Builder getProcessBundleProgressBuilder()
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002;public BeamFnApi.ProcessBundleProgressResponseOrBuilder getProcessBundleProgressOrBuilder()
.org.apache.beam.fn.v1.ProcessBundleProgressResponse process_bundle_progress = 1002;getProcessBundleProgressOrBuilder in interface BeamFnApi.InstructionResponseOrBuilderpublic BeamFnApi.ProcessBundleSplitResponse getProcessBundleSplit()
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003;getProcessBundleSplit in interface BeamFnApi.InstructionResponseOrBuilderpublic BeamFnApi.InstructionResponse.Builder setProcessBundleSplit(BeamFnApi.ProcessBundleSplitResponse value)
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003;public BeamFnApi.InstructionResponse.Builder setProcessBundleSplit(BeamFnApi.ProcessBundleSplitResponse.Builder builderForValue)
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003;public BeamFnApi.InstructionResponse.Builder mergeProcessBundleSplit(BeamFnApi.ProcessBundleSplitResponse value)
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003;public BeamFnApi.InstructionResponse.Builder clearProcessBundleSplit()
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003;public BeamFnApi.ProcessBundleSplitResponse.Builder getProcessBundleSplitBuilder()
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003;public BeamFnApi.ProcessBundleSplitResponseOrBuilder getProcessBundleSplitOrBuilder()
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003;getProcessBundleSplitOrBuilder in interface BeamFnApi.InstructionResponseOrBuilderpublic final BeamFnApi.InstructionResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BeamFnApi.InstructionResponse.Builder>public final BeamFnApi.InstructionResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BeamFnApi.InstructionResponse.Builder>Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.