Lines Matching full:datasets
32 // This service manages datasets, which are collections of genomic data.
34 // Lists datasets within a project.
36 // For the definitions of datasets and other genomics resources, see
41 get: "/v1/datasets"
47 // For the definitions of datasets and other genomics resources, see
52 post: "/v1/datasets"
59 // For the definitions of datasets and other genomics resources, see
64 get: "/v1/datasets/{dataset_id}"
70 // For the definitions of datasets and other genomics resources, see
77 patch: "/v1/datasets/{dataset_id}"
86 // [datasets.undelete][google.genomics.v1.DatasetServiceV1.UndeleteDataset]
89 // For the definitions of datasets and other genomics resources, see
94 delete: "/v1/datasets/{dataset_id}"
100 // For the definitions of datasets and other genomics resources, see
107 post: "/v1/datasets/{dataset_id}:undelete"
115 // For the definitions of datasets and other genomics resources, see
124 post: "/v1/{resource=datasets/*}:setIamPolicy"
135 // For the definitions of datasets and other genomics resources, see
141 post: "/v1/{resource=datasets/*}:getIamPolicy"
150 // For the definitions of datasets and other genomics resources, see
156 post: "/v1/{resource=datasets/*}:testIamPermissions"
167 // The server-generated dataset ID, unique across all datasets.
182 // Required. The Google Cloud project ID to list datasets for.
197 // The list of matching Datasets.
198 repeated Dataset datasets = 1; field