Uses of Class
io.dapr.v1.DaprProtos.GetActorStateResponse
-
Uses of DaprProtos.GetActorStateResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.GetActorStateResponse.Builder.build()
DaprProtos.GetActorStateResponse.Builder.buildPartial()
DaprGrpc.DaprBlockingStub.getActorState
(DaprProtos.GetActorStateRequest request) Gets the state for a specific actor.DaprProtos.GetActorStateResponse.getDefaultInstance()
DaprProtos.GetActorStateResponse.Builder.getDefaultInstanceForType()
DaprProtos.GetActorStateResponse.getDefaultInstanceForType()
DaprProtos.GetActorStateResponse.parseDelimitedFrom
(InputStream input) DaprProtos.GetActorStateResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetActorStateResponse.parseFrom
(byte[] data) DaprProtos.GetActorStateResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetActorStateResponse.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.GetActorStateResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetActorStateResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.GetActorStateResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetActorStateResponse.parseFrom
(InputStream input) DaprProtos.GetActorStateResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetActorStateResponse.parseFrom
(ByteBuffer data) DaprProtos.GetActorStateResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<DaprProtos.GetActorStateResponse>
DaprGrpc.DaprFutureStub.getActorState
(DaprProtos.GetActorStateRequest request) Gets the state for a specific actor.static io.grpc.MethodDescriptor<DaprProtos.GetActorStateRequest,
DaprProtos.GetActorStateResponse> DaprGrpc.getGetActorStateMethod()
com.google.protobuf.Parser<DaprProtos.GetActorStateResponse>
DaprProtos.GetActorStateResponse.getParserForType()
static com.google.protobuf.Parser<DaprProtos.GetActorStateResponse>
DaprProtos.GetActorStateResponse.parser()
Modifier and TypeMethodDescriptionDaprProtos.GetActorStateResponse.Builder.mergeFrom
(DaprProtos.GetActorStateResponse other) DaprProtos.GetActorStateResponse.newBuilder
(DaprProtos.GetActorStateResponse prototype) Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.getActorState
(DaprProtos.GetActorStateRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetActorStateResponse> responseObserver) Gets the state for a specific actor.void
DaprGrpc.DaprStub.getActorState
(DaprProtos.GetActorStateRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetActorStateResponse> responseObserver) Gets the state for a specific actor.