Uses of Class
com.google.cloud.bigquery.TableInfo
Packages that use TableInfo
Package
Description
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.bigqueryMethods in com.google.cloud.bigquery that return TableInfoModifier and TypeMethodDescriptionabstract 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 TableInfoModifier and TypeMethodDescriptionBigQuery.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.BigQuery.update(TableInfo tableInfo, BigQuery.TableOption... options) Updates table information.