DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.clear() |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.clearInput() |
Input data for the workflow instance.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.clearInstanceId() |
The ID to assign to the started workflow instance.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.clearOptions() |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.clearWorkflowComponent() |
Name of the workflow component.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.clearWorkflowName() |
Name of the workflow.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.clone() |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.mergeFrom(DaprProtos.StartWorkflowRequest other) |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.newBuilder() |
|
static DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.newBuilder(DaprProtos.StartWorkflowRequest prototype) |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.newBuilderForType() |
|
protected DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.putAllOptions(Map<String,String> values) |
Additional component-specific options for starting the workflow instance.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.putOptions(String key,
String value) |
Additional component-specific options for starting the workflow instance.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.removeOptions(String key) |
Additional component-specific options for starting the workflow instance.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.setInput(com.google.protobuf.ByteString value) |
Input data for the workflow instance.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.setInstanceId(String value) |
The ID to assign to the started workflow instance.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.setInstanceIdBytes(com.google.protobuf.ByteString value) |
The ID to assign to the started workflow instance.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.setWorkflowComponent(String value) |
Name of the workflow component.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.setWorkflowComponentBytes(com.google.protobuf.ByteString value) |
Name of the workflow component.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.setWorkflowName(String value) |
Name of the workflow.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.Builder.setWorkflowNameBytes(com.google.protobuf.ByteString value) |
Name of the workflow.
|
DaprProtos.StartWorkflowRequest.Builder |
DaprProtos.StartWorkflowRequest.toBuilder() |
|