Database Reference
In-Depth Information
Table 5.4 Datasets REST Collection
Method
URL
HTTP
Verb
Datasets.insert() . . . /projects/<project_id>/
datasets/
POST
Datasets.get()
. . . /projects/<project_id>/
datasets/<dataset_id>
GET
Datasets.list()
. . . /projects/<project_id>/
datasets
GET
Datasets.update() . . . /projects/<project_id>/
datasets/<dataset_id>
PUT
Datasets.patch() . . . /projects/<project_id>/
datasets/<dataset_id>
PATCH
Datasets.delete() . . . /projects/<project_id>/
datasets/<dataset_id>
DELETE
Dataset Resource
The Dataset resource contains fields that can be divided up into four parts:
the dataset reference, which specifies the dataset name; the dataset ACL,
which controls who has access to the dataset; dataset statistics, such as
creation and modified times; and user metadata, such as description and
friendly name. The interesting fields of the Dataset resource are described
in Table 5.5 .
 
 
Search WWH ::




Custom Search