Uses of Class
io.dapr.v1.DaprProtos.DeleteBulkStateRequest
Packages that use DaprProtos.DeleteBulkStateRequest
-
Uses of DaprProtos.DeleteBulkStateRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.DeleteBulkStateRequestModifier and TypeMethodDescriptionDaprProtos.DeleteBulkStateRequest.Builder.build()
DaprProtos.DeleteBulkStateRequest.Builder.buildPartial()
DaprProtos.DeleteBulkStateRequest.getDefaultInstance()
DaprProtos.DeleteBulkStateRequest.Builder.getDefaultInstanceForType()
DaprProtos.DeleteBulkStateRequest.getDefaultInstanceForType()
DaprProtos.DeleteBulkStateRequest.parseDelimitedFrom
(InputStream input) DaprProtos.DeleteBulkStateRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.DeleteBulkStateRequest.parseFrom
(byte[] data) DaprProtos.DeleteBulkStateRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.DeleteBulkStateRequest.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.DeleteBulkStateRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.DeleteBulkStateRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.DeleteBulkStateRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.DeleteBulkStateRequest.parseFrom
(InputStream input) DaprProtos.DeleteBulkStateRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.DeleteBulkStateRequest.parseFrom
(ByteBuffer data) DaprProtos.DeleteBulkStateRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.DeleteBulkStateRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DaprProtos.DeleteBulkStateRequest,
com.google.protobuf.Empty> DaprGrpc.getDeleteBulkStateMethod()
com.google.protobuf.Parser<DaprProtos.DeleteBulkStateRequest>
DaprProtos.DeleteBulkStateRequest.getParserForType()
static com.google.protobuf.Parser<DaprProtos.DeleteBulkStateRequest>
DaprProtos.DeleteBulkStateRequest.parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.DeleteBulkStateRequestModifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.deleteBulkState
(DaprProtos.DeleteBulkStateRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Deletes a bulk of state items for a list of keyscom.google.protobuf.Empty
DaprGrpc.DaprBlockingStub.deleteBulkState
(DaprProtos.DeleteBulkStateRequest request) Deletes a bulk of state items for a list of keyscom.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
DaprGrpc.DaprFutureStub.deleteBulkState
(DaprProtos.DeleteBulkStateRequest request) Deletes a bulk of state items for a list of keysvoid
DaprGrpc.DaprStub.deleteBulkState
(DaprProtos.DeleteBulkStateRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Deletes a bulk of state items for a list of keysDaprProtos.DeleteBulkStateRequest.Builder.mergeFrom
(DaprProtos.DeleteBulkStateRequest other) DaprProtos.DeleteBulkStateRequest.newBuilder
(DaprProtos.DeleteBulkStateRequest prototype)