Interface Protocol.CompleteAwakeableEntryMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.CompleteAwakeableEntryMessage,Protocol.CompleteAwakeableEntryMessage.Builder
- Enclosing class:
- Protocol
public static interface Protocol.CompleteAwakeableEntryMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Protocol.FailuregetFailure().dev.restate.service.protocol.Failure failure = 6;Protocol.FailureOrBuildergetFailureOrBuilder().dev.restate.service.protocol.Failure failure = 6;java.lang.StringgetId()Identifier of the awakeable.com.google.protobuf.ByteStringgetIdBytes()Identifier of the awakeable.Protocol.CompleteAwakeableEntryMessage.ResultCasegetResultCase()com.google.protobuf.ByteStringgetValue()bytes value = 5;booleanhasFailure().dev.restate.service.protocol.Failure failure = 6;booleanhasValue()bytes value = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
java.lang.String getId()
Identifier of the awakeable. See the spec for more details.
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Identifier of the awakeable. See the spec for more details.
string id = 1;- Returns:
- The bytes for id.
-
hasValue
boolean hasValue()
bytes value = 5;- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.ByteString getValue()
bytes value = 5;- Returns:
- The value.
-
hasFailure
boolean hasFailure()
.dev.restate.service.protocol.Failure failure = 6;- Returns:
- Whether the failure field is set.
-
getFailure
Protocol.Failure getFailure()
.dev.restate.service.protocol.Failure failure = 6;- Returns:
- The failure.
-
getFailureOrBuilder
Protocol.FailureOrBuilder getFailureOrBuilder()
.dev.restate.service.protocol.Failure failure = 6;
-
getResultCase
Protocol.CompleteAwakeableEntryMessage.ResultCase getResultCase()
-
-