Uses of Class
io.dapr.v1.DaprProtos.PauseWorkflowRequest
Packages that use DaprProtos.PauseWorkflowRequest
-
Uses of DaprProtos.PauseWorkflowRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.PauseWorkflowRequestModifier and TypeMethodDescriptionDaprProtos.PauseWorkflowRequest.Builder.build()
DaprProtos.PauseWorkflowRequest.Builder.buildPartial()
DaprProtos.PauseWorkflowRequest.getDefaultInstance()
DaprProtos.PauseWorkflowRequest.Builder.getDefaultInstanceForType()
DaprProtos.PauseWorkflowRequest.getDefaultInstanceForType()
DaprProtos.PauseWorkflowRequest.parseDelimitedFrom
(InputStream input) DaprProtos.PauseWorkflowRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.PauseWorkflowRequest.parseFrom
(byte[] data) DaprProtos.PauseWorkflowRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.PauseWorkflowRequest.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.PauseWorkflowRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.PauseWorkflowRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.PauseWorkflowRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.PauseWorkflowRequest.parseFrom
(InputStream input) DaprProtos.PauseWorkflowRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.PauseWorkflowRequest.parseFrom
(ByteBuffer data) DaprProtos.PauseWorkflowRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.PauseWorkflowRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.PauseWorkflowRequest>
DaprProtos.PauseWorkflowRequest.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.PauseWorkflowRequest,
com.google.protobuf.Empty> DaprGrpc.getPauseWorkflowAlpha1Method()
static io.grpc.MethodDescriptor<DaprProtos.PauseWorkflowRequest,
com.google.protobuf.Empty> DaprGrpc.getPauseWorkflowBeta1Method()
static com.google.protobuf.Parser<DaprProtos.PauseWorkflowRequest>
DaprProtos.PauseWorkflowRequest.parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.PauseWorkflowRequestModifier and TypeMethodDescriptionDaprProtos.PauseWorkflowRequest.Builder.mergeFrom
(DaprProtos.PauseWorkflowRequest other) DaprProtos.PauseWorkflowRequest.newBuilder
(DaprProtos.PauseWorkflowRequest prototype) default void
DaprGrpc.AsyncService.pauseWorkflowAlpha1
(DaprProtos.PauseWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Pauses a running workflow instancecom.google.protobuf.Empty
DaprGrpc.DaprBlockingStub.pauseWorkflowAlpha1
(DaprProtos.PauseWorkflowRequest request) Pauses a running workflow instancecom.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
DaprGrpc.DaprFutureStub.pauseWorkflowAlpha1
(DaprProtos.PauseWorkflowRequest request) Pauses a running workflow instancevoid
DaprGrpc.DaprStub.pauseWorkflowAlpha1
(DaprProtos.PauseWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Pauses a running workflow instancedefault void
DaprGrpc.AsyncService.pauseWorkflowBeta1
(DaprProtos.PauseWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Pauses a running workflow instancecom.google.protobuf.Empty
DaprGrpc.DaprBlockingStub.pauseWorkflowBeta1
(DaprProtos.PauseWorkflowRequest request) Pauses a running workflow instancecom.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
DaprGrpc.DaprFutureStub.pauseWorkflowBeta1
(DaprProtos.PauseWorkflowRequest request) Pauses a running workflow instancevoid
DaprGrpc.DaprStub.pauseWorkflowBeta1
(DaprProtos.PauseWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Pauses a running workflow instance