Uses of Class
io.milvus.grpc.TableNameList
-
Packages that use TableNameList Package Description io.milvus.grpc -
-
Uses of TableNameList in io.milvus.grpc
Methods in io.milvus.grpc that return TableNameList Modifier and Type Method Description TableNameListTableNameList.Builder. build()TableNameListTableNameList.Builder. buildPartial()static TableNameListTableNameList. getDefaultInstance()TableNameListTableNameList.Builder. getDefaultInstanceForType()TableNameListTableNameList. getDefaultInstanceForType()static TableNameListTableNameList. parseDelimitedFrom(InputStream input)static TableNameListTableNameList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableNameListTableNameList. parseFrom(byte[] data)static TableNameListTableNameList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableNameListTableNameList. parseFrom(com.google.protobuf.ByteString data)static TableNameListTableNameList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableNameListTableNameList. parseFrom(com.google.protobuf.CodedInputStream input)static TableNameListTableNameList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableNameListTableNameList. parseFrom(InputStream input)static TableNameListTableNameList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableNameListTableNameList. parseFrom(ByteBuffer data)static TableNameListTableNameList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TableNameListMilvusServiceGrpc.MilvusServiceBlockingStub. showTables(Command request)Methods in io.milvus.grpc that return types with arguments of type TableNameList Modifier and Type Method Description com.google.protobuf.Parser<TableNameList>TableNameList. getParserForType()static io.grpc.MethodDescriptor<Command,TableNameList>MilvusServiceGrpc. getShowTablesMethod()static com.google.protobuf.Parser<TableNameList>TableNameList. parser()com.google.common.util.concurrent.ListenableFuture<TableNameList>MilvusServiceGrpc.MilvusServiceFutureStub. showTables(Command request)Methods in io.milvus.grpc with parameters of type TableNameList Modifier and Type Method Description TableNameList.BuilderTableNameList.Builder. mergeFrom(TableNameList other)static TableNameList.BuilderTableNameList. newBuilder(TableNameList prototype)Method parameters in io.milvus.grpc with type arguments of type TableNameList Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. showTables(Command request, io.grpc.stub.StreamObserver<TableNameList> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. showTables(Command request, io.grpc.stub.StreamObserver<TableNameList> responseObserver)
-