Uses of Class
io.dapr.v1.DaprProtos.RegisterActorReminderRequest
Packages that use DaprProtos.RegisterActorReminderRequest
-
Uses of DaprProtos.RegisterActorReminderRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.RegisterActorReminderRequestModifier and TypeMethodDescriptionDaprProtos.RegisterActorReminderRequest.Builder.build()
DaprProtos.RegisterActorReminderRequest.Builder.buildPartial()
DaprProtos.RegisterActorReminderRequest.getDefaultInstance()
DaprProtos.RegisterActorReminderRequest.Builder.getDefaultInstanceForType()
DaprProtos.RegisterActorReminderRequest.getDefaultInstanceForType()
DaprProtos.RegisterActorReminderRequest.parseDelimitedFrom
(InputStream input) DaprProtos.RegisterActorReminderRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RegisterActorReminderRequest.parseFrom
(byte[] data) DaprProtos.RegisterActorReminderRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RegisterActorReminderRequest.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.RegisterActorReminderRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RegisterActorReminderRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.RegisterActorReminderRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RegisterActorReminderRequest.parseFrom
(InputStream input) DaprProtos.RegisterActorReminderRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.RegisterActorReminderRequest.parseFrom
(ByteBuffer data) DaprProtos.RegisterActorReminderRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.RegisterActorReminderRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.RegisterActorReminderRequest>
DaprProtos.RegisterActorReminderRequest.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.RegisterActorReminderRequest,
com.google.protobuf.Empty> DaprGrpc.getRegisterActorReminderMethod()
static com.google.protobuf.Parser<DaprProtos.RegisterActorReminderRequest>
DaprProtos.RegisterActorReminderRequest.parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.RegisterActorReminderRequestModifier and TypeMethodDescriptionDaprProtos.RegisterActorReminderRequest.Builder.mergeFrom
(DaprProtos.RegisterActorReminderRequest other) DaprProtos.RegisterActorReminderRequest.newBuilder
(DaprProtos.RegisterActorReminderRequest prototype) default void
DaprGrpc.AsyncService.registerActorReminder
(DaprProtos.RegisterActorReminderRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Register an actor reminder.com.google.protobuf.Empty
DaprGrpc.DaprBlockingStub.registerActorReminder
(DaprProtos.RegisterActorReminderRequest request) Register an actor reminder.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
DaprGrpc.DaprFutureStub.registerActorReminder
(DaprProtos.RegisterActorReminderRequest request) Register an actor reminder.void
DaprGrpc.DaprStub.registerActorReminder
(DaprProtos.RegisterActorReminderRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Register an actor reminder.