File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,12 @@ const main = async (
25
25
projectId = process . env . GOOGLE_CLOUD_PROJECT ,
26
26
entryGroupId
27
27
) => {
28
+ // [START data_catalog_create_entry_group_tag]
28
29
// [START datacatalog_create_entry_group_tag]
29
30
// -------------------------------
30
31
// Import required modules.
31
32
// -------------------------------
32
- const { DataCatalogClient} = require ( '@google-cloud/datacatalog' ) . v1 ;
33
+ const { DataCatalogClient } = require ( '@google-cloud/datacatalog' ) . v1 ;
33
34
const datacatalog = new DataCatalogClient ( ) ;
34
35
35
36
// Currently, Data Catalog stores metadata in the
@@ -59,6 +60,7 @@ const main = async (
59
60
60
61
console . log ( response ) ;
61
62
// [END datacatalog_create_entry_group_tag]
63
+ // [END data_catalog_create_entry_group_tag]
62
64
} ;
63
65
64
66
// node createEntryGroup.js <projectId> <entryGroupId>
You can’t perform that action at this time.
0 commit comments