Interface Protocol.GetLazyStateCompletionNotificationMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.GetLazyStateCompletionNotificationMessage,Protocol.GetLazyStateCompletionNotificationMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.GetLazyStateCompletionNotificationMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 completion_id = 1;getValue().dev.restate.service.protocol.Value value = 5;.dev.restate.service.protocol.Value value = 5;getVoid().dev.restate.service.protocol.Void void = 4;.dev.restate.service.protocol.Void void = 4;booleanhasValue().dev.restate.service.protocol.Value value = 5;booleanhasVoid().dev.restate.service.protocol.Void void = 4;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.
-
hasVoid
boolean hasVoid().dev.restate.service.protocol.Void void = 4;- Returns:
- Whether the void field is set.
-
getVoid
Protocol.Void getVoid().dev.restate.service.protocol.Void void = 4;- Returns:
- The void.
-
getVoidOrBuilder
Protocol.VoidOrBuilder getVoidOrBuilder().dev.restate.service.protocol.Void void = 4; -
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; -
getResultCase
Protocol.GetLazyStateCompletionNotificationMessage.ResultCase getResultCase()
-