Uses of Class
io.dapr.v1.DaprProtos.GetWorkflowResponse
Packages that use DaprProtos.GetWorkflowResponse
-
Uses of DaprProtos.GetWorkflowResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetWorkflowResponseModifier and TypeMethodDescriptionDaprProtos.GetWorkflowResponse.Builder.build()
DaprProtos.GetWorkflowResponse.Builder.buildPartial()
DaprProtos.GetWorkflowResponse.getDefaultInstance()
DaprProtos.GetWorkflowResponse.Builder.getDefaultInstanceForType()
DaprProtos.GetWorkflowResponse.getDefaultInstanceForType()
DaprGrpc.DaprBlockingStub.getWorkflowAlpha1
(DaprProtos.GetWorkflowRequest request) Gets details about a started workflow instanceDaprGrpc.DaprBlockingStub.getWorkflowBeta1
(DaprProtos.GetWorkflowRequest request) Gets details about a started workflow instanceDaprProtos.GetWorkflowResponse.parseDelimitedFrom
(InputStream input) DaprProtos.GetWorkflowResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetWorkflowResponse.parseFrom
(byte[] data) DaprProtos.GetWorkflowResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetWorkflowResponse.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.GetWorkflowResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetWorkflowResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.GetWorkflowResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetWorkflowResponse.parseFrom
(InputStream input) DaprProtos.GetWorkflowResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetWorkflowResponse.parseFrom
(ByteBuffer data) DaprProtos.GetWorkflowResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.GetWorkflowResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DaprProtos.GetWorkflowRequest,
DaprProtos.GetWorkflowResponse> DaprGrpc.getGetWorkflowAlpha1Method()
static io.grpc.MethodDescriptor<DaprProtos.GetWorkflowRequest,
DaprProtos.GetWorkflowResponse> DaprGrpc.getGetWorkflowBeta1Method()
com.google.protobuf.Parser<DaprProtos.GetWorkflowResponse>
DaprProtos.GetWorkflowResponse.getParserForType()
com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetWorkflowResponse>
DaprGrpc.DaprFutureStub.getWorkflowAlpha1
(DaprProtos.GetWorkflowRequest request) Gets details about a started workflow instancecom.google.common.util.concurrent.ListenableFuture<DaprProtos.GetWorkflowResponse>
DaprGrpc.DaprFutureStub.getWorkflowBeta1
(DaprProtos.GetWorkflowRequest request) Gets details about a started workflow instancestatic com.google.protobuf.Parser<DaprProtos.GetWorkflowResponse>
DaprProtos.GetWorkflowResponse.parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.GetWorkflowResponseModifier and TypeMethodDescriptionDaprProtos.GetWorkflowResponse.Builder.mergeFrom
(DaprProtos.GetWorkflowResponse other) DaprProtos.GetWorkflowResponse.newBuilder
(DaprProtos.GetWorkflowResponse prototype) Method parameters in io.dapr.v1 with type arguments of type DaprProtos.GetWorkflowResponseModifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.getWorkflowAlpha1
(DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetWorkflowResponse> responseObserver) Gets details about a started workflow instancevoid
DaprGrpc.DaprStub.getWorkflowAlpha1
(DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetWorkflowResponse> responseObserver) Gets details about a started workflow instancedefault void
DaprGrpc.AsyncService.getWorkflowBeta1
(DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetWorkflowResponse> responseObserver) Gets details about a started workflow instancevoid
DaprGrpc.DaprStub.getWorkflowBeta1
(DaprProtos.GetWorkflowRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetWorkflowResponse> responseObserver) Gets details about a started workflow instance