Uses of Class
io.qdrant.client.grpc.SnapshotsService.ListSnapshotsResponse
-
Uses of SnapshotsService.ListSnapshotsResponse in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.listFullSnapshots
(String collectionName) Retrieves a list of full snapshots for a given collection.QdrantClient.listSnapshots
(String collectionName) Retrieves a list of snapshots for a given collection. -
Uses of SnapshotsService.ListSnapshotsResponse in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionSnapshotsService.ListSnapshotsResponse.Builder.build()
SnapshotsService.ListSnapshotsResponse.Builder.buildPartial()
SnapshotsService.ListSnapshotsResponse.getDefaultInstance()
SnapshotsService.ListSnapshotsResponse.Builder.getDefaultInstanceForType()
SnapshotsService.ListSnapshotsResponse.getDefaultInstanceForType()
SnapshotsGrpc.SnapshotsBlockingStub.list
(SnapshotsService.ListSnapshotsRequest request) List collection snapshotsSnapshotsGrpc.SnapshotsBlockingStub.listFull
(SnapshotsService.ListFullSnapshotsRequest request) List full storage snapshotsSnapshotsService.ListSnapshotsResponse.parseDelimitedFrom
(InputStream input) SnapshotsService.ListSnapshotsResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SnapshotsService.ListSnapshotsResponse.parseFrom
(byte[] data) SnapshotsService.ListSnapshotsResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SnapshotsService.ListSnapshotsResponse.parseFrom
(com.google.protobuf.ByteString data) SnapshotsService.ListSnapshotsResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SnapshotsService.ListSnapshotsResponse.parseFrom
(com.google.protobuf.CodedInputStream input) SnapshotsService.ListSnapshotsResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SnapshotsService.ListSnapshotsResponse.parseFrom
(InputStream input) SnapshotsService.ListSnapshotsResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SnapshotsService.ListSnapshotsResponse.parseFrom
(ByteBuffer data) SnapshotsService.ListSnapshotsResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<SnapshotsService.ListFullSnapshotsRequest,
SnapshotsService.ListSnapshotsResponse> SnapshotsGrpc.getListFullMethod()
static io.grpc.MethodDescriptor<SnapshotsService.ListSnapshotsRequest,
SnapshotsService.ListSnapshotsResponse> SnapshotsGrpc.getListMethod()
com.google.protobuf.Parser<SnapshotsService.ListSnapshotsResponse>
SnapshotsService.ListSnapshotsResponse.getParserForType()
com.google.common.util.concurrent.ListenableFuture<SnapshotsService.ListSnapshotsResponse>
SnapshotsGrpc.SnapshotsFutureStub.list
(SnapshotsService.ListSnapshotsRequest request) List collection snapshotscom.google.common.util.concurrent.ListenableFuture<SnapshotsService.ListSnapshotsResponse>
SnapshotsGrpc.SnapshotsFutureStub.listFull
(SnapshotsService.ListFullSnapshotsRequest request) List full storage snapshotsstatic com.google.protobuf.Parser<SnapshotsService.ListSnapshotsResponse>
SnapshotsService.ListSnapshotsResponse.parser()
Modifier and TypeMethodDescriptionSnapshotsService.ListSnapshotsResponse.Builder.mergeFrom
(SnapshotsService.ListSnapshotsResponse other) SnapshotsService.ListSnapshotsResponse.newBuilder
(SnapshotsService.ListSnapshotsResponse prototype) Modifier and TypeMethodDescriptiondefault void
SnapshotsGrpc.AsyncService.list
(SnapshotsService.ListSnapshotsRequest request, io.grpc.stub.StreamObserver<SnapshotsService.ListSnapshotsResponse> responseObserver) List collection snapshotsvoid
SnapshotsGrpc.SnapshotsStub.list
(SnapshotsService.ListSnapshotsRequest request, io.grpc.stub.StreamObserver<SnapshotsService.ListSnapshotsResponse> responseObserver) List collection snapshotsdefault void
SnapshotsGrpc.AsyncService.listFull
(SnapshotsService.ListFullSnapshotsRequest request, io.grpc.stub.StreamObserver<SnapshotsService.ListSnapshotsResponse> responseObserver) List full storage snapshotsvoid
SnapshotsGrpc.SnapshotsStub.listFull
(SnapshotsService.ListFullSnapshotsRequest request, io.grpc.stub.StreamObserver<SnapshotsService.ListSnapshotsResponse> responseObserver) List full storage snapshots