Package dev.restate.generated
Interface RejectAwakeableRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RejectAwakeableRequest,RejectAwakeableRequest.Builder
public interface RejectAwakeableRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Base64 encoded identifier of the Awakeable to reject.com.google.protobuf.ByteStringgetIdBytes()Base64 encoded identifier of the Awakeable to reject.java.lang.StringgetReason()Rejection reason.com.google.protobuf.ByteStringgetReasonBytes()Rejection reason.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
java.lang.String getId()
Base64 encoded identifier of the Awakeable to reject.
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Base64 encoded identifier of the Awakeable to reject.
string id = 1;- Returns:
- The bytes for id.
-
getReason
java.lang.String getReason()
Rejection reason.
string reason = 2;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()
Rejection reason.
string reason = 2;- Returns:
- The bytes for reason.
-
-