Package io.dapr.v1
Interface DaprProtos.TerminateWorkflowRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.TerminateWorkflowRequest,DaprProtos.TerminateWorkflowRequest.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.TerminateWorkflowRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInstanceId()string instance_id = 1;com.google.protobuf.ByteStringgetInstanceIdBytes()string instance_id = 1;StringgetWorkflowComponent()string workflow_component = 2;com.google.protobuf.ByteStringgetWorkflowComponentBytes()string workflow_component = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstanceId
String getInstanceId()
string instance_id = 1;- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()
string instance_id = 1;- Returns:
- The bytes for instanceId.
-
getWorkflowComponent
String getWorkflowComponent()
string workflow_component = 2;- Returns:
- The workflowComponent.
-
getWorkflowComponentBytes
com.google.protobuf.ByteString getWorkflowComponentBytes()
string workflow_component = 2;- Returns:
- The bytes for workflowComponent.
-
-