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