Package itk
Interface InstructionOuterClass.ReturnResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstructionOuterClass.ReturnResponse,InstructionOuterClass.ReturnResponse.Builder
- Enclosing class:
- InstructionOuterClass
public static interface InstructionOuterClass.ReturnResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanwhether to hold the task in WORKING state instead of completing itwhat to return to the calling agentcom.google.protobuf.ByteStringwhat to return to the calling agentMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResponse
String getResponse()what to return to the calling agent
string response = 1;- Returns:
- The response.
-
getResponseBytes
com.google.protobuf.ByteString getResponseBytes()what to return to the calling agent
string response = 1;- Returns:
- The bytes for response.
-
getHoldTask
boolean getHoldTask()whether to hold the task in WORKING state instead of completing it
bool hold_task = 2;- Returns:
- The holdTask.
-