Uses of Class
com.google.cloud.bigquery.Table
-
Packages that use Table Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of Table in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return Table Modifier and Type Method Description Table
Table.Builder. build()
Table
BigQuery. create(TableInfo tableInfo, BigQuery.TableOption... options)
Creates a new table.Table
Dataset. create(String tableId, TableDefinition definition, BigQuery.TableOption... options)
Creates a new table in this dataset.Table
Dataset. get(String tableId, BigQuery.TableOption... options)
Returns the requested table in this dataset ornull
if not found.Table
BigQuery. getTable(TableId tableId, BigQuery.TableOption... options)
Returns the requested table ornull
if not found.Table
BigQuery. getTable(String datasetId, String tableId, BigQuery.TableOption... options)
Returns the requested table ornull
if not found.Table
Table. reload(BigQuery.TableOption... options)
Fetches current table's latest information.Table
BigQuery. update(TableInfo tableInfo, BigQuery.TableOption... options)
Updates table information.Table
Table. update(BigQuery.TableOption... options)
Updates the table's information with this table's information.Methods in com.google.cloud.bigquery that return types with arguments of type Table Modifier and Type Method Description com.google.api.gax.paging.Page<Table>
Dataset. list(BigQuery.TableListOption... options)
Returns the paginated list of tables in this dataset.com.google.api.gax.paging.Page<Table>
BigQuery. listTables(DatasetId datasetId, BigQuery.TableListOption... options)
Lists the tables in the dataset.com.google.api.gax.paging.Page<Table>
BigQuery. listTables(String datasetId, BigQuery.TableListOption... options)
Lists the tables in the dataset.
-