- create
Creates a new table.
- getTable
Returns the requested table or null if not found.
- delete
Deletes the requested dataset.
- getDataset
Returns the requested dataset or null if not found.
- insertAll
Sends an insert all request.
- listTables
Lists the tables in the dataset. This method returns partial information on each
table: ( Table#tabl
- query
Runs the query associated with the request.
- cancel
Sends a job cancel request. This call will return immediately. The job status
can then be checked us
- getJob
Returns the requested job or null if not found.
- getQueryResults
Returns results of the query associated with the provided job.
- listDatasets
Lists the project's datasets. This method returns partial information on each
dataset: ( Dataset#dat
- listTableData
Lists the table's rows.Example of listing table rows, specifying the page size.
String datasetName