Uses of Class
io.dapr.v1.DaprProtos.GetActorStateResponse
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprProtos.GetActorStateResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetActorStateResponse Modifier and Type Method Description DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse.Builder. build()
DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse.Builder. buildPartial()
DaprProtos.GetActorStateResponse
DaprGrpc.DaprBlockingStub. getActorState(DaprProtos.GetActorStateRequest request)
Gets the state for a specific actor.static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. getDefaultInstance()
DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse.Builder. getDefaultInstanceForType()
DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. getDefaultInstanceForType()
static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. parseDelimitedFrom(java.io.InputStream input)
static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. parseFrom(byte[] data)
static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. parseFrom(java.io.InputStream input)
static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. parseFrom(java.nio.ByteBuffer data)
static DaprProtos.GetActorStateResponse
DaprProtos.GetActorStateResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.GetActorStateResponse Modifier and Type Method Description com.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()
Methods in io.dapr.v1 with parameters of type DaprProtos.GetActorStateResponse Modifier and Type Method Description DaprProtos.GetActorStateResponse.Builder
DaprProtos.GetActorStateResponse.Builder. mergeFrom(DaprProtos.GetActorStateResponse other)
static DaprProtos.GetActorStateResponse.Builder
DaprProtos.GetActorStateResponse. newBuilder(DaprProtos.GetActorStateResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type DaprProtos.GetActorStateResponse Modifier and Type Method Description 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.