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