Skip to content

Commit

Permalink
fix(samples): use us-central1 region (not global) (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Taylor authored and Ace Nassri committed Nov 17, 2022
1 parent 4f638bb commit e5c9988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translate/v3beta1/translate_batch_translate_text_beta.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2019, Google, Inc.
* Copyright 2019 Google LLC
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -26,7 +26,7 @@ function main(
* TODO(developer): Uncomment these variables before running the sample.
*/
// const projectId = 'YOUR_PROJECT_ID';
// const location = 'global';
// const location = 'us-central1';
// const text = 'text to translate';

// Imports the Google Cloud Translation library
Expand Down

0 comments on commit e5c9988

Please sign in to comment.