Interface Protocol.CallEntryMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.CallEntryMessage
,Protocol.CallEntryMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.CallEntryMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dev.restate.service.protocol.Failure failure = 15;
.dev.restate.service.protocol.Failure failure = 15;
string handler_name = 2;
com.google.protobuf.ByteString
string handler_name = 2;
getHeaders
(int index) repeated .dev.restate.service.protocol.Header headers = 4;
int
repeated .dev.restate.service.protocol.Header headers = 4;
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersOrBuilder
(int index) repeated .dev.restate.service.protocol.Header headers = 4;
List
<? extends Protocol.HeaderOrBuilder> repeated .dev.restate.service.protocol.Header headers = 4;
getKey()
If this invocation has a key associated (e.g.com.google.protobuf.ByteString
If this invocation has a key associated (e.g.getName()
Entry namecom.google.protobuf.ByteString
Entry namecom.google.protobuf.ByteString
bytes parameter = 3;
string service_name = 1;
com.google.protobuf.ByteString
string service_name = 1;
com.google.protobuf.ByteString
getValue()
bytes value = 14;
boolean
.dev.restate.service.protocol.Failure failure = 15;
boolean
hasValue()
bytes 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
-
getServiceName
String getServiceName()string service_name = 1;
- Returns:
- The serviceName.
-
getServiceNameBytes
com.google.protobuf.ByteString getServiceNameBytes()string service_name = 1;
- Returns:
- The bytes for serviceName.
-
getHandlerName
String getHandlerName()string handler_name = 2;
- Returns:
- The handlerName.
-
getHandlerNameBytes
com.google.protobuf.ByteString getHandlerNameBytes()string handler_name = 2;
- Returns:
- The bytes for handlerName.
-
getParameter
com.google.protobuf.ByteString getParameter()bytes parameter = 3;
- Returns:
- The parameter.
-
getHeadersList
List<Protocol.Header> getHeadersList()repeated .dev.restate.service.protocol.Header headers = 4;
-
getHeaders
repeated .dev.restate.service.protocol.Header headers = 4;
-
getHeadersCount
int getHeadersCount()repeated .dev.restate.service.protocol.Header headers = 4;
-
getHeadersOrBuilderList
List<? extends Protocol.HeaderOrBuilder> getHeadersOrBuilderList()repeated .dev.restate.service.protocol.Header headers = 4;
-
getHeadersOrBuilder
repeated .dev.restate.service.protocol.Header headers = 4;
-
getKey
String getKey()If this invocation has a key associated (e.g. for objects and workflows), then this key is filled in. Empty otherwise.
string key = 5;
- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()If this invocation has a key associated (e.g. for objects and workflows), then this key is filled in. Empty otherwise.
string key = 5;
- Returns:
- The bytes for key.
-
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;
-
getName
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.CallEntryMessage.ResultCase getResultCase()
-