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.
2 parents c49ea89 + 1a7e648 commit df08b4eCopy full SHA for df08b4e
datacatalog/cloud-client/createEntryGroup.js
@@ -25,6 +25,7 @@ const main = async (
25
projectId = process.env.GOOGLE_CLOUD_PROJECT,
26
entryGroupId
27
) => {
28
+ // [START data_catalog_create_entry_group]
29
// [START datacatalog_create_entry_group_tag]
30
// -------------------------------
31
// Import required modules.
@@ -59,6 +60,7 @@ const main = async (
59
60
61
console.log(response);
62
// [END datacatalog_create_entry_group_tag]
63
+ // [END data_catalog_create_entry_group]
64
};
65
66
// node createEntryGroup.js <projectId> <entryGroupId>
0 commit comments