Interface SetOutputRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetOutputRequest,SetOutputRequest.Builder
public interface SetOutputRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKey()string key = 1 [(.dev.restate.ext.field) = KEY];com.google.protobuf.ByteStringgetKeyBytes()string key = 1 [(.dev.restate.ext.field) = KEY];MethodOutputgetOutput().dev.restate.sdk.workflow.MethodOutput output = 2;MethodOutputOrBuildergetOutputOrBuilder().dev.restate.sdk.workflow.MethodOutput output = 2;booleanhasOutput().dev.restate.sdk.workflow.MethodOutput output = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKey
java.lang.String getKey()
string key = 1 [(.dev.restate.ext.field) = KEY];- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
string key = 1 [(.dev.restate.ext.field) = KEY];- Returns:
- The bytes for key.
-
hasOutput
boolean hasOutput()
.dev.restate.sdk.workflow.MethodOutput output = 2;- Returns:
- Whether the output field is set.
-
getOutput
MethodOutput getOutput()
.dev.restate.sdk.workflow.MethodOutput output = 2;- Returns:
- The output.
-
getOutputOrBuilder
MethodOutputOrBuilder getOutputOrBuilder()
.dev.restate.sdk.workflow.MethodOutput output = 2;
-
-