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