Interface WaitDurablePromiseCompletionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WaitDurablePromiseCompletionRequest,WaitDurablePromiseCompletionRequest.Builder
public interface WaitDurablePromiseCompletionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAwakeableId()string awakeable_id = 3;com.google.protobuf.ByteStringgetAwakeableIdBytes()string awakeable_id = 3;java.lang.StringgetDurablePromiseKey()string durable_promise_key = 2;com.google.protobuf.ByteStringgetDurablePromiseKeyBytes()string durable_promise_key = 2;java.lang.StringgetKey()string key = 1 [(.dev.restate.ext.field) = KEY];com.google.protobuf.ByteStringgetKeyBytes()string key = 1 [(.dev.restate.ext.field) = KEY];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKey
java.lang.String getKey()
string key = 1 [(.dev.restate.ext.field) = KEY];- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
string key = 1 [(.dev.restate.ext.field) = KEY];- Returns:
- The bytes for key.
-
getDurablePromiseKey
java.lang.String getDurablePromiseKey()
string durable_promise_key = 2;- Returns:
- The durablePromiseKey.
-
getDurablePromiseKeyBytes
com.google.protobuf.ByteString getDurablePromiseKeyBytes()
string durable_promise_key = 2;- Returns:
- The bytes for durablePromiseKey.
-
getAwakeableId
java.lang.String getAwakeableId()
string awakeable_id = 3;- Returns:
- The awakeableId.
-
getAwakeableIdBytes
com.google.protobuf.ByteString getAwakeableIdBytes()
string awakeable_id = 3;- Returns:
- The bytes for awakeableId.
-
-