Package io.dapr.v1
Interface DaprProtos.ResumeWorkflowRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.ResumeWorkflowRequest,DaprProtos.ResumeWorkflowRequest.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.ResumeWorkflowRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionID of the workflow instance to resume.com.google.protobuf.ByteStringID of the workflow instance to resume.Name of the workflow component.com.google.protobuf.ByteStringName of the workflow component.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getInstanceId
String getInstanceId()ID of the workflow instance to resume.
string instance_id = 1 [json_name = "instanceID"];- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()ID of the workflow instance to resume.
string instance_id = 1 [json_name = "instanceID"];- Returns:
- The bytes for instanceId.
-
getWorkflowComponent
String getWorkflowComponent()Name of the workflow component.
string workflow_component = 2 [json_name = "workflowComponent"];- Returns:
- The workflowComponent.
-
getWorkflowComponentBytes
com.google.protobuf.ByteString getWorkflowComponentBytes()Name of the workflow component.
string workflow_component = 2 [json_name = "workflowComponent"];- Returns:
- The bytes for workflowComponent.
-