Uses of Class
com.google.cloud.bigquery.InsertAllRequest.Builder
Packages that use InsertAllRequest.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of InsertAllRequest.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return InsertAllRequest.BuilderModifier and TypeMethodDescriptionInsertAllRequest.Builder.addRow(InsertAllRequest.RowToInsert rowToInsert) Adds a row to be inserted.Adds a row to be inserted with associated id.Adds a row to be inserted without an associated id.static InsertAllRequest.BuilderInsertAllRequest.newBuilder(TableId table) Returns a builder for anInsertAllRequestobject given the destination table.static InsertAllRequest.BuilderInsertAllRequest.newBuilder(TableId table, InsertAllRequest.RowToInsert... rows) Returns a builder for anInsertAllRequestobject given the destination table and the rows to insert.static InsertAllRequest.BuilderInsertAllRequest.newBuilder(TableId table, Iterable<InsertAllRequest.RowToInsert> rows) Returns a builder for anInsertAllRequestobject given the destination table and the rows to insert.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 InsertAllRequest.BuilderInsertAllRequest.newBuilder(String datasetId, String tableId) Returns a builder for anInsertAllRequestobject given the destination table.static InsertAllRequest.BuilderInsertAllRequest.newBuilder(String datasetId, String tableId, InsertAllRequest.RowToInsert... rows) Returns a builder for anInsertAllRequestobject given the destination table and the rows to insert.static InsertAllRequest.BuilderInsertAllRequest.newBuilder(String datasetId, String tableId, Iterable<InsertAllRequest.RowToInsert> rows) Returns a builder for anInsertAllRequestobject given the destination table and the rows to insert.InsertAllRequest.Builder.setIgnoreUnknownValues(boolean ignoreUnknownValues) Sets whether to accept rows that contain values that do not match the schema.InsertAllRequest.Builder.setRows(Iterable<InsertAllRequest.RowToInsert> rows) Sets the rows to insert as a list ofInsertAllRequest.RowToInsertobjects.InsertAllRequest.Builder.setSkipInvalidRows(boolean skipInvalidRows) Sets whether to insert all valid rows of a request, even if invalid rows exist.Sets the destination table for rows insert request.InsertAllRequest.Builder.setTemplateSuffix(String templateSuffix) If specified, the destination table is treated as a base template.