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