Interface Protocol.GetEagerStateCommandMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.GetEagerStateCommandMessage
,Protocol.GetEagerStateCommandMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.GetEagerStateCommandMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
getKey()
bytes key = 1;
getName()
Entry namecom.google.protobuf.ByteString
Entry namegetValue()
.dev.restate.service.protocol.Value value = 14;
.dev.restate.service.protocol.Value value = 14;
getVoid()
.dev.restate.service.protocol.Void void = 13;
.dev.restate.service.protocol.Void void = 13;
boolean
hasValue()
.dev.restate.service.protocol.Value value = 14;
boolean
hasVoid()
.dev.restate.service.protocol.Void void = 13;
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
-
getKey
com.google.protobuf.ByteString getKey()bytes key = 1;
- Returns:
- The key.
-
hasVoid
boolean hasVoid().dev.restate.service.protocol.Void void = 13;
- Returns:
- Whether the void field is set.
-
getVoid
Protocol.Void getVoid().dev.restate.service.protocol.Void void = 13;
- Returns:
- The void.
-
getVoidOrBuilder
Protocol.VoidOrBuilder getVoidOrBuilder().dev.restate.service.protocol.Void void = 13;
-
hasValue
boolean hasValue().dev.restate.service.protocol.Value value = 14;
- Returns:
- Whether the value field is set.
-
getValue
Protocol.Value getValue().dev.restate.service.protocol.Value value = 14;
- Returns:
- The value.
-
getValueOrBuilder
Protocol.ValueOrBuilder getValueOrBuilder().dev.restate.service.protocol.Value value = 14;
-
getName
String getName()Entry name
string name = 12;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Entry name
string name = 12;
- Returns:
- The bytes for name.
-
getResultCase
Protocol.GetEagerStateCommandMessage.ResultCase getResultCase()
-