Interface Protocol.CompletionMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.CompletionMessage
,Protocol.CompletionMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.CompletionMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEmpty()
.dev.restate.service.protocol.Empty empty = 13;
.dev.restate.service.protocol.Empty empty = 13;
int
uint32 entry_index = 1;
.dev.restate.service.protocol.Failure failure = 15;
.dev.restate.service.protocol.Failure failure = 15;
com.google.protobuf.ByteString
getValue()
bytes value = 14;
boolean
hasEmpty()
.dev.restate.service.protocol.Empty empty = 13;
boolean
.dev.restate.service.protocol.Failure failure = 15;
boolean
hasValue()
bytes value = 14;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEntryIndex
int getEntryIndex()uint32 entry_index = 1;
- Returns:
- The entryIndex.
-
hasEmpty
boolean hasEmpty().dev.restate.service.protocol.Empty empty = 13;
- Returns:
- Whether the empty field is set.
-
getEmpty
Protocol.Empty getEmpty().dev.restate.service.protocol.Empty empty = 13;
- Returns:
- The empty.
-
getEmptyOrBuilder
Protocol.EmptyOrBuilder getEmptyOrBuilder().dev.restate.service.protocol.Empty empty = 13;
-
hasValue
boolean hasValue()bytes value = 14;
- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.ByteString getValue()bytes value = 14;
- Returns:
- The value.
-
hasFailure
boolean hasFailure().dev.restate.service.protocol.Failure failure = 15;
- Returns:
- Whether the failure field is set.
-
getFailure
Protocol.Failure getFailure().dev.restate.service.protocol.Failure failure = 15;
- Returns:
- The failure.
-
getFailureOrBuilder
Protocol.FailureOrBuilder getFailureOrBuilder().dev.restate.service.protocol.Failure failure = 15;
-
getResultCase
Protocol.CompletionMessage.ResultCase getResultCase()
-