We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51be6a2 commit a3bc9f2Copy full SHA for a3bc9f2
1 file changed
healthcare/datasets/getDatasetIamPolicy.js
@@ -22,7 +22,7 @@ function main(
22
cloudRegion = 'us-central1',
23
datasetId
24
) {
25
- // [START healthcare_get_dataset_iam_policy]
+ // [START healthcare_dataset_get_iam_policy]
26
const {google} = require('googleapis');
27
const healthcare = google.healthcare('v1beta1');
28
@@ -49,7 +49,7 @@ function main(
49
}
50
51
getDatasetIamPolicy();
52
- // [END healthcare_get_dataset_iam_policy]
+ // [END healthcare_dataset_get_iam_policy]
53
54
55
// node getDatasetIamPolicy.js <projectId> <cloudRegion> <datasetId>
0 commit comments