Uses of Class
io.dapr.v1.DaprProtos.StartWorkflowRequest
-
Packages that use DaprProtos.StartWorkflowRequest Package Description io.dapr.v1 -
-
Uses of DaprProtos.StartWorkflowRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.StartWorkflowRequest Modifier and Type Method Description DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest.Builder. build()
DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest.Builder. buildPartial()
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. getDefaultInstance()
DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest.Builder. getDefaultInstanceForType()
DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. getDefaultInstanceForType()
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. parseDelimitedFrom(InputStream input)
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. parseFrom(byte[] data)
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. parseFrom(InputStream input)
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. parseFrom(ByteBuffer data)
static DaprProtos.StartWorkflowRequest
DaprProtos.StartWorkflowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.StartWorkflowRequest Modifier and Type Method Description com.google.protobuf.Parser<DaprProtos.StartWorkflowRequest>
DaprProtos.StartWorkflowRequest. getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.StartWorkflowRequest,DaprProtos.StartWorkflowResponse>
DaprGrpc. getStartWorkflowAlpha1Method()
static io.grpc.MethodDescriptor<DaprProtos.StartWorkflowRequest,DaprProtos.StartWorkflowResponse>
DaprGrpc. getStartWorkflowBeta1Method()
static com.google.protobuf.Parser<DaprProtos.StartWorkflowRequest>
DaprProtos.StartWorkflowRequest. parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.StartWorkflowRequest Modifier and Type Method Description DaprProtos.StartWorkflowRequest.Builder
DaprProtos.StartWorkflowRequest.Builder. mergeFrom(DaprProtos.StartWorkflowRequest other)
static DaprProtos.StartWorkflowRequest.Builder
DaprProtos.StartWorkflowRequest. newBuilder(DaprProtos.StartWorkflowRequest prototype)
DaprProtos.StartWorkflowResponse
DaprGrpc.DaprBlockingStub. startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request)
Starts a new instance of a workflowcom.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse>
DaprGrpc.DaprFutureStub. startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request)
Starts a new instance of a workflowvoid
DaprGrpc.DaprImplBase. startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
Starts a new instance of a workflowvoid
DaprGrpc.DaprStub. startWorkflowAlpha1(DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
Starts a new instance of a workflowDaprProtos.StartWorkflowResponse
DaprGrpc.DaprBlockingStub. startWorkflowBeta1(DaprProtos.StartWorkflowRequest request)
Starts a new instance of a workflowcom.google.common.util.concurrent.ListenableFuture<DaprProtos.StartWorkflowResponse>
DaprGrpc.DaprFutureStub. startWorkflowBeta1(DaprProtos.StartWorkflowRequest request)
Starts a new instance of a workflowvoid
DaprGrpc.DaprImplBase. startWorkflowBeta1(DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
Starts a new instance of a workflowvoid
DaprGrpc.DaprStub. startWorkflowBeta1(DaprProtos.StartWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.StartWorkflowResponse> responseObserver)
Starts a new instance of a workflow
-