Uses of Class
io.milvus.grpc.ShowCollectionsResponse
-
Packages that use ShowCollectionsResponse Package Description io.milvus.client io.milvus.grpc io.milvus.response -
-
Uses of ShowCollectionsResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type ShowCollectionsResponse Modifier and Type Method Description R<ShowCollectionsResponse>AbstractMilvusGrpcClient. showCollections(@NonNull ShowCollectionsParam requestParam)R<ShowCollectionsResponse>MilvusClient. showCollections(ShowCollectionsParam requestParam)Lists all collections or gets collection loading status.R<ShowCollectionsResponse>MilvusMultiServiceClient. showCollections(ShowCollectionsParam requestParam) -
Uses of ShowCollectionsResponse in io.milvus.grpc
Methods in io.milvus.grpc that return ShowCollectionsResponse Modifier and Type Method Description ShowCollectionsResponseShowCollectionsResponse.Builder. build()ShowCollectionsResponseShowCollectionsResponse.Builder. buildPartial()static ShowCollectionsResponseShowCollectionsResponse. getDefaultInstance()ShowCollectionsResponseShowCollectionsResponse.Builder. getDefaultInstanceForType()ShowCollectionsResponseShowCollectionsResponse. 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)ShowCollectionsResponseMilvusServiceGrpc.MilvusServiceBlockingStub. showCollections(ShowCollectionsRequest request)Methods in io.milvus.grpc that return types with arguments of type ShowCollectionsResponse Modifier and Type Method Description com.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 ShowCollectionsResponse Modifier and Type Method Description ShowCollectionsResponse.BuilderShowCollectionsResponse.Builder. mergeFrom(ShowCollectionsResponse other)static ShowCollectionsResponse.BuilderShowCollectionsResponse. newBuilder(ShowCollectionsResponse prototype)Method parameters in io.milvus.grpc with type arguments of type ShowCollectionsResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. 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 Constructor Description ShowCollResponseWrapper(@NonNull ShowCollectionsResponse response)
-