File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,12 @@ const main = async (
2525 projectId = process . env . GOOGLE_CLOUD_PROJECT ,
2626 entryGroupId
2727) => {
28+ // [START data_catalog_create_entry_group_tag]
2829 // [START datacatalog_create_entry_group_tag]
2930 // -------------------------------
3031 // Import required modules.
3132 // -------------------------------
32- const { DataCatalogClient} = require ( '@google-cloud/datacatalog' ) . v1 ;
33+ const { DataCatalogClient } = require ( '@google-cloud/datacatalog' ) . v1 ;
3334 const datacatalog = new DataCatalogClient ( ) ;
3435
3536 // Currently, Data Catalog stores metadata in the
@@ -59,6 +60,7 @@ const main = async (
5960
6061 console . log ( response ) ;
6162 // [END datacatalog_create_entry_group_tag]
63+ // [END data_catalog_create_entry_group_tag]
6264} ;
6365
6466// node createEntryGroup.js <projectId> <entryGroupId>
You can’t perform that action at this time.
0 commit comments