Uses of Class
io.milvus.grpc.ListDatabasesResponse
-
Packages that use ListDatabasesResponse Package Description io.milvus.client io.milvus.grpc -
-
Uses of ListDatabasesResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type ListDatabasesResponse Modifier and Type Method Description R<ListDatabasesResponse>AbstractMilvusGrpcClient. listDatabases()R<ListDatabasesResponse>MilvusClient. listDatabases()List databases.R<ListDatabasesResponse>MilvusMultiServiceClient. listDatabases()R<ListDatabasesResponse>MilvusServiceClient. listDatabases() -
Uses of ListDatabasesResponse in io.milvus.grpc
Methods in io.milvus.grpc that return ListDatabasesResponse Modifier and Type Method Description ListDatabasesResponseListDatabasesResponse.Builder. build()ListDatabasesResponseListDatabasesResponse.Builder. buildPartial()static ListDatabasesResponseListDatabasesResponse. getDefaultInstance()ListDatabasesResponseListDatabasesResponse.Builder. getDefaultInstanceForType()ListDatabasesResponseListDatabasesResponse. getDefaultInstanceForType()ListDatabasesResponseMilvusServiceGrpc.MilvusServiceBlockingStub. listDatabases(ListDatabasesRequest request)static ListDatabasesResponseListDatabasesResponse. parseDelimitedFrom(InputStream input)static ListDatabasesResponseListDatabasesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDatabasesResponseListDatabasesResponse. parseFrom(byte[] data)static ListDatabasesResponseListDatabasesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDatabasesResponseListDatabasesResponse. parseFrom(com.google.protobuf.ByteString data)static ListDatabasesResponseListDatabasesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDatabasesResponseListDatabasesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListDatabasesResponseListDatabasesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDatabasesResponseListDatabasesResponse. parseFrom(InputStream input)static ListDatabasesResponseListDatabasesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDatabasesResponseListDatabasesResponse. parseFrom(ByteBuffer data)static ListDatabasesResponseListDatabasesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type ListDatabasesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDatabasesRequest,ListDatabasesResponse>MilvusServiceGrpc. getListDatabasesMethod()com.google.protobuf.Parser<ListDatabasesResponse>ListDatabasesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListDatabasesResponse>MilvusServiceGrpc.MilvusServiceFutureStub. listDatabases(ListDatabasesRequest request)static com.google.protobuf.Parser<ListDatabasesResponse>ListDatabasesResponse. parser()Methods in io.milvus.grpc with parameters of type ListDatabasesResponse Modifier and Type Method Description ListDatabasesResponse.BuilderListDatabasesResponse.Builder. mergeFrom(ListDatabasesResponse other)static ListDatabasesResponse.BuilderListDatabasesResponse. newBuilder(ListDatabasesResponse prototype)Method parameters in io.milvus.grpc with type arguments of type ListDatabasesResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. listDatabases(ListDatabasesRequest request, io.grpc.stub.StreamObserver<ListDatabasesResponse> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. listDatabases(ListDatabasesRequest request, io.grpc.stub.StreamObserver<ListDatabasesResponse> responseObserver)
-