Interface Protocol.CompletePromiseCommandMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.CompletePromiseCommandMessage,Protocol.CompletePromiseCommandMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.CompletePromiseCommandMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dev.restate.service.protocol.Failure completion_failure = 3;.dev.restate.service.protocol.Failure completion_failure = 3;.dev.restate.service.protocol.Value completion_value = 2;.dev.restate.service.protocol.Value completion_value = 2;getKey()string key = 1;com.google.protobuf.ByteStringstring key = 1;getName()string name = 12;com.google.protobuf.ByteStringstring name = 12;intuint32 result_completion_id = 11;boolean.dev.restate.service.protocol.Failure completion_failure = 3;boolean.dev.restate.service.protocol.Value completion_value = 2;Methods 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
-
getKey
String getKey()string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()string key = 1;- Returns:
- The bytes for key.
-
hasCompletionValue
boolean hasCompletionValue().dev.restate.service.protocol.Value completion_value = 2;- Returns:
- Whether the completionValue field is set.
-
getCompletionValue
Protocol.Value getCompletionValue().dev.restate.service.protocol.Value completion_value = 2;- Returns:
- The completionValue.
-
getCompletionValueOrBuilder
Protocol.ValueOrBuilder getCompletionValueOrBuilder().dev.restate.service.protocol.Value completion_value = 2; -
hasCompletionFailure
boolean hasCompletionFailure().dev.restate.service.protocol.Failure completion_failure = 3;- Returns:
- Whether the completionFailure field is set.
-
getCompletionFailure
Protocol.Failure getCompletionFailure().dev.restate.service.protocol.Failure completion_failure = 3;- Returns:
- The completionFailure.
-
getCompletionFailureOrBuilder
Protocol.FailureOrBuilder getCompletionFailureOrBuilder().dev.restate.service.protocol.Failure completion_failure = 3; -
getResultCompletionId
int getResultCompletionId()uint32 result_completion_id = 11;- Returns:
- The resultCompletionId.
-
getName
String getName()string name = 12;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 12;- Returns:
- The bytes for name.
-
getCompletionCase
Protocol.CompletePromiseCommandMessage.CompletionCase getCompletionCase()
-