Uses of Class
io.dapr.v1.DaprProtos.UnregisterActorTimerRequest
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprProtos.UnregisterActorTimerRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.UnregisterActorTimerRequest Modifier and Type Method Description DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest.Builder. build()
DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest.Builder. buildPartial()
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. getDefaultInstance()
DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest.Builder. getDefaultInstanceForType()
DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. getDefaultInstanceForType()
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. parseDelimitedFrom(java.io.InputStream input)
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. parseFrom(byte[] data)
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. parseFrom(java.io.InputStream input)
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. parseFrom(java.nio.ByteBuffer data)
static DaprProtos.UnregisterActorTimerRequest
DaprProtos.UnregisterActorTimerRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.UnregisterActorTimerRequest Modifier and Type Method Description com.google.protobuf.Parser<DaprProtos.UnregisterActorTimerRequest>
DaprProtos.UnregisterActorTimerRequest. getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.UnregisterActorTimerRequest,com.google.protobuf.Empty>
DaprGrpc. getUnregisterActorTimerMethod()
static com.google.protobuf.Parser<DaprProtos.UnregisterActorTimerRequest>
DaprProtos.UnregisterActorTimerRequest. parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.UnregisterActorTimerRequest Modifier and Type Method Description DaprProtos.UnregisterActorTimerRequest.Builder
DaprProtos.UnregisterActorTimerRequest.Builder. mergeFrom(DaprProtos.UnregisterActorTimerRequest other)
static DaprProtos.UnregisterActorTimerRequest.Builder
DaprProtos.UnregisterActorTimerRequest. newBuilder(DaprProtos.UnregisterActorTimerRequest prototype)
com.google.protobuf.Empty
DaprGrpc.DaprBlockingStub. unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest request)
Unregister an actor timer.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
DaprGrpc.DaprFutureStub. unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest request)
Unregister an actor timer.void
DaprGrpc.DaprImplBase. unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Unregister an actor timer.void
DaprGrpc.DaprStub. unregisterActorTimer(DaprProtos.UnregisterActorTimerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Unregister an actor timer.