Uses of Class
io.dapr.v1.DaprProtos.RegisterActorReminderRequest
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprProtos.RegisterActorReminderRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.RegisterActorReminderRequest Modifier and Type Method Description DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest.Builder. build()
DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest.Builder. buildPartial()
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. getDefaultInstance()
DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest.Builder. getDefaultInstanceForType()
DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. getDefaultInstanceForType()
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. parseDelimitedFrom(java.io.InputStream input)
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. parseFrom(byte[] data)
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. parseFrom(java.io.InputStream input)
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. parseFrom(java.nio.ByteBuffer data)
static DaprProtos.RegisterActorReminderRequest
DaprProtos.RegisterActorReminderRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.RegisterActorReminderRequest Modifier and Type Method Description com.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.RegisterActorReminderRequest Modifier and Type Method Description DaprProtos.RegisterActorReminderRequest.Builder
DaprProtos.RegisterActorReminderRequest.Builder. mergeFrom(DaprProtos.RegisterActorReminderRequest other)
static DaprProtos.RegisterActorReminderRequest.Builder
DaprProtos.RegisterActorReminderRequest. newBuilder(DaprProtos.RegisterActorReminderRequest prototype)
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.DaprImplBase. registerActorReminder(DaprProtos.RegisterActorReminderRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Register an actor reminder.void
DaprGrpc.DaprStub. registerActorReminder(DaprProtos.RegisterActorReminderRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Register an actor reminder.