Skip to content

Commit

Permalink
Update Healthcare API datasets modality to use v1beta1 API (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
noerog authored and fhinkel committed Jun 4, 2019
1 parent 6085e23 commit 74557db
Show file tree
Hide file tree
Showing 8 changed files with 301 additions and 341 deletions.
21 changes: 9 additions & 12 deletions healthcare/datasets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,20 @@ Run the following command to install the library dependencies for Node.js:
# Running the sample

Commands:
datasets.js createDataset <datasetId> Creates a new health dataset.
datasets.js deleteDataset <datasetId> Deletes the specified health dataset and all data
contained in the dataset.
datasets.js getDataset <datasetId> Gets any metadata associated with a dataset.
datasets.js listDatasets Lists the datasets in the given GCP project.
datasets.js patchDataset <datasetId> <timeZone> Updates dataset metadata.
datasets.js deidentifyDataset <sourceDatasetId> Creates a new dataset containing de-identified data from
<destinationDatasetId> <whitelistTags> the source dataset.
createDataset.js <projectId> <cloudRegion> <datasetId> Creates a new health dataset.
deleteDataset.js <projectId> <cloudRegion> <datasetId> Deletes the specified health dataset and all data
contained in the dataset.
getDataset.js <projectId> <cloudRegion> <datasetId> Gets details about a dataset.
listDatasets.js <projectId> <cloudRegion> Lists the datasets in the given GCP project.
patchDataset.js <projectId> <cloudRegion> <datasetId> <timeZone> Updates dataset details.
deidentifyDataset.js <projectId> <cloudRegion> <sourceDatasetId> Creates a new dataset containing de-identified data from
<destinationDatasetId> <keeplistTags> the source dataset.

Options:
--version Show version number [boolean]
--apiKey, -a The API key used for discovering the API. Defaults to
the value of API_KEY environment variable.
[string]
--cloudRegion, -c [string] [default: "us-central1"]
--projectId, -p The Project ID to use. Defaults to the value of the GCLOUD_PROJECT or GOOGLE_CLOUD_PROJECT
environment variables. [string]
environment variables. [string]
--serviceAccount, -s The path to your service credentials JSON.
[string]
--help Show help [boolean]
Expand Down
316 changes: 0 additions & 316 deletions healthcare/datasets/datasets.js

This file was deleted.

Loading

0 comments on commit 74557db

Please sign in to comment.