Interface Protocol.GetStateKeysEntryMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.GetStateKeysEntryMessage,Protocol.GetStateKeysEntryMessage.Builder
- Enclosing class:
- Protocol
public static interface Protocol.GetStateKeysEntryMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Protocol.FailuregetFailure().dev.restate.service.protocol.Failure failure = 15;Protocol.FailureOrBuildergetFailureOrBuilder().dev.restate.service.protocol.Failure failure = 15;java.lang.StringgetName()Entry namecom.google.protobuf.ByteStringgetNameBytes()Entry nameProtocol.GetStateKeysEntryMessage.ResultCasegetResultCase()Protocol.GetStateKeysEntryMessage.StateKeysgetValue().dev.restate.service.protocol.GetStateKeysEntryMessage.StateKeys value = 14;Protocol.GetStateKeysEntryMessage.StateKeysOrBuildergetValueOrBuilder().dev.restate.service.protocol.GetStateKeysEntryMessage.StateKeys value = 14;booleanhasFailure().dev.restate.service.protocol.Failure failure = 15;booleanhasValue().dev.restate.service.protocol.GetStateKeysEntryMessage.StateKeys value = 14;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasValue
boolean hasValue()
.dev.restate.service.protocol.GetStateKeysEntryMessage.StateKeys value = 14;- Returns:
- Whether the value field is set.
-
getValue
Protocol.GetStateKeysEntryMessage.StateKeys getValue()
.dev.restate.service.protocol.GetStateKeysEntryMessage.StateKeys value = 14;- Returns:
- The value.
-
getValueOrBuilder
Protocol.GetStateKeysEntryMessage.StateKeysOrBuilder getValueOrBuilder()
.dev.restate.service.protocol.GetStateKeysEntryMessage.StateKeys value = 14;
-
hasFailure
boolean hasFailure()
.dev.restate.service.protocol.Failure failure = 15;- Returns:
- Whether the failure field is set.
-
getFailure
Protocol.Failure getFailure()
.dev.restate.service.protocol.Failure failure = 15;- Returns:
- The failure.
-
getFailureOrBuilder
Protocol.FailureOrBuilder getFailureOrBuilder()
.dev.restate.service.protocol.Failure failure = 15;
-
getName
java.lang.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.GetStateKeysEntryMessage.ResultCase getResultCase()
-
-