Uses of Class
io.dapr.v1.DaprProtos.GetActorStateRequest
Packages that use DaprProtos.GetActorStateRequest
-
Uses of DaprProtos.GetActorStateRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetActorStateRequestModifier and TypeMethodDescriptionDaprProtos.GetActorStateRequest.Builder.build()
DaprProtos.GetActorStateRequest.Builder.buildPartial()
DaprProtos.GetActorStateRequest.getDefaultInstance()
DaprProtos.GetActorStateRequest.Builder.getDefaultInstanceForType()
DaprProtos.GetActorStateRequest.getDefaultInstanceForType()
DaprProtos.GetActorStateRequest.parseDelimitedFrom(InputStream input)
DaprProtos.GetActorStateRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.GetActorStateRequest.parseFrom(byte[] data)
DaprProtos.GetActorStateRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.GetActorStateRequest.parseFrom(com.google.protobuf.ByteString data)
DaprProtos.GetActorStateRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.GetActorStateRequest.parseFrom(com.google.protobuf.CodedInputStream input)
DaprProtos.GetActorStateRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.GetActorStateRequest.parseFrom(InputStream input)
DaprProtos.GetActorStateRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DaprProtos.GetActorStateRequest.parseFrom(ByteBuffer data)
DaprProtos.GetActorStateRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.GetActorStateRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DaprProtos.GetActorStateRequest,DaprProtos.GetActorStateResponse>
DaprGrpc.getGetActorStateMethod()
com.google.protobuf.Parser<DaprProtos.GetActorStateRequest>
DaprProtos.GetActorStateRequest.getParserForType()
static com.google.protobuf.Parser<DaprProtos.GetActorStateRequest>
DaprProtos.GetActorStateRequest.parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.GetActorStateRequestModifier and TypeMethodDescriptionDaprGrpc.DaprBlockingStub.getActorState(DaprProtos.GetActorStateRequest request)
Gets the state for a specific actor.com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetActorStateResponse>
DaprGrpc.DaprFutureStub.getActorState(DaprProtos.GetActorStateRequest request)
Gets the state for a specific actor.void
DaprGrpc.DaprImplBase.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.DaprProtos.GetActorStateRequest.Builder.mergeFrom(DaprProtos.GetActorStateRequest other)
DaprProtos.GetActorStateRequest.newBuilder(DaprProtos.GetActorStateRequest prototype)