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;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-