Uses of Class
com.google.cloud.bigquery.TableInfo
-
Packages that use TableInfo Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of TableInfo in com.google.cloud.bigquery
Subclasses of TableInfo in com.google.cloud.bigquery Modifier and Type Class Description classTableA Google BigQuery Table.Methods in com.google.cloud.bigquery that return TableInfo Modifier and Type Method Description abstract TableInfoTableInfo.Builder. build()Creates aTableInfoobject.static TableInfoTableInfo. of(TableId tableId, TableDefinition definition)Returns aTableInfoobject given table identity and definition.Methods in com.google.cloud.bigquery with parameters of type TableInfo Modifier and Type Method Description TableBigQuery. create(TableInfo tableInfo, BigQuery.TableOption... options)Creates a new table.static InsertAllRequest.BuilderInsertAllRequest. newBuilder(TableInfo tableInfo, InsertAllRequest.RowToInsert... rows)Returns a builder for anInsertAllRequestobject given the destination table and the rows to insert.static InsertAllRequest.BuilderInsertAllRequest. newBuilder(TableInfo tableInfo, Iterable<InsertAllRequest.RowToInsert> rows)Returns a builder for anInsertAllRequestobject given the destination table and the rows to insert.static InsertAllRequestInsertAllRequest. of(TableInfo tableInfo, InsertAllRequest.RowToInsert... rows)Returns aInsertAllRequestobject given the destination table and the rows to insert.static InsertAllRequestInsertAllRequest. of(TableInfo tableInfo, Iterable<InsertAllRequest.RowToInsert> rows)Returns aInsertAllRequestobject given the destination table and the rows to insert.TableBigQuery. update(TableInfo tableInfo, BigQuery.TableOption... options)Updates table information.
-