Uses of Class
io.dapr.v1.DaprProtos.UnregisterActorTimerRequest
Packages that use DaprProtos.UnregisterActorTimerRequest
-
Uses of DaprProtos.UnregisterActorTimerRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.UnregisterActorTimerRequestModifier 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)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.UnregisterActorTimerRequestModifier 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()
Methods in io.dapr.v1 with parameters of type DaprProtos.UnregisterActorTimerRequestModifier and TypeMethodDescriptionDaprProtos.UnregisterActorTimerRequest.Builder.mergeFrom(DaprProtos.UnregisterActorTimerRequest other)
DaprProtos.UnregisterActorTimerRequest.newBuilder(DaprProtos.UnregisterActorTimerRequest prototype)
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.DaprImplBase.unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Unregister an actor timer.void
DaprGrpc.DaprStub.unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Unregister an actor timer.