Database Reference
In-Depth Information
"friendlyName": "API Project"
},
{
"kind": "bigquery#project",
"id": "bigquery-e2e",
"numericId": "857243983440",
"projectReference": {
"projectId": "bigquery-e2e"
},
"friendlyName": "Bigquery End-to-End"
}
],
"totalItems": 2
}
This response is virtually identical to the curl response shown for
Projects.list() . When something is not working, it is often helpful
to compare the request you send with the request sent by bq .
Datasets
Datasets are containers for tables with some minor metadata and an access
control list (ACL). The Datasets collection offers the full range of RESTful
operations: insert() , get() , list() , update() , patch() , and
delete() . A dataset belongs to a project; any storage used by the dataset
is billed to the project. Table 5.4 summarizes the REST methods available in
the Datasets collection.
 
Search WWH ::




Custom Search