Interface Protocol.AttachInvocationCommandMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.AttachInvocationCommandMessage
,Protocol.AttachInvocationCommandMessage.Builder
- Enclosing class:
Protocol
public static interface Protocol.AttachInvocationCommandMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionTarget idempotent requestTarget idempotent requestTarget invocation idcom.google.protobuf.ByteString
Target invocation idgetName()
string name = 12;
com.google.protobuf.ByteString
string name = 12;
int
uint32 result_completion_id = 11;
Target workflow targetTarget workflow targetboolean
Target idempotent requestboolean
Target invocation idboolean
Target workflow targetMethods 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
-
hasInvocationId
boolean hasInvocationId()Target invocation id
string invocation_id = 1;
- Returns:
- Whether the invocationId field is set.
-
getInvocationId
String getInvocationId()Target invocation id
string invocation_id = 1;
- Returns:
- The invocationId.
-
getInvocationIdBytes
com.google.protobuf.ByteString getInvocationIdBytes()Target invocation id
string invocation_id = 1;
- Returns:
- The bytes for invocationId.
-
hasIdempotentRequestTarget
boolean hasIdempotentRequestTarget()Target idempotent request
.dev.restate.service.protocol.IdempotentRequestTarget idempotent_request_target = 3;
- Returns:
- Whether the idempotentRequestTarget field is set.
-
getIdempotentRequestTarget
Protocol.IdempotentRequestTarget getIdempotentRequestTarget()Target idempotent request
.dev.restate.service.protocol.IdempotentRequestTarget idempotent_request_target = 3;
- Returns:
- The idempotentRequestTarget.
-
getIdempotentRequestTargetOrBuilder
Protocol.IdempotentRequestTargetOrBuilder getIdempotentRequestTargetOrBuilder()Target idempotent request
.dev.restate.service.protocol.IdempotentRequestTarget idempotent_request_target = 3;
-
hasWorkflowTarget
boolean hasWorkflowTarget()Target workflow target
.dev.restate.service.protocol.WorkflowTarget workflow_target = 4;
- Returns:
- Whether the workflowTarget field is set.
-
getWorkflowTarget
Protocol.WorkflowTarget getWorkflowTarget()Target workflow target
.dev.restate.service.protocol.WorkflowTarget workflow_target = 4;
- Returns:
- The workflowTarget.
-
getWorkflowTargetOrBuilder
Protocol.WorkflowTargetOrBuilder getWorkflowTargetOrBuilder()Target workflow target
.dev.restate.service.protocol.WorkflowTarget workflow_target = 4;
-
getResultCompletionId
int getResultCompletionId()uint32 result_completion_id = 11;
- Returns:
- The resultCompletionId.
-
getName
String getName()string name = 12;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 12;
- Returns:
- The bytes for name.
-
getTargetCase
Protocol.AttachInvocationCommandMessage.TargetCase getTargetCase()
-