From 4665149573eb8551f259a1c617b71bd02b755fc0 Mon Sep 17 00:00:00 2001 From: Noah Negrey Date: Thu, 12 Dec 2019 14:00:42 -0700 Subject: [PATCH] fix: update translate_create_glossary.js (#403) --- translate/v3/translate_create_glossary.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translate/v3/translate_create_glossary.js b/translate/v3/translate_create_glossary.js index 88b96942eb5..374ab10087c 100644 --- a/translate/v3/translate_create_glossary.js +++ b/translate/v3/translate_create_glossary.js @@ -17,7 +17,7 @@ function main( projectId = 'YOUR_PROJECT_ID', location = 'us-central1', - glossaryId = 'glossary-id' + glossaryId = 'your-glossary-display-name' ) { // [START translate_v3_create_glossary] /** @@ -25,7 +25,7 @@ function main( */ // const projectId = 'YOUR_PROJECT_ID'; // const location = 'global'; - // const glossaryId = 'YOUR_GLOSSARY_ID'; + // const glossaryId = 'your-glossary-display-name'; // Imports the Google Cloud Translation library const {TranslationServiceClient} = require('@google-cloud/translate');