Uses of Class
io.dapr.v1.DaprProtos.UnregisterActorTimerRequest
-
Uses of DaprProtos.UnregisterActorTimerRequest in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.UnregisterActorTimerRequest.Builder.build()
DaprProtos.UnregisterActorTimerRequest.Builder.buildPartial()
DaprProtos.UnregisterActorTimerRequest.getDefaultInstance()
DaprProtos.UnregisterActorTimerRequest.Builder.getDefaultInstanceForType()
DaprProtos.UnregisterActorTimerRequest.getDefaultInstanceForType()
DaprProtos.UnregisterActorTimerRequest.parseDelimitedFrom
(InputStream input) DaprProtos.UnregisterActorTimerRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.UnregisterActorTimerRequest.parseFrom
(byte[] data) DaprProtos.UnregisterActorTimerRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.UnregisterActorTimerRequest.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.UnregisterActorTimerRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.UnregisterActorTimerRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.UnregisterActorTimerRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.UnregisterActorTimerRequest.parseFrom
(InputStream input) DaprProtos.UnregisterActorTimerRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.UnregisterActorTimerRequest.parseFrom
(ByteBuffer data) DaprProtos.UnregisterActorTimerRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.UnregisterActorTimerRequest>
DaprProtos.UnregisterActorTimerRequest.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.UnregisterActorTimerRequest,
com.google.protobuf.Empty> DaprGrpc.getUnregisterActorTimerMethod()
static com.google.protobuf.Parser<DaprProtos.UnregisterActorTimerRequest>
DaprProtos.UnregisterActorTimerRequest.parser()
Modifier and TypeMethodDescriptionDaprProtos.UnregisterActorTimerRequest.Builder.mergeFrom
(DaprProtos.UnregisterActorTimerRequest other) DaprProtos.UnregisterActorTimerRequest.newBuilder
(DaprProtos.UnregisterActorTimerRequest prototype) default void
DaprGrpc.AsyncService.unregisterActorTimer
(DaprProtos.UnregisterActorTimerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Unregister an actor timer.com.google.protobuf.Empty
DaprGrpc.DaprBlockingStub.unregisterActorTimer
(DaprProtos.UnregisterActorTimerRequest request) Unregister an actor timer.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
DaprGrpc.DaprFutureStub.unregisterActorTimer
(DaprProtos.UnregisterActorTimerRequest request) Unregister an actor timer.void
DaprGrpc.DaprStub.unregisterActorTimer
(DaprProtos.UnregisterActorTimerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Unregister an actor timer.