Package io.dapr.v1
Interface DaprProtos.StartWorkflowRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.StartWorkflowRequest
,DaprProtos.StartWorkflowRequest.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.StartWorkflowRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsOptions(String key)
map<string, string> options = 4;
com.google.protobuf.ByteString
getInput()
bytes input = 5;
String
getInstanceId()
string instance_id = 1;
com.google.protobuf.ByteString
getInstanceIdBytes()
string instance_id = 1;
Map<String,String>
getOptions()
Deprecated.int
getOptionsCount()
map<string, string> options = 4;
Map<String,String>
getOptionsMap()
map<string, string> options = 4;
String
getOptionsOrDefault(String key, String defaultValue)
map<string, string> options = 4;
String
getOptionsOrThrow(String key)
map<string, string> options = 4;
String
getWorkflowComponent()
string workflow_component = 2;
com.google.protobuf.ByteString
getWorkflowComponentBytes()
string workflow_component = 2;
String
getWorkflowName()
string workflow_name = 3;
com.google.protobuf.ByteString
getWorkflowNameBytes()
string workflow_name = 3;
-
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.
-
getWorkflowName
String getWorkflowName()
string workflow_name = 3;
- Returns:
- The workflowName.
-
getWorkflowNameBytes
com.google.protobuf.ByteString getWorkflowNameBytes()
string workflow_name = 3;
- Returns:
- The bytes for workflowName.
-
getOptionsCount
int getOptionsCount()
map<string, string> options = 4;
-
containsOptions
boolean containsOptions(String key)
map<string, string> options = 4;
-
getOptions
@Deprecated Map<String,String> getOptions()
Deprecated.UsegetOptionsMap()
instead.
-
getOptionsOrDefault
String getOptionsOrDefault(String key, String defaultValue)
map<string, string> options = 4;
-
getInput
com.google.protobuf.ByteString getInput()
bytes input = 5;
- Returns:
- The input.
-
-