Interface Protocol.SleepEntryMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.SleepEntryMessage,Protocol.SleepEntryMessage.Builder
- Enclosing class:
- Protocol
public static interface Protocol.SleepEntryMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Protocol.EmptygetEmpty().dev.restate.service.protocol.Empty empty = 13;Protocol.EmptyOrBuildergetEmptyOrBuilder().dev.restate.service.protocol.Empty empty = 13;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.SleepEntryMessage.ResultCasegetResultCase()longgetWakeUpTime()Wake up time.booleanhasEmpty().dev.restate.service.protocol.Empty empty = 13;booleanhasFailure().dev.restate.service.protocol.Failure failure = 15;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWakeUpTime
long getWakeUpTime()
Wake up time. The time is set as duration since UNIX Epoch.
uint64 wake_up_time = 1;- Returns:
- The wakeUpTime.
-
hasEmpty
boolean hasEmpty()
.dev.restate.service.protocol.Empty empty = 13;- Returns:
- Whether the empty field is set.
-
getEmpty
Protocol.Empty getEmpty()
.dev.restate.service.protocol.Empty empty = 13;- Returns:
- The empty.
-
getEmptyOrBuilder
Protocol.EmptyOrBuilder getEmptyOrBuilder()
.dev.restate.service.protocol.Empty empty = 13;
-
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.SleepEntryMessage.ResultCase getResultCase()
-
-