Uses of Class
io.dapr.v1.DaprProtos.UnregisterActorReminderRequest
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprProtos.UnregisterActorReminderRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.UnregisterActorReminderRequest Modifier and Type Method Description DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest.Builder. build()
DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest.Builder. buildPartial()
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. getDefaultInstance()
DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest.Builder. getDefaultInstanceForType()
DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. getDefaultInstanceForType()
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. parseDelimitedFrom(java.io.InputStream input)
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. parseFrom(byte[] data)
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. parseFrom(java.io.InputStream input)
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. parseFrom(java.nio.ByteBuffer data)
static DaprProtos.UnregisterActorReminderRequest
DaprProtos.UnregisterActorReminderRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.UnregisterActorReminderRequest Modifier and Type Method Description com.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.UnregisterActorReminderRequest Modifier and Type Method Description DaprProtos.UnregisterActorReminderRequest.Builder
DaprProtos.UnregisterActorReminderRequest.Builder. mergeFrom(DaprProtos.UnregisterActorReminderRequest other)
static DaprProtos.UnregisterActorReminderRequest.Builder
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.