Interface Protocol.CallCompletionNotificationMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.CallCompletionNotificationMessage,Protocol.CallCompletionNotificationMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.CallCompletionNotificationMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 completion_id = 1;.dev.restate.service.protocol.Failure failure = 6;.dev.restate.service.protocol.Failure failure = 6;getValue().dev.restate.service.protocol.Value value = 5;.dev.restate.service.protocol.Value value = 5;boolean.dev.restate.service.protocol.Failure failure = 6;booleanhasValue().dev.restate.service.protocol.Value value = 5;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
-
getCompletionId
int getCompletionId()uint32 completion_id = 1;- Returns:
- The completionId.
-
hasValue
boolean hasValue().dev.restate.service.protocol.Value value = 5;- Returns:
- Whether the value field is set.
-
getValue
Protocol.Value getValue().dev.restate.service.protocol.Value value = 5;- Returns:
- The value.
-
getValueOrBuilder
Protocol.ValueOrBuilder getValueOrBuilder().dev.restate.service.protocol.Value value = 5; -
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.CallCompletionNotificationMessage.ResultCase getResultCase()
-