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