Uses of Class
io.dapr.v1.CommonProtos.InvokeRequest
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of CommonProtos.InvokeRequest in io.dapr.v1
Methods in io.dapr.v1 that return CommonProtos.InvokeRequest Modifier and Type Method Description CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.Builder. build()
CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.Builder. buildPartial()
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. getDefaultInstance()
CommonProtos.InvokeRequest
CommonProtos.InvokeRequest.Builder. getDefaultInstanceForType()
CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. getDefaultInstanceForType()
CommonProtos.InvokeRequest
DaprProtos.InvokeServiceRequest.Builder. getMessage()
Required.CommonProtos.InvokeRequest
DaprProtos.InvokeServiceRequest. getMessage()
Required.CommonProtos.InvokeRequest
DaprProtos.InvokeServiceRequestOrBuilder. getMessage()
Required.static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. parseDelimitedFrom(java.io.InputStream input)
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. parseFrom(byte[] data)
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. parseFrom(com.google.protobuf.ByteString data)
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. parseFrom(java.io.InputStream input)
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. parseFrom(java.nio.ByteBuffer data)
static CommonProtos.InvokeRequest
CommonProtos.InvokeRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type CommonProtos.InvokeRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CommonProtos.InvokeRequest,CommonProtos.InvokeResponse>
AppCallbackGrpc. getOnInvokeMethod()
com.google.protobuf.Parser<CommonProtos.InvokeRequest>
CommonProtos.InvokeRequest. getParserForType()
static com.google.protobuf.Parser<CommonProtos.InvokeRequest>
CommonProtos.InvokeRequest. parser()
Methods in io.dapr.v1 with parameters of type CommonProtos.InvokeRequest Modifier and Type Method Description CommonProtos.InvokeRequest.Builder
CommonProtos.InvokeRequest.Builder. mergeFrom(CommonProtos.InvokeRequest other)
DaprProtos.InvokeServiceRequest.Builder
DaprProtos.InvokeServiceRequest.Builder. mergeMessage(CommonProtos.InvokeRequest value)
Required.static CommonProtos.InvokeRequest.Builder
CommonProtos.InvokeRequest. newBuilder(CommonProtos.InvokeRequest prototype)
CommonProtos.InvokeResponse
AppCallbackGrpc.AppCallbackBlockingStub. onInvoke(CommonProtos.InvokeRequest request)
Invokes service method with InvokeRequest.com.google.common.util.concurrent.ListenableFuture<CommonProtos.InvokeResponse>
AppCallbackGrpc.AppCallbackFutureStub. onInvoke(CommonProtos.InvokeRequest request)
Invokes service method with InvokeRequest.void
AppCallbackGrpc.AppCallbackImplBase. onInvoke(CommonProtos.InvokeRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver)
Invokes service method with InvokeRequest.void
AppCallbackGrpc.AppCallbackStub. onInvoke(CommonProtos.InvokeRequest request, io.grpc.stub.StreamObserver<CommonProtos.InvokeResponse> responseObserver)
Invokes service method with InvokeRequest.DaprProtos.InvokeServiceRequest.Builder
DaprProtos.InvokeServiceRequest.Builder. setMessage(CommonProtos.InvokeRequest value)
Required.