Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
InsertAllRequest |
InsertAllRequest.Builder.build()
Creates an
InsertAllRequest object. |
static InsertAllRequest |
InsertAllRequest.of(String datasetId,
String tableId,
InsertAllRequest.RowToInsert... rows)
Returns a
InsertAllRequest object given the destination table and the rows to insert. |
static InsertAllRequest |
InsertAllRequest.of(String datasetId,
String tableId,
Iterable<InsertAllRequest.RowToInsert> rows)
Returns a
InsertAllRequest object given the destination table and the rows to insert. |
static InsertAllRequest |
InsertAllRequest.of(TableId tableId,
InsertAllRequest.RowToInsert... rows)
Returns a
InsertAllRequest object given the destination table and the rows to insert. |
static InsertAllRequest |
InsertAllRequest.of(TableId tableId,
Iterable<InsertAllRequest.RowToInsert> rows)
Returns a
InsertAllRequest object given the destination table and the rows to insert. |
static InsertAllRequest |
InsertAllRequest.of(TableInfo tableInfo,
InsertAllRequest.RowToInsert... rows)
Returns a
InsertAllRequest object given the destination table and the rows to insert. |
static InsertAllRequest |
InsertAllRequest.of(TableInfo tableInfo,
Iterable<InsertAllRequest.RowToInsert> rows)
Returns a
InsertAllRequest object given the destination table and the rows to insert. |
Modifier and Type | Method and Description |
---|---|
InsertAllResponse |
BigQuery.insertAll(InsertAllRequest request)
Sends an insert all request.
|
Copyright © 2019 Google LLC. All rights reserved.