Uses of Class
io.dapr.v1.DaprProtos.GetBulkStateResponse
Packages that use DaprProtos.GetBulkStateResponse
-
Uses of DaprProtos.GetBulkStateResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetBulkStateResponseModifier 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)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.GetBulkStateResponseModifier 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()
Methods in io.dapr.v1 with parameters of type DaprProtos.GetBulkStateResponseModifier and TypeMethodDescriptionDaprProtos.GetBulkStateResponse.Builder.mergeFrom(DaprProtos.GetBulkStateResponse other)
DaprProtos.GetBulkStateResponse.newBuilder(DaprProtos.GetBulkStateResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type DaprProtos.GetBulkStateResponseModifier and TypeMethodDescriptionvoid
DaprGrpc.DaprImplBase.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