Uses of Class
io.dapr.v1.DaprProtos.RegisterActorReminderRequest
-
Uses of DaprProtos.RegisterActorReminderRequest in io.dapr.v1
Modifier 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) Modifier 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()
Modifier 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.