Skip to content

Commit 1123f82

Browse files
Rebecca TaylorAce Nassri
Rebecca Taylor
authored and
Ace Nassri
committed
fix(samples): use us-central1 region (not global) (#322)
1 parent 7979468 commit 1123f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translate/v3beta1/translate_batch_translate_text_beta.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019, Google, Inc.
2+
* Copyright 2019 Google LLC
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at
@@ -26,7 +26,7 @@ function main(
2626
* TODO(developer): Uncomment these variables before running the sample.
2727
*/
2828
// const projectId = 'YOUR_PROJECT_ID';
29-
// const location = 'global';
29+
// const location = 'us-central1';
3030
// const text = 'text to translate';
3131

3232
// Imports the Google Cloud Translation library

0 commit comments

Comments
 (0)