Interface Protocol.GetCallInvocationIdEntryMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.GetCallInvocationIdEntryMessage
,Protocol.GetCallInvocationIdEntryMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.GetCallInvocationIdEntryMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
Index of the call/one way call journal entry in this journal..dev.restate.service.protocol.Failure failure = 15;
.dev.restate.service.protocol.Failure failure = 15;
getName()
string name = 12;
com.google.protobuf.ByteString
string name = 12;
getValue()
string value = 14;
com.google.protobuf.ByteString
string value = 14;
boolean
.dev.restate.service.protocol.Failure failure = 15;
boolean
hasValue()
string value = 14;
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
-
getCallEntryIndex
int getCallEntryIndex()Index of the call/one way call journal entry in this journal.
uint32 call_entry_index = 1;
- Returns:
- The callEntryIndex.
-
hasValue
boolean hasValue()string value = 14;
- Returns:
- Whether the value field is set.
-
getValue
String getValue()string value = 14;
- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()string value = 14;
- Returns:
- The bytes for value.
-
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
String getName()string name = 12;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 12;
- Returns:
- The bytes for name.
-
getResultCase
Protocol.GetCallInvocationIdEntryMessage.ResultCase getResultCase()
-