Uses of Class
com.google.cloud.bigquery.TableId
Packages that use TableId
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of TableId in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return TableIdModifier and TypeMethodDescriptionabstract TableIdCloneDefinition.getBaseTableId()abstract TableIdIndexUnusedReason.getBaseTableId()Returns the base table involved in the reason that no search index was used.abstract TableIdSnapshotTableDefinition.getBaseTableId()JobStatistics.QueryStatistics.getDdlTargetTable()[BETA] For DDL queries, returns the TableID of the targeted table.abstract TableIdConnectionSettings.getDestinationTable()Returns the table where to put query results.CopyJobConfiguration.getDestinationTable()Returns the destination table to load the data into.LoadConfiguration.getDestinationTable()Returns the destination table to load the data into.LoadJobConfiguration.getDestinationTable()QueryJobConfiguration.getDestinationTable()Returns the table where to put query results.WriteChannelConfiguration.getDestinationTable()Acl.View.getId()abstract TableIdForeignKey.getReferencedTable()ExtractJobConfiguration.getSourceTable()Returns the table to export.InsertAllRequest.getTable()Returns the destination table for rows insert request.TableInfo.getTableId()Returns the table identity.abstract TableIdTableMetadataCacheUsage.getTableReference()static TableIdCreates a table identity given dataset's and table's user-defined ids.static TableIdCreates a table identity given project's, dataset's and table's user-defined ids.Methods in com.google.cloud.bigquery that return types with arguments of type TableIdModifier and TypeMethodDescriptionJobStatistics.QueryStatistics.getReferencedTables()Referenced tables for the job.CopyJobConfiguration.getSourceTables()Returns the source tables to copy.Methods in com.google.cloud.bigquery with parameters of type TableIdModifier and TypeMethodDescriptionstatic LoadJobConfiguration.BuilderCreates a builder for a BigQuery Load Job configuration given the destination table and source URI.Table.copy(TableId destinationTable, BigQuery.JobOption... options) Starts a BigQuery Job to copy the current table to the provided destination table.booleanDeletes the requested table.com.google.cloud.PolicyBigQuery.getIamPolicy(TableId tableId, BigQuery.IAMOption... options) Gets the IAM policy for a specified table.BigQuery.getTable(TableId tableId, BigQuery.TableOption... options) Returns the requested table ornullif not found.BigQuery.listPartitions(TableId tableId) BigQuery.listTableData(TableId tableId, BigQuery.TableDataListOption... options) Lists the table's rows.BigQuery.listTableData(TableId tableId, Schema schema, BigQuery.TableDataListOption... options) Lists the table's rows.static CopyJobConfiguration.BuilderCopyJobConfiguration.newBuilder(TableId destinationTable, TableId sourceTable) Creates a builder for a BigQuery Copy Job configuration given destination and source table.static CopyJobConfiguration.BuilderCopyJobConfiguration.newBuilder(TableId destinationTable, List<TableId> sourceTables) Creates a builder for a BigQuery Copy Job configuration given destination and source tables.ExtractJobConfiguration.newBuilder(TableId sourceTable, String destinationUri) Creates a builder for a BigQuery Extract Job configuration given source table and destination URI.ExtractJobConfiguration.newBuilder(TableId sourceTable, List<String> destinationUris) Creates a builder for a BigQuery Extract Job configuration given source table and destination URIs.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 LoadJobConfiguration.BuilderLoadJobConfiguration.newBuilder(TableId destinationTable, String sourceUri) Creates a builder for a BigQuery Load Job configuration given the destination table and source URI.static LoadJobConfiguration.BuilderLoadJobConfiguration.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.BuilderLoadJobConfiguration.newBuilder(TableId destinationTable, List<String> sourceUris) Creates a builder for a BigQuery Load Job configuration given the destination table and source URIs.static LoadJobConfiguration.BuilderLoadJobConfiguration.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.BuilderTableInfo.newBuilder(TableId tableId, TableDefinition definition) Returns a builder for aTableInfoobject given table identity and definition.WriteChannelConfiguration.newBuilder(TableId destinationTable) Creates a builder for a BigQuery Load Configuration given the destination table.WriteChannelConfiguration.newBuilder(TableId destinationTable, FormatOptions format) Creates a builder for a BigQuery Load Configuration given the destination table and format.static CopyJobConfigurationReturns a BigQuery Copy Job configuration for the given destination and source table.static CopyJobConfigurationReturns a BigQuery Copy Job configuration for the given destination and source tables.static ExtractJobConfigurationReturns a BigQuery Extract Job configuration for the given source table and destination URI.static ExtractJobConfigurationReturns a BigQuery Extract Job configuration for the given source table, format and destination URI.static ExtractJobConfigurationReturns a BigQuery Extract Job configuration for the given source table and destination URIs.static ExtractJobConfigurationReturns a BigQuery Extract Job configuration for the given source table, format and destination URIs.static InsertAllRequestInsertAllRequest.of(TableId tableId, InsertAllRequest.RowToInsert... rows) Returns aInsertAllRequestobject given the destination table and the rows to insert.static InsertAllRequestInsertAllRequest.of(TableId tableId, Iterable<InsertAllRequest.RowToInsert> rows) Returns aInsertAllRequestobject given the destination table and the rows to insert.static LoadJobConfigurationReturns a BigQuery Load Job Configuration for the given destination table and source URI.static LoadJobConfigurationLoadJobConfiguration.of(TableId destinationTable, String sourceUri, FormatOptions format) Returns a BigQuery Load Job Configuration for the given destination table, format and source URI.static LoadJobConfigurationReturns a BigQuery Load Job Configuration for the given destination table and source URIs.static LoadJobConfigurationLoadJobConfiguration.of(TableId destinationTable, List<String> sourceUris, FormatOptions format) Returns a BigQuery Load Job Configuration for the given destination table, format and source URI.static TableInfoTableInfo.of(TableId tableId, TableDefinition definition) Returns aTableInfoobject given table identity and definition.static WriteChannelConfigurationReturns a BigQuery Load Configuration for the given destination table.static WriteChannelConfigurationWriteChannelConfiguration.of(TableId destinationTable, FormatOptions format) Returns a BigQuery Load Configuration for the given destination table and format.abstract CloneDefinition.BuilderCloneDefinition.Builder.setBaseTableId(TableId baseTableId) Reference describing the ID of the table that was Cloned.abstract IndexUnusedReason.BuilderIndexUnusedReason.Builder.setBaseTableId(TableId baseTable) Specifies the base table involved in the reason that no search index was used.abstract SnapshotTableDefinition.BuilderSnapshotTableDefinition.Builder.setBaseTableId(TableId baseTableId) Reference describing the ID of the table that was snapshot.abstract ConnectionSettings.BuilderConnectionSettings.Builder.setDestinationTable(TableId destinationTable) Sets the table where to put query results.CopyJobConfiguration.Builder.setDestinationTable(TableId destinationTable) Sets the destination table of the copy job.LoadConfiguration.Builder.setDestinationTable(TableId destinationTable) Sets the destination table to load the data into.LoadJobConfiguration.Builder.setDestinationTable(TableId destinationTable) QueryJobConfiguration.Builder.setDestinationTable(TableId destinationTable) Sets the table where to put query results.WriteChannelConfiguration.Builder.setDestinationTable(TableId destinationTable) com.google.cloud.PolicyBigQuery.setIamPolicy(TableId tableId, com.google.cloud.Policy policy, BigQuery.IAMOption... options) Sets the IAM policy for a specified table.abstract ForeignKey.BuilderForeignKey.Builder.setReferencedTable(TableId referencedTable) The table referenced by this foreign key.ExtractJobConfiguration.Builder.setSourceTable(TableId sourceTable) Sets the table to export.Sets the destination table for rows insert request.Table.Builder.setTableId(TableId tableId) abstract TableInfo.BuilderTableInfo.Builder.setTableId(TableId tableId) Sets the table identity.abstract TableMetadataCacheUsage.BuilderTableMetadataCacheUsage.Builder.setTableReference(TableId tableReference) Sets the metadata caching eligible table referenced in the query.BigQuery.testIamPermissions(TableId table, List<String> permissions, BigQuery.IAMOption... options) Tests whether the caller holds specific permissions on a BigQuery table.Method parameters in com.google.cloud.bigquery with type arguments of type TableIdModifier and TypeMethodDescriptionstatic CopyJobConfiguration.BuilderCopyJobConfiguration.newBuilder(TableId destinationTable, List<TableId> sourceTables) Creates a builder for a BigQuery Copy Job configuration given destination and source tables.static CopyJobConfigurationReturns a BigQuery Copy Job configuration for the given destination and source tables.CopyJobConfiguration.Builder.setSourceTables(List<TableId> sourceTables) Sets the source tables to copy.Constructors in com.google.cloud.bigquery with parameters of type TableId