We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65a2ac commit 4ad38aaCopy full SHA for 4ad38aa
datacatalog/cloud-client/createEntryGroup.js
@@ -25,7 +25,7 @@ const main = async (
25
projectId = process.env.GOOGLE_CLOUD_PROJECT,
26
entryGroupId
27
) => {
28
- // [START data_catalog_create_entry_group_tag]
+ // [START data_catalog_create_entry_group]
29
// [START datacatalog_create_entry_group_tag]
30
// -------------------------------
31
// Import required modules.
@@ -60,7 +60,7 @@ const main = async (
60
61
console.log(response);
62
// [END datacatalog_create_entry_group_tag]
63
- // [END data_catalog_create_entry_group_tag]
+ // [END data_catalog_create_entry_group]
64
};
65
66
// node createEntryGroup.js <projectId> <entryGroupId>
0 commit comments