Interface Protocol.CompleteAwakeableCommandMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.CompleteAwakeableCommandMessage
,Protocol.CompleteAwakeableCommandMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.CompleteAwakeableCommandMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring awakeable_id = 1;
com.google.protobuf.ByteString
string awakeable_id = 1;
.dev.restate.service.protocol.Failure failure = 3;
.dev.restate.service.protocol.Failure failure = 3;
getName()
Cannot use the field 'name' here because used abovecom.google.protobuf.ByteString
Cannot use the field 'name' here because used abovegetValue()
.dev.restate.service.protocol.Value value = 2;
.dev.restate.service.protocol.Value value = 2;
boolean
.dev.restate.service.protocol.Failure failure = 3;
boolean
hasValue()
.dev.restate.service.protocol.Value value = 2;
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
-
getAwakeableId
String getAwakeableId()string awakeable_id = 1;
- Returns:
- The awakeableId.
-
getAwakeableIdBytes
com.google.protobuf.ByteString getAwakeableIdBytes()string awakeable_id = 1;
- Returns:
- The bytes for awakeableId.
-
hasValue
boolean hasValue().dev.restate.service.protocol.Value value = 2;
- Returns:
- Whether the value field is set.
-
getValue
Protocol.Value getValue().dev.restate.service.protocol.Value value = 2;
- Returns:
- The value.
-
getValueOrBuilder
Protocol.ValueOrBuilder getValueOrBuilder().dev.restate.service.protocol.Value value = 2;
-
hasFailure
boolean hasFailure().dev.restate.service.protocol.Failure failure = 3;
- Returns:
- Whether the failure field is set.
-
getFailure
Protocol.Failure getFailure().dev.restate.service.protocol.Failure failure = 3;
- Returns:
- The failure.
-
getFailureOrBuilder
Protocol.FailureOrBuilder getFailureOrBuilder().dev.restate.service.protocol.Failure failure = 3;
-
getName
String getName()Cannot use the field 'name' here because used above
string name = 12;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Cannot use the field 'name' here because used above
string name = 12;
- Returns:
- The bytes for name.
-
getResultCase
Protocol.CompleteAwakeableCommandMessage.ResultCase getResultCase()
-