Uses of Class
io.dapr.v1.DaprProtos.DeleteBulkStateRequest
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprProtos.DeleteBulkStateRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.DeleteBulkStateRequest Modifier and Type Method Description DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest.Builder. build()
DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest.Builder. buildPartial()
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. getDefaultInstance()
DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest.Builder. getDefaultInstanceForType()
DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. getDefaultInstanceForType()
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. parseDelimitedFrom(java.io.InputStream input)
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. parseFrom(byte[] data)
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. parseFrom(java.io.InputStream input)
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. parseFrom(java.nio.ByteBuffer data)
static DaprProtos.DeleteBulkStateRequest
DaprProtos.DeleteBulkStateRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.DeleteBulkStateRequest Modifier and Type Method Description static 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.DeleteBulkStateRequest Modifier and Type Method Description com.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.DaprImplBase. deleteBulkState(DaprProtos.DeleteBulkStateRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
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
DaprProtos.DeleteBulkStateRequest.Builder. mergeFrom(DaprProtos.DeleteBulkStateRequest other)
static DaprProtos.DeleteBulkStateRequest.Builder
DaprProtos.DeleteBulkStateRequest. newBuilder(DaprProtos.DeleteBulkStateRequest prototype)