Uses of Class
io.dapr.v1.DaprProtos.InvokeServiceRequest
-
Uses of DaprProtos.InvokeServiceRequest in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.InvokeServiceRequest.Builder.build()
DaprProtos.InvokeServiceRequest.Builder.buildPartial()
DaprProtos.InvokeServiceRequest.getDefaultInstance()
DaprProtos.InvokeServiceRequest.Builder.getDefaultInstanceForType()
DaprProtos.InvokeServiceRequest.getDefaultInstanceForType()
DaprProtos.InvokeServiceRequest.parseDelimitedFrom
(InputStream input) DaprProtos.InvokeServiceRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeServiceRequest.parseFrom
(byte[] data) DaprProtos.InvokeServiceRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeServiceRequest.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.InvokeServiceRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeServiceRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.InvokeServiceRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeServiceRequest.parseFrom
(InputStream input) DaprProtos.InvokeServiceRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.InvokeServiceRequest.parseFrom
(ByteBuffer data) DaprProtos.InvokeServiceRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DaprProtos.InvokeServiceRequest,
CommonProtos.InvokeResponse> DaprGrpc.getInvokeServiceMethod()
com.google.protobuf.Parser<DaprProtos.InvokeServiceRequest>
DaprProtos.InvokeServiceRequest.getParserForType()
static com.google.protobuf.Parser<DaprProtos.InvokeServiceRequest>
DaprProtos.InvokeServiceRequest.parser()
Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.invokeService
(DaprProtos.InvokeServiceRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver) Invokes a method on a remote Dapr app.DaprGrpc.DaprBlockingStub.invokeService
(DaprProtos.InvokeServiceRequest request) Invokes a method on a remote Dapr app.com.google.common.util.concurrent.ListenableFuture<CommonProtos.InvokeResponse>
DaprGrpc.DaprFutureStub.invokeService
(DaprProtos.InvokeServiceRequest request) Invokes a method on a remote Dapr app.void
DaprGrpc.DaprStub.invokeService
(DaprProtos.InvokeServiceRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver) Invokes a method on a remote Dapr app.DaprProtos.InvokeServiceRequest.Builder.mergeFrom
(DaprProtos.InvokeServiceRequest other) DaprProtos.InvokeServiceRequest.newBuilder
(DaprProtos.InvokeServiceRequest prototype)