Uses of Class
io.milvus.grpc.TableInfo
-
Packages that use TableInfo Package Description io.milvus.grpc -
-
Uses of TableInfo in io.milvus.grpc
Methods in io.milvus.grpc that return TableInfo Modifier and Type Method Description TableInfoTableInfo.Builder. build()TableInfoTableInfo.Builder. buildPartial()static TableInfoTableInfo. getDefaultInstance()TableInfoTableInfo.Builder. getDefaultInstanceForType()TableInfoTableInfo. getDefaultInstanceForType()static TableInfoTableInfo. parseDelimitedFrom(InputStream input)static TableInfoTableInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableInfoTableInfo. parseFrom(byte[] data)static TableInfoTableInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableInfoTableInfo. parseFrom(com.google.protobuf.ByteString data)static TableInfoTableInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableInfoTableInfo. parseFrom(com.google.protobuf.CodedInputStream input)static TableInfoTableInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableInfoTableInfo. parseFrom(InputStream input)static TableInfoTableInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableInfoTableInfo. parseFrom(ByteBuffer data)static TableInfoTableInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TableInfoMilvusServiceGrpc.MilvusServiceBlockingStub. showTableInfo(TableName request)@brief This method is used to get table detail information.Methods in io.milvus.grpc that return types with arguments of type TableInfo Modifier and Type Method Description com.google.protobuf.Parser<TableInfo>TableInfo. getParserForType()static io.grpc.MethodDescriptor<TableName,TableInfo>MilvusServiceGrpc. getShowTableInfoMethod()static com.google.protobuf.Parser<TableInfo>TableInfo. parser()com.google.common.util.concurrent.ListenableFuture<TableInfo>MilvusServiceGrpc.MilvusServiceFutureStub. showTableInfo(TableName request)@brief This method is used to get table detail information.Methods in io.milvus.grpc with parameters of type TableInfo Modifier and Type Method Description TableInfo.BuilderTableInfo.Builder. mergeFrom(TableInfo other)static TableInfo.BuilderTableInfo. newBuilder(TableInfo prototype)Method parameters in io.milvus.grpc with type arguments of type TableInfo Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. showTableInfo(TableName request, io.grpc.stub.StreamObserver<TableInfo> responseObserver)@brief This method is used to get table detail information.voidMilvusServiceGrpc.MilvusServiceStub. showTableInfo(TableName request, io.grpc.stub.StreamObserver<TableInfo> responseObserver)@brief This method is used to get table detail information.
-