Uses of Class
io.milvus.grpc.ShowCollectionsResponse
Packages that use ShowCollectionsResponse
-
Uses of ShowCollectionsResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type ShowCollectionsResponseModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.showCollections(@NonNull ShowCollectionsParam requestParam) MilvusClient.showCollections(ShowCollectionsParam requestParam) Lists all collections or gets collection loading status.MilvusMultiServiceClient.showCollections(ShowCollectionsParam requestParam) MilvusServiceClient.showCollections(ShowCollectionsParam requestParam) -
Uses of ShowCollectionsResponse in io.milvus.grpc
Methods in io.milvus.grpc that return ShowCollectionsResponseModifier and TypeMethodDescriptionShowCollectionsResponse.Builder.build()ShowCollectionsResponse.Builder.buildPartial()static ShowCollectionsResponseShowCollectionsResponse.getDefaultInstance()ShowCollectionsResponse.Builder.getDefaultInstanceForType()ShowCollectionsResponse.getDefaultInstanceForType()static ShowCollectionsResponseShowCollectionsResponse.parseDelimitedFrom(InputStream input) static ShowCollectionsResponseShowCollectionsResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ShowCollectionsResponseShowCollectionsResponse.parseFrom(byte[] data) static ShowCollectionsResponseShowCollectionsResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ShowCollectionsResponseShowCollectionsResponse.parseFrom(com.google.protobuf.ByteString data) static ShowCollectionsResponseShowCollectionsResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ShowCollectionsResponseShowCollectionsResponse.parseFrom(com.google.protobuf.CodedInputStream input) static ShowCollectionsResponseShowCollectionsResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ShowCollectionsResponseShowCollectionsResponse.parseFrom(InputStream input) static ShowCollectionsResponseShowCollectionsResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ShowCollectionsResponseShowCollectionsResponse.parseFrom(ByteBuffer data) static ShowCollectionsResponseShowCollectionsResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MilvusServiceGrpc.MilvusServiceBlockingStub.showCollections(ShowCollectionsRequest request) Methods in io.milvus.grpc that return types with arguments of type ShowCollectionsResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ShowCollectionsResponse> ShowCollectionsResponse.getParserForType()static io.grpc.MethodDescriptor<ShowCollectionsRequest, ShowCollectionsResponse> MilvusServiceGrpc.getShowCollectionsMethod()static com.google.protobuf.Parser<ShowCollectionsResponse> ShowCollectionsResponse.parser()com.google.common.util.concurrent.ListenableFuture<ShowCollectionsResponse> MilvusServiceGrpc.MilvusServiceFutureStub.showCollections(ShowCollectionsRequest request) Methods in io.milvus.grpc with parameters of type ShowCollectionsResponseModifier and TypeMethodDescriptionShowCollectionsResponse.Builder.mergeFrom(ShowCollectionsResponse other) ShowCollectionsResponse.newBuilder(ShowCollectionsResponse prototype) Method parameters in io.milvus.grpc with type arguments of type ShowCollectionsResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.showCollections(ShowCollectionsRequest request, io.grpc.stub.StreamObserver<ShowCollectionsResponse> responseObserver) voidMilvusServiceGrpc.MilvusServiceStub.showCollections(ShowCollectionsRequest request, io.grpc.stub.StreamObserver<ShowCollectionsResponse> responseObserver) -
Uses of ShowCollectionsResponse in io.milvus.response
Constructors in io.milvus.response with parameters of type ShowCollectionsResponse