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