public static interface BeamFnApi.InstructionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.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.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.ProcessBundleSplitResponseOrBuilder |
getProcessBundleSplitOrBuilder()
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003; |
BeamFnApi.RegisterResponse |
getRegister()
.org.apache.beam.fn.v1.RegisterResponse register = 1000; |
BeamFnApi.RegisterResponseOrBuilder |
getRegisterOrBuilder()
.org.apache.beam.fn.v1.RegisterResponse register = 1000; |
BeamFnApi.InstructionResponse.ResponseCase |
getResponseCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;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;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;BeamFnApi.RegisterResponse getRegister()
.org.apache.beam.fn.v1.RegisterResponse register = 1000;BeamFnApi.RegisterResponseOrBuilder getRegisterOrBuilder()
.org.apache.beam.fn.v1.RegisterResponse register = 1000;BeamFnApi.ProcessBundleResponse getProcessBundle()
.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.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.ProcessBundleSplitResponseOrBuilder getProcessBundleSplitOrBuilder()
.org.apache.beam.fn.v1.ProcessBundleSplitResponse process_bundle_split = 1003;BeamFnApi.InstructionResponse.ResponseCase getResponseCase()
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.