Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Healthcare API datasets modality to use v1beta1 API #1323

Merged
merged 21 commits into from
Jun 4, 2019
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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