We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa998e commit dfbdd1dCopy full SHA for dfbdd1d
translate/v3/translate_create_glossary.js
@@ -17,15 +17,15 @@
17
function main(
18
projectId = 'YOUR_PROJECT_ID',
19
location = 'us-central1',
20
- glossaryId = 'glossary-id'
+ glossaryId = 'your-glossary-display-name'
21
) {
22
// [START translate_v3_create_glossary]
23
/**
24
* TODO(developer): Uncomment these variables before running the sample.
25
*/
26
// const projectId = 'YOUR_PROJECT_ID';
27
// const location = 'global';
28
- // const glossaryId = 'YOUR_GLOSSARY_ID';
+ // const glossaryId = 'your-glossary-display-name';
29
30
// Imports the Google Cloud Translation library
31
const {TranslationServiceClient} = require('@google-cloud/translate');
0 commit comments