Interface Protocol.InvokeEntryMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.InvokeEntryMessage,Protocol.InvokeEntryMessage.Builder
- Enclosing class:
- Protocol
public static interface Protocol.InvokeEntryMessageOrBuilder 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.StringgetMethodName()string method_name = 2;com.google.protobuf.ByteStringgetMethodNameBytes()string method_name = 2;com.google.protobuf.ByteStringgetParameter()bytes parameter = 3;Protocol.InvokeEntryMessage.ResultCasegetResultCase()java.lang.StringgetServiceName()string service_name = 1;com.google.protobuf.ByteStringgetServiceNameBytes()string service_name = 1;com.google.protobuf.ByteStringgetValue()bytes value = 14;booleanhasFailure().dev.restate.service.protocol.Failure failure = 15;booleanhasValue()bytes value = 14;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServiceName
java.lang.String getServiceName()
string service_name = 1;- Returns:
- The serviceName.
-
getServiceNameBytes
com.google.protobuf.ByteString getServiceNameBytes()
string service_name = 1;- Returns:
- The bytes for serviceName.
-
getMethodName
java.lang.String getMethodName()
string method_name = 2;- Returns:
- The methodName.
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()
string method_name = 2;- Returns:
- The bytes for methodName.
-
getParameter
com.google.protobuf.ByteString getParameter()
bytes parameter = 3;- Returns:
- The parameter.
-
hasValue
boolean hasValue()
bytes value = 14;- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.ByteString getValue()
bytes value = 14;- Returns:
- The 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;
-
getResultCase
Protocol.InvokeEntryMessage.ResultCase getResultCase()
-
-