Interface Protocol.SetStateCommandMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.SetStateCommandMessage
,Protocol.SetStateCommandMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.SetStateCommandMessageOrBuilder
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 = 3;
.dev.restate.service.protocol.Value value = 3;
boolean
hasValue()
.dev.restate.service.protocol.Value value = 3;
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.
-
hasValue
boolean hasValue().dev.restate.service.protocol.Value value = 3;
- Returns:
- Whether the value field is set.
-
getValue
Protocol.Value getValue().dev.restate.service.protocol.Value value = 3;
- Returns:
- The value.
-
getValueOrBuilder
Protocol.ValueOrBuilder getValueOrBuilder().dev.restate.service.protocol.Value value = 3;
-
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.
-