Uses of Class
io.dapr.v1.DaprProtos.DeleteStateRequest
Packages that use DaprProtos.DeleteStateRequest
-
Uses of DaprProtos.DeleteStateRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.DeleteStateRequestModifier and TypeMethodDescriptionDaprProtos.DeleteStateRequest.Builder.build()DaprProtos.DeleteStateRequest.Builder.buildPartial()DaprProtos.DeleteStateRequest.getDefaultInstance()DaprProtos.DeleteStateRequest.Builder.getDefaultInstanceForType()DaprProtos.DeleteStateRequest.getDefaultInstanceForType()DaprProtos.DeleteStateRequest.parseDelimitedFrom(InputStream input) DaprProtos.DeleteStateRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.DeleteStateRequest.parseFrom(byte[] data) DaprProtos.DeleteStateRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.DeleteStateRequest.parseFrom(com.google.protobuf.ByteString data) DaprProtos.DeleteStateRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.DeleteStateRequest.parseFrom(com.google.protobuf.CodedInputStream input) DaprProtos.DeleteStateRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.DeleteStateRequest.parseFrom(InputStream input) DaprProtos.DeleteStateRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.DeleteStateRequest.parseFrom(ByteBuffer data) DaprProtos.DeleteStateRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.DeleteStateRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DaprProtos.DeleteStateRequest,com.google.protobuf.Empty> DaprGrpc.getDeleteStateMethod()com.google.protobuf.Parser<DaprProtos.DeleteStateRequest>DaprProtos.DeleteStateRequest.getParserForType()static com.google.protobuf.Parser<DaprProtos.DeleteStateRequest>DaprProtos.DeleteStateRequest.parser()Methods in io.dapr.v1 with parameters of type DaprProtos.DeleteStateRequestModifier and TypeMethodDescriptiondefault voidDaprGrpc.AsyncService.deleteState(DaprProtos.DeleteStateRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Deletes the state for a specific key.com.google.protobuf.EmptyDaprGrpc.DaprBlockingStub.deleteState(DaprProtos.DeleteStateRequest request) Deletes the state for a specific key.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>DaprGrpc.DaprFutureStub.deleteState(DaprProtos.DeleteStateRequest request) Deletes the state for a specific key.voidDaprGrpc.DaprStub.deleteState(DaprProtos.DeleteStateRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Deletes the state for a specific key.DaprProtos.DeleteStateRequest.Builder.mergeFrom(DaprProtos.DeleteStateRequest other) DaprProtos.DeleteStateRequest.newBuilder(DaprProtos.DeleteStateRequest prototype)