Interface Protocol.GetLazyStateKeysCompletionNotificationMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.GetLazyStateKeysCompletionNotificationMessage
,Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.GetLazyStateKeysCompletionNotificationMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
uint32 completion_id = 1;
.dev.restate.service.protocol.StateKeys state_keys = 17;
.dev.restate.service.protocol.StateKeys state_keys = 17;
boolean
.dev.restate.service.protocol.StateKeys state_keys = 17;
Methods 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.
-
hasStateKeys
boolean hasStateKeys().dev.restate.service.protocol.StateKeys state_keys = 17;
- Returns:
- Whether the stateKeys field is set.
-
getStateKeys
Protocol.StateKeys getStateKeys().dev.restate.service.protocol.StateKeys state_keys = 17;
- Returns:
- The stateKeys.
-
getStateKeysOrBuilder
Protocol.StateKeysOrBuilder getStateKeysOrBuilder().dev.restate.service.protocol.StateKeys state_keys = 17;
-