Interface Protocol.GetEagerStateKeysCommandMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.GetEagerStateKeysCommandMessage
,Protocol.GetEagerStateKeysCommandMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.GetEagerStateKeysCommandMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasValue
boolean hasValue().dev.restate.service.protocol.StateKeys value = 14;
- Returns:
- Whether the value field is set.
-
getValue
Protocol.StateKeys getValue().dev.restate.service.protocol.StateKeys value = 14;
- Returns:
- The value.
-
getValueOrBuilder
Protocol.StateKeysOrBuilder getValueOrBuilder().dev.restate.service.protocol.StateKeys 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.
-