Uses of Class
io.dapr.v1.DaprProtos.GetWorkflowRequest
-
Packages that use DaprProtos.GetWorkflowRequest Package Description io.dapr.v1 -
-
Uses of DaprProtos.GetWorkflowRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetWorkflowRequest Modifier and Type Method Description DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest.Builder. build()
DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest.Builder. buildPartial()
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. getDefaultInstance()
DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest.Builder. getDefaultInstanceForType()
DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. getDefaultInstanceForType()
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. parseDelimitedFrom(InputStream input)
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. parseFrom(byte[] data)
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. parseFrom(InputStream input)
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. parseFrom(ByteBuffer data)
static DaprProtos.GetWorkflowRequest
DaprProtos.GetWorkflowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.GetWorkflowRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DaprProtos.GetWorkflowRequest,DaprProtos.GetWorkflowResponse>
DaprGrpc. getGetWorkflowAlpha1Method()
static io.grpc.MethodDescriptor<DaprProtos.GetWorkflowRequest,DaprProtos.GetWorkflowResponse>
DaprGrpc. getGetWorkflowBeta1Method()
com.google.protobuf.Parser<DaprProtos.GetWorkflowRequest>
DaprProtos.GetWorkflowRequest. getParserForType()
static com.google.protobuf.Parser<DaprProtos.GetWorkflowRequest>
DaprProtos.GetWorkflowRequest. parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.GetWorkflowRequest Modifier and Type Method Description DaprProtos.GetWorkflowResponse
DaprGrpc.DaprBlockingStub. getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request)
Gets details about a started workflow instancecom.google.common.util.concurrent.ListenableFuture<DaprProtos.GetWorkflowResponse>
DaprGrpc.DaprFutureStub. getWorkflowAlpha1(DaprProtos.GetWorkflowRequest request)
Gets details about a started workflow instancevoid
DaprGrpc.DaprImplBase. 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 instanceDaprProtos.GetWorkflowResponse
DaprGrpc.DaprBlockingStub. getWorkflowBeta1(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 instancevoid
DaprGrpc.DaprImplBase. 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 instanceDaprProtos.GetWorkflowRequest.Builder
DaprProtos.GetWorkflowRequest.Builder. mergeFrom(DaprProtos.GetWorkflowRequest other)
static DaprProtos.GetWorkflowRequest.Builder
DaprProtos.GetWorkflowRequest. newBuilder(DaprProtos.GetWorkflowRequest prototype)
-