static LoadJobConfiguration.Builder |
LoadJobConfiguration.builder(TableId destinationTable,
String sourceUri) |
Creates a builder for a BigQuery Load Job configuration given the destination table and source
URI.
|
Job |
Table.copy(TableId destinationTable,
BigQuery.JobOption... options) |
Starts a BigQuery Job to copy the current table to the provided destination table.
|
boolean |
BigQuery.delete(TableId tableId) |
Deletes the requested table.
|
com.google.cloud.Policy |
BigQuery.getIamPolicy(TableId tableId,
BigQuery.IAMOption... options) |
Gets the IAM policy for a specified table.
|
Table |
BigQuery.getTable(TableId tableId,
BigQuery.TableOption... options) |
Returns the requested table or null if not found.
|
List<String> |
BigQuery.listPartitions(TableId tableId) |
|
TableResult |
BigQuery.listTableData(TableId tableId,
BigQuery.TableDataListOption... options) |
Lists the table's rows.
|
TableResult |
BigQuery.listTableData(TableId tableId,
Schema schema,
BigQuery.TableDataListOption... options) |
Lists the table's rows.
|
static CopyJobConfiguration.Builder |
CopyJobConfiguration.newBuilder(TableId destinationTable,
TableId sourceTable) |
Creates a builder for a BigQuery Copy Job configuration given destination and source table.
|
static CopyJobConfiguration.Builder |
CopyJobConfiguration.newBuilder(TableId destinationTable,
List<TableId> sourceTables) |
Creates a builder for a BigQuery Copy Job configuration given destination and source tables.
|
static ExtractJobConfiguration.Builder |
ExtractJobConfiguration.newBuilder(TableId sourceTable,
String destinationUri) |
Creates a builder for a BigQuery Extract Job configuration given source table and destination
URI.
|
static ExtractJobConfiguration.Builder |
ExtractJobConfiguration.newBuilder(TableId sourceTable,
List<String> destinationUris) |
Creates a builder for a BigQuery Extract Job configuration given source table and destination
URIs.
|
static InsertAllRequest.Builder |
InsertAllRequest.newBuilder(TableId table) |
Returns a builder for an InsertAllRequest object given the destination table.
|
static InsertAllRequest.Builder |
InsertAllRequest.newBuilder(TableId table,
InsertAllRequest.RowToInsert... rows) |
Returns a builder for an InsertAllRequest object given the destination table and the
rows to insert.
|
static InsertAllRequest.Builder |
InsertAllRequest.newBuilder(TableId table,
Iterable<InsertAllRequest.RowToInsert> rows) |
Returns a builder for an InsertAllRequest object given the destination table and the
rows to insert.
|
static LoadJobConfiguration.Builder |
LoadJobConfiguration.newBuilder(TableId destinationTable,
String sourceUri) |
Creates a builder for a BigQuery Load Job configuration given the destination table and source
URI.
|
static LoadJobConfiguration.Builder |
LoadJobConfiguration.newBuilder(TableId destinationTable,
String sourceUri,
FormatOptions format) |
Creates a builder for a BigQuery Load Job configuration given the destination table, format and
source URI.
|
static LoadJobConfiguration.Builder |
LoadJobConfiguration.newBuilder(TableId destinationTable,
List<String> sourceUris) |
Creates a builder for a BigQuery Load Job configuration given the destination table and source
URIs.
|
static LoadJobConfiguration.Builder |
LoadJobConfiguration.newBuilder(TableId destinationTable,
List<String> sourceUris,
FormatOptions format) |
Creates a builder for a BigQuery Load Job configuration given the destination table, format and
source URIs.
|
static TableInfo.Builder |
TableInfo.newBuilder(TableId tableId,
TableDefinition definition) |
Returns a builder for a TableInfo object given table identity and definition.
|
static WriteChannelConfiguration.Builder |
WriteChannelConfiguration.newBuilder(TableId destinationTable) |
Creates a builder for a BigQuery Load Configuration given the destination table.
|
static WriteChannelConfiguration.Builder |
WriteChannelConfiguration.newBuilder(TableId destinationTable,
FormatOptions format) |
Creates a builder for a BigQuery Load Configuration given the destination table and format.
|
static CopyJobConfiguration |
CopyJobConfiguration.of(TableId destinationTable,
TableId sourceTable) |
Returns a BigQuery Copy Job configuration for the given destination and source table.
|
static CopyJobConfiguration |
CopyJobConfiguration.of(TableId destinationTable,
List<TableId> sourceTables) |
Returns a BigQuery Copy Job configuration for the given destination and source tables.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(TableId sourceTable,
String destinationUri) |
Returns a BigQuery Extract Job configuration for the given source table and destination URI.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(TableId sourceTable,
String destinationUri,
String format) |
Returns a BigQuery Extract Job configuration for the given source table, format and destination
URI.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(TableId sourceTable,
List<String> destinationUris) |
Returns a BigQuery Extract Job configuration for the given source table and destination URIs.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(TableId sourceTable,
List<String> destinationUris,
String format) |
Returns a BigQuery Extract Job configuration for the given source table, format and destination
URIs.
|
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 LoadJobConfiguration |
LoadJobConfiguration.of(TableId destinationTable,
String sourceUri) |
Returns a BigQuery Load Job Configuration for the given destination table and source URI.
|
static LoadJobConfiguration |
LoadJobConfiguration.of(TableId destinationTable,
String sourceUri,
FormatOptions format) |
Returns a BigQuery Load Job Configuration for the given destination table, format and source
URI.
|
static LoadJobConfiguration |
LoadJobConfiguration.of(TableId destinationTable,
List<String> sourceUris) |
Returns a BigQuery Load Job Configuration for the given destination table and source URIs.
|
static LoadJobConfiguration |
LoadJobConfiguration.of(TableId destinationTable,
List<String> sourceUris,
FormatOptions format) |
Returns a BigQuery Load Job Configuration for the given destination table, format and source
URI.
|
static TableInfo |
TableInfo.of(TableId tableId,
TableDefinition definition) |
Returns a TableInfo object given table identity and definition.
|
static WriteChannelConfiguration |
WriteChannelConfiguration.of(TableId destinationTable) |
Returns a BigQuery Load Configuration for the given destination table.
|
static WriteChannelConfiguration |
WriteChannelConfiguration.of(TableId destinationTable,
FormatOptions format) |
Returns a BigQuery Load Configuration for the given destination table and format.
|
abstract CloneDefinition.Builder |
CloneDefinition.Builder.setBaseTableId(TableId baseTableId) |
Reference describing the ID of the table that was Cloned.
|
abstract IndexUnusedReason.Builder |
IndexUnusedReason.Builder.setBaseTableId(TableId baseTable) |
Specifies the base table involved in the reason that no search index was used.
|
abstract SnapshotTableDefinition.Builder |
SnapshotTableDefinition.Builder.setBaseTableId(TableId baseTableId) |
Reference describing the ID of the table that was snapshot.
|
abstract ConnectionSettings.Builder |
ConnectionSettings.Builder.setDestinationTable(TableId destinationTable) |
Sets the table where to put query results.
|
CopyJobConfiguration.Builder |
CopyJobConfiguration.Builder.setDestinationTable(TableId destinationTable) |
Sets the destination table of the copy job.
|
LoadConfiguration.Builder |
LoadConfiguration.Builder.setDestinationTable(TableId destinationTable) |
Sets the destination table to load the data into.
|
LoadJobConfiguration.Builder |
LoadJobConfiguration.Builder.setDestinationTable(TableId destinationTable) |
|
QueryJobConfiguration.Builder |
QueryJobConfiguration.Builder.setDestinationTable(TableId destinationTable) |
Sets the table where to put query results.
|
WriteChannelConfiguration.Builder |
WriteChannelConfiguration.Builder.setDestinationTable(TableId destinationTable) |
|
com.google.cloud.Policy |
BigQuery.setIamPolicy(TableId tableId,
com.google.cloud.Policy policy,
BigQuery.IAMOption... options) |
Sets the IAM policy for a specified table.
|
abstract ForeignKey.Builder |
ForeignKey.Builder.setReferencedTable(TableId referencedTable) |
The table referenced by this foreign key.
|
ExtractJobConfiguration.Builder |
ExtractJobConfiguration.Builder.setSourceTable(TableId sourceTable) |
Sets the table to export.
|
InsertAllRequest.Builder |
InsertAllRequest.Builder.setTable(TableId table) |
Sets the destination table for rows insert request.
|
Table.Builder |
Table.Builder.setTableId(TableId tableId) |
|
abstract TableInfo.Builder |
TableInfo.Builder.setTableId(TableId tableId) |
Sets the table identity.
|
List<String> |
BigQuery.testIamPermissions(TableId table,
List<String> permissions,
BigQuery.IAMOption... options) |
Tests whether the caller holds specific permissions on a BigQuery table.
|