Skip to content

Commit a3bc9f2

Browse files
noerogfhinkel
authored andcommitted
Fix dataset get IAM policy region tag. (GoogleCloudPlatform#1390)
1 parent 51be6a2 commit a3bc9f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

healthcare/datasets/getDatasetIamPolicy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function main(
2222
cloudRegion = 'us-central1',
2323
datasetId
2424
) {
25-
// [START healthcare_get_dataset_iam_policy]
25+
// [START healthcare_dataset_get_iam_policy]
2626
const {google} = require('googleapis');
2727
const healthcare = google.healthcare('v1beta1');
2828

@@ -49,7 +49,7 @@ function main(
4949
}
5050

5151
getDatasetIamPolicy();
52-
// [END healthcare_get_dataset_iam_policy]
52+
// [END healthcare_dataset_get_iam_policy]
5353
}
5454

5555
// node getDatasetIamPolicy.js <projectId> <cloudRegion> <datasetId>

0 commit comments

Comments
 (0)