Uses of Class
io.dapr.v1.DaprProtos.GetBulkStateResponse
-
Uses of DaprProtos.GetBulkStateResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.GetBulkStateResponse.Builder.build()
DaprProtos.GetBulkStateResponse.Builder.buildPartial()
DaprGrpc.DaprBlockingStub.getBulkState
(DaprProtos.GetBulkStateRequest request) Gets a bulk of state items for a list of keysDaprProtos.GetBulkStateResponse.getDefaultInstance()
DaprProtos.GetBulkStateResponse.Builder.getDefaultInstanceForType()
DaprProtos.GetBulkStateResponse.getDefaultInstanceForType()
DaprProtos.GetBulkStateResponse.parseDelimitedFrom
(InputStream input) DaprProtos.GetBulkStateResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetBulkStateResponse.parseFrom
(byte[] data) DaprProtos.GetBulkStateResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetBulkStateResponse.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.GetBulkStateResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetBulkStateResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.GetBulkStateResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetBulkStateResponse.parseFrom
(InputStream input) DaprProtos.GetBulkStateResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetBulkStateResponse.parseFrom
(ByteBuffer data) DaprProtos.GetBulkStateResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<DaprProtos.GetBulkStateResponse>
DaprGrpc.DaprFutureStub.getBulkState
(DaprProtos.GetBulkStateRequest request) Gets a bulk of state items for a list of keysstatic io.grpc.MethodDescriptor<DaprProtos.GetBulkStateRequest,
DaprProtos.GetBulkStateResponse> DaprGrpc.getGetBulkStateMethod()
com.google.protobuf.Parser<DaprProtos.GetBulkStateResponse>
DaprProtos.GetBulkStateResponse.getParserForType()
static com.google.protobuf.Parser<DaprProtos.GetBulkStateResponse>
DaprProtos.GetBulkStateResponse.parser()
Modifier and TypeMethodDescriptionDaprProtos.GetBulkStateResponse.Builder.mergeFrom
(DaprProtos.GetBulkStateResponse other) DaprProtos.GetBulkStateResponse.newBuilder
(DaprProtos.GetBulkStateResponse prototype) Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.getBulkState
(DaprProtos.GetBulkStateRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetBulkStateResponse> responseObserver) Gets a bulk of state items for a list of keysvoid
DaprGrpc.DaprStub.getBulkState
(DaprProtos.GetBulkStateRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetBulkStateResponse> responseObserver) Gets a bulk of state items for a list of keys