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 TableTable.Builder. build()TableBigQuery. create(TableInfo tableInfo, BigQuery.TableOption... options)Creates a new table.TableDataset. create(String tableId, TableDefinition definition, BigQuery.TableOption... options)Creates a new table in this dataset.TableDataset. get(String tableId, BigQuery.TableOption... options)Returns the requested table in this dataset ornullif not found.TableBigQuery. getTable(TableId tableId, BigQuery.TableOption... options)Returns the requested table ornullif not found.TableBigQuery. getTable(String datasetId, String tableId, BigQuery.TableOption... options)Returns the requested table ornullif not found.TableTable. reload(BigQuery.TableOption... options)Fetches current table's latest information.TableBigQuery. update(TableInfo tableInfo, BigQuery.TableOption... options)Updates table information.TableTable. 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.
-