Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

[blocked] bad generation of library #377

Closed
wants to merge 2 commits into from
Closed

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Log from Synthtool
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:545c758c76c3f779037aa259023ec3d1ef2d57d2c8cd00a222cb187d63ceac5e
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
synthtool > Running generator for google/cloud/translate/artman_translate_v3beta1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/js/translate-v3beta1.
synthtool > Replaced '../../package.json' in src/v3beta1/translation_service_client.js.
synthtool > No replacements made in test/gapic-*.js for pattern ../../package.json, maybe replacement is not longer needed?
synthtool > Replaced 'https:\\/\\/cloud\\.google\\.com[\\s\\*]*http:\\/\\/(.*)[\\s\\*]*\\)' in src/v3beta1/doc/google/protobuf/doc_timestamp.js.
synthtool > No replacements made in **/doc/google/protobuf/doc_timestamp.js for pattern toISOString\], maybe replacement is not longer needed?
.eslintignore
.eslintrc.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/support_request.md
.github/PULL_REQUEST_TEMPLATE.md
.github/release-please.yml
.jsdoc.js
.kokoro/common.cfg
.kokoro/continuous/node10/common.cfg
.kokoro/continuous/node10/docs.cfg
.kokoro/continuous/node10/lint.cfg
.kokoro/continuous/node10/samples-test.cfg
.kokoro/continuous/node10/system-test.cfg
.kokoro/continuous/node10/test.cfg
.kokoro/continuous/node12/common.cfg
.kokoro/continuous/node12/test.cfg
.kokoro/continuous/node8/common.cfg
.kokoro/continuous/node8/test.cfg
.kokoro/docs.sh
.kokoro/lint.sh
.kokoro/presubmit/node10/common.cfg
.kokoro/presubmit/node10/docs.cfg
.kokoro/presubmit/node10/lint.cfg
.kokoro/presubmit/node10/samples-test.cfg
.kokoro/presubmit/node10/system-test.cfg
.kokoro/presubmit/node10/test.cfg
.kokoro/presubmit/node12/common.cfg
.kokoro/presubmit/node12/test.cfg
.kokoro/presubmit/node8/common.cfg
.kokoro/presubmit/node8/test.cfg
.kokoro/presubmit/windows/common.cfg
.kokoro/presubmit/windows/test.cfg
.kokoro/publish.sh
.kokoro/release/docs.cfg
.kokoro/release/docs.sh
.kokoro/release/publish.cfg
.kokoro/samples-test.sh
.kokoro/system-test.sh
.kokoro/test.bat
.kokoro/test.sh
.kokoro/trampoline.sh
.nycrc
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
codecov.yaml
renovate.json
samples/README.md
npm WARN npm npm does not support Node.js v12.13.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.
npm WARN npm You can find the latest version at https://nodejs.org/

> core-js@2.6.10 postinstall /tmpfs/src/git/autosynth/working_repo/node_modules/core-js
> node postinstall || echo "ignore"


> protobufjs@6.8.8 postinstall /tmpfs/src/git/autosynth/working_repo/node_modules/protobufjs
> node scripts/postinstall


> @google-cloud/translate@5.0.2 prepare /tmpfs/src/git/autosynth/working_repo
> npm run compile

npm WARN npm npm does not support Node.js v12.13.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.
npm WARN npm You can find the latest version at https://nodejs.org/

> @google-cloud/translate@5.0.2 compile /tmpfs/src/git/autosynth/working_repo
> tsc -p . && npm run copy-js

src/v3/translation_service_client.ts:308:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

308       request: protosTypes.google.cloud.translation.v3.ITranslateTextRequest,
                                                        ~~

src/v3/translation_service_client.ts:311:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

311         protosTypes.google.cloud.translation.v3.ITranslateTextResponse,
                                                 ~~

src/v3/translation_service_client.ts:312:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

312         protosTypes.google.cloud.translation.v3.ITranslateTextRequest|undefined,
                                                 ~~

src/v3/translation_service_client.ts:316:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

316       request: protosTypes.google.cloud.translation.v3.ITranslateTextRequest,
                                                        ~~

src/v3/translation_service_client.ts:319:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

319           protosTypes.google.cloud.translation.v3.ITranslateTextResponse,
                                                   ~~

src/v3/translation_service_client.ts:320:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

320           protosTypes.google.cloud.translation.v3.ITranslateTextRequest|
                                                   ~~

src/v3/translation_service_client.ts:324:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

324       request: protosTypes.google.cloud.translation.v3.ITranslateTextRequest,
                                                        ~~

src/v3/translation_service_client.ts:326:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

326           protosTypes.google.cloud.translation.v3.ITranslateTextResponse,
                                                   ~~

src/v3/translation_service_client.ts:327:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

327           protosTypes.google.cloud.translation.v3.ITranslateTextRequest|
                                                   ~~

src/v3/translation_service_client.ts:331:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

331           protosTypes.google.cloud.translation.v3.ITranslateTextResponse,
                                                   ~~

src/v3/translation_service_client.ts:332:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

332           protosTypes.google.cloud.translation.v3.ITranslateTextRequest|
                                                   ~~

src/v3/translation_service_client.ts:336:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

336         protosTypes.google.cloud.translation.v3.ITranslateTextResponse,
                                                 ~~

src/v3/translation_service_client.ts:337:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

337         protosTypes.google.cloud.translation.v3.ITranslateTextRequest|undefined,
                                                 ~~

src/v3/translation_service_client.ts:353:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

353       request: protosTypes.google.cloud.translation.v3.IDetectLanguageRequest,
                                                        ~~

src/v3/translation_service_client.ts:356:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

356         protosTypes.google.cloud.translation.v3.IDetectLanguageResponse,
                                                 ~~

src/v3/translation_service_client.ts:357:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

357         protosTypes.google.cloud.translation.v3.IDetectLanguageRequest|
                                                 ~~

src/v3/translation_service_client.ts:362:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

362       request: protosTypes.google.cloud.translation.v3.IDetectLanguageRequest,
                                                        ~~

src/v3/translation_service_client.ts:365:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

365           protosTypes.google.cloud.translation.v3.IDetectLanguageResponse,
                                                   ~~

src/v3/translation_service_client.ts:366:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

366           protosTypes.google.cloud.translation.v3.IDetectLanguageRequest|
                                                   ~~

src/v3/translation_service_client.ts:370:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

370       request: protosTypes.google.cloud.translation.v3.IDetectLanguageRequest,
                                                        ~~

src/v3/translation_service_client.ts:372:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

372           protosTypes.google.cloud.translation.v3.IDetectLanguageResponse,
                                                   ~~

src/v3/translation_service_client.ts:373:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

373           protosTypes.google.cloud.translation.v3.IDetectLanguageRequest|
                                                   ~~

src/v3/translation_service_client.ts:377:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

377           protosTypes.google.cloud.translation.v3.IDetectLanguageResponse,
                                                   ~~

src/v3/translation_service_client.ts:378:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

378           protosTypes.google.cloud.translation.v3.IDetectLanguageRequest|
                                                   ~~

src/v3/translation_service_client.ts:382:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

382         protosTypes.google.cloud.translation.v3.IDetectLanguageResponse,
                                                 ~~

src/v3/translation_service_client.ts:383:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

383         protosTypes.google.cloud.translation.v3.IDetectLanguageRequest|
                                                 ~~

src/v3/translation_service_client.ts:401:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

401           protosTypes.google.cloud.translation.v3.IGetSupportedLanguagesRequest,
                                                   ~~

src/v3/translation_service_client.ts:404:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

404         protosTypes.google.cloud.translation.v3.ISupportedLanguages,
                                                 ~~

src/v3/translation_service_client.ts:405:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

405         protosTypes.google.cloud.translation.v3.IGetSupportedLanguagesRequest|
                                                 ~~

src/v3/translation_service_client.ts:411:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

411           protosTypes.google.cloud.translation.v3.IGetSupportedLanguagesRequest,
                                                   ~~

src/v3/translation_service_client.ts:414:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

414           protosTypes.google.cloud.translation.v3.ISupportedLanguages,
                                                   ~~

src/v3/translation_service_client.ts:415:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

415           protosTypes.google.cloud.translation.v3.IGetSupportedLanguagesRequest|
                                                   ~~

src/v3/translation_service_client.ts:420:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

420           protosTypes.google.cloud.translation.v3.IGetSupportedLanguagesRequest,
                                                   ~~

src/v3/translation_service_client.ts:422:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

422           protosTypes.google.cloud.translation.v3.ISupportedLanguages,
                                                   ~~

src/v3/translation_service_client.ts:423:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

423           protosTypes.google.cloud.translation.v3.IGetSupportedLanguagesRequest|
                                                   ~~

src/v3/translation_service_client.ts:427:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

427           protosTypes.google.cloud.translation.v3.ISupportedLanguages,
                                                   ~~

src/v3/translation_service_client.ts:428:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

428           protosTypes.google.cloud.translation.v3.IGetSupportedLanguagesRequest|
                                                   ~~

src/v3/translation_service_client.ts:432:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

432         protosTypes.google.cloud.translation.v3.ISupportedLanguages,
                                                 ~~

src/v3/translation_service_client.ts:433:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

433         protosTypes.google.cloud.translation.v3.IGetSupportedLanguagesRequest|
                                                 ~~

src/v3/translation_service_client.ts:452:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

452       request: protosTypes.google.cloud.translation.v3.IGetGlossaryRequest,
                                                        ~~

src/v3/translation_service_client.ts:455:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

455         protosTypes.google.cloud.translation.v3.IGlossary,
                                                 ~~

src/v3/translation_service_client.ts:456:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

456         protosTypes.google.cloud.translation.v3.IGetGlossaryRequest|undefined,
                                                 ~~

src/v3/translation_service_client.ts:460:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

460       request: protosTypes.google.cloud.translation.v3.IGetGlossaryRequest,
                                                        ~~

src/v3/translation_service_client.ts:463:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

463           protosTypes.google.cloud.translation.v3.IGlossary,
                                                   ~~

src/v3/translation_service_client.ts:464:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

464           protosTypes.google.cloud.translation.v3.IGetGlossaryRequest|undefined,
                                                   ~~

src/v3/translation_service_client.ts:467:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

467       request: protosTypes.google.cloud.translation.v3.IGetGlossaryRequest,
                                                        ~~

src/v3/translation_service_client.ts:469:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

469           protosTypes.google.cloud.translation.v3.IGlossary,
                                                   ~~

src/v3/translation_service_client.ts:470:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

470           protosTypes.google.cloud.translation.v3.IGetGlossaryRequest|undefined,
                                                   ~~

src/v3/translation_service_client.ts:473:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

473           protosTypes.google.cloud.translation.v3.IGlossary,
                                                   ~~

src/v3/translation_service_client.ts:474:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

474           protosTypes.google.cloud.translation.v3.IGetGlossaryRequest|undefined,
                                                   ~~

src/v3/translation_service_client.ts:477:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

477         protosTypes.google.cloud.translation.v3.IGlossary,
                                                 ~~

src/v3/translation_service_client.ts:478:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

478         protosTypes.google.cloud.translation.v3.IGetGlossaryRequest|undefined,
                                                 ~~

src/v3/translation_service_client.ts:502:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

502           protosTypes.google.cloud.translation.v3.IBatchTranslateTextRequest,
                                                   ~~

src/v3/translation_service_client.ts:506:50 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

506             protosTypes.google.cloud.translation.v3.IBatchTranslateResponse,
                                                     ~~

src/v3/translation_service_client.ts:507:50 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

507             protosTypes.google.cloud.translation.v3.IBatchTranslateMetadata>,
                                                     ~~

src/v3/translation_service_client.ts:512:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

512           protosTypes.google.cloud.translation.v3.IBatchTranslateTextRequest,
                                                   ~~

src/v3/translation_service_client.ts:516:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

516               protosTypes.google.cloud.translation.v3.IBatchTranslateResponse,
                                                       ~~

src/v3/translation_service_client.ts:517:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

517               protosTypes.google.cloud.translation.v3.IBatchTranslateMetadata>,
                                                       ~~

src/v3/translation_service_client.ts:522:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

522           protosTypes.google.cloud.translation.v3.IBatchTranslateTextRequest,
                                                   ~~

src/v3/translation_service_client.ts:525:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

525               protosTypes.google.cloud.translation.v3.IBatchTranslateResponse,
                                                       ~~

src/v3/translation_service_client.ts:526:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

526               protosTypes.google.cloud.translation.v3.IBatchTranslateMetadata>,
                                                       ~~

src/v3/translation_service_client.ts:530:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

530               protosTypes.google.cloud.translation.v3.IBatchTranslateResponse,
                                                       ~~

src/v3/translation_service_client.ts:531:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

531               protosTypes.google.cloud.translation.v3.IBatchTranslateMetadata>,
                                                       ~~

src/v3/translation_service_client.ts:535:50 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

535             protosTypes.google.cloud.translation.v3.IBatchTranslateResponse,
                                                     ~~

src/v3/translation_service_client.ts:536:50 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

536             protosTypes.google.cloud.translation.v3.IBatchTranslateMetadata>,
                                                     ~~

src/v3/translation_service_client.ts:553:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

553       request: protosTypes.google.cloud.translation.v3.ICreateGlossaryRequest,
                                                        ~~

src/v3/translation_service_client.ts:557:50 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

557             protosTypes.google.cloud.translation.v3.IGlossary,
                                                     ~~

src/v3/translation_service_client.ts:558:50 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

558             protosTypes.google.cloud.translation.v3.ICreateGlossaryMetadata>,
                                                     ~~

src/v3/translation_service_client.ts:562:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

562       request: protosTypes.google.cloud.translation.v3.ICreateGlossaryRequest,
                                                        ~~

src/v3/translation_service_client.ts:566:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

566               protosTypes.google.cloud.translation.v3.IGlossary,
                                                       ~~

src/v3/translation_service_client.ts:567:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

567               protosTypes.google.cloud.translation.v3.ICreateGlossaryMetadata>,
                                                       ~~

src/v3/translation_service_client.ts:571:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

571       request: protosTypes.google.cloud.translation.v3.ICreateGlossaryRequest,
                                                        ~~

src/v3/translation_service_client.ts:574:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

574               protosTypes.google.cloud.translation.v3.IGlossary,
                                                       ~~

src/v3/translation_service_client.ts:575:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

575               protosTypes.google.cloud.translation.v3.ICreateGlossaryMetadata>,
                                                       ~~

src/v3/translation_service_client.ts:579:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

579               protosTypes.google.cloud.translation.v3.IGlossary,
                                                       ~~

src/v3/translation_service_client.ts:580:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

580               protosTypes.google.cloud.translation.v3.ICreateGlossaryMetadata>,
                                                       ~~

src/v3/translation_service_client.ts:584:50 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

584             protosTypes.google.cloud.translation.v3.IGlossary,
                                                     ~~

src/v3/translation_service_client.ts:585:50 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

585             protosTypes.google.cloud.translation.v3.ICreateGlossaryMetadata>,
                                                     ~~

src/v3/translation_service_client.ts:603:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

603       request: protosTypes.google.cloud.translation.v3.IDeleteGlossaryRequest,
                                                        ~~

src/v3/translation_service_client.ts:607:50 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

607             protosTypes.google.cloud.translation.v3.IDeleteGlossaryResponse,
                                                     ~~

src/v3/translation_service_client.ts:608:50 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

608             protosTypes.google.cloud.translation.v3.IDeleteGlossaryMetadata>,
                                                     ~~

src/v3/translation_service_client.ts:612:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

612       request: protosTypes.google.cloud.translation.v3.IDeleteGlossaryRequest,
                                                        ~~

src/v3/translation_service_client.ts:616:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

616               protosTypes.google.cloud.translation.v3.IDeleteGlossaryResponse,
                                                       ~~

src/v3/translation_service_client.ts:617:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

617               protosTypes.google.cloud.translation.v3.IDeleteGlossaryMetadata>,
                                                       ~~

src/v3/translation_service_client.ts:621:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

621       request: protosTypes.google.cloud.translation.v3.IDeleteGlossaryRequest,
                                                        ~~

src/v3/translation_service_client.ts:624:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

624               protosTypes.google.cloud.translation.v3.IDeleteGlossaryResponse,
                                                       ~~

src/v3/translation_service_client.ts:625:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

625               protosTypes.google.cloud.translation.v3.IDeleteGlossaryMetadata>,
                                                       ~~

src/v3/translation_service_client.ts:629:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

629               protosTypes.google.cloud.translation.v3.IDeleteGlossaryResponse,
                                                       ~~

src/v3/translation_service_client.ts:630:52 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

630               protosTypes.google.cloud.translation.v3.IDeleteGlossaryMetadata>,
                                                       ~~

src/v3/translation_service_client.ts:634:50 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

634             protosTypes.google.cloud.translation.v3.IDeleteGlossaryResponse,
                                                     ~~

src/v3/translation_service_client.ts:635:50 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

635             protosTypes.google.cloud.translation.v3.IDeleteGlossaryMetadata>,
                                                     ~~

src/v3/translation_service_client.ts:652:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

652       request: protosTypes.google.cloud.translation.v3.IListGlossariesRequest,
                                                        ~~

src/v3/translation_service_client.ts:655:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

655         protosTypes.google.cloud.translation.v3.IGlossary[],
                                                 ~~

src/v3/translation_service_client.ts:656:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

656         protosTypes.google.cloud.translation.v3.IListGlossariesRequest|null,
                                                 ~~

src/v3/translation_service_client.ts:657:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

657         protosTypes.google.cloud.translation.v3.IListGlossariesResponse
                                                 ~~

src/v3/translation_service_client.ts:660:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

660       request: protosTypes.google.cloud.translation.v3.IListGlossariesRequest,
                                                        ~~

src/v3/translation_service_client.ts:663:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

663           protosTypes.google.cloud.translation.v3.IGlossary[],
                                                   ~~

src/v3/translation_service_client.ts:664:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

664           protosTypes.google.cloud.translation.v3.IListGlossariesRequest|null,
                                                   ~~

src/v3/translation_service_client.ts:665:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

665           protosTypes.google.cloud.translation.v3.IListGlossariesResponse>):
                                                   ~~

src/v3/translation_service_client.ts:668:53 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

668       request: protosTypes.google.cloud.translation.v3.IListGlossariesRequest,
                                                        ~~

src/v3/translation_service_client.ts:670:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

670           protosTypes.google.cloud.translation.v3.IGlossary[],
                                                   ~~

src/v3/translation_service_client.ts:671:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

671           protosTypes.google.cloud.translation.v3.IListGlossariesRequest|null,
                                                   ~~

src/v3/translation_service_client.ts:672:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

672           protosTypes.google.cloud.translation.v3.IListGlossariesResponse>,
                                                   ~~

src/v3/translation_service_client.ts:674:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

674           protosTypes.google.cloud.translation.v3.IGlossary[],
                                                   ~~

src/v3/translation_service_client.ts:675:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

675           protosTypes.google.cloud.translation.v3.IListGlossariesRequest|null,
                                                   ~~

src/v3/translation_service_client.ts:676:48 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

676           protosTypes.google.cloud.translation.v3.IListGlossariesResponse>):
                                                   ~~

src/v3/translation_service_client.ts:678:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

678         protosTypes.google.cloud.translation.v3.IGlossary[],
                                                 ~~

src/v3/translation_service_client.ts:679:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

679         protosTypes.google.cloud.translation.v3.IListGlossariesRequest|null,
                                                 ~~

src/v3/translation_service_client.ts:680:46 - error TS2694: Namespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.cloud.translation' has no exported member 'v3'.

680         protosTypes.google.cloud.translation.v3.IListGlossariesResponse
                                                 ~~

system-test/translate.ts:79:54 - error TS7006: Parameter 'translation' implicitly has an 'any' type.

79       const translations = results.translations!.map(translation =>
                                                        ~~~~~~~~~~~

system-test/translate.ts:112:9 - error TS7006: Parameter 'l' implicitly has an 'any' type.

112         l => l.languageCode === 'en'
            ~

system-test/translate.ts:129:9 - error TS7006: Parameter 'l' implicitly has an 'any' type.

129         l => l.languageCode === 'en'
            ~


Found 224 errors.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/translate@5.0.2 compile: `tsc -p . && npm run copy-js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @google-cloud/translate@5.0.2 compile script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/kbuilder/.npm/_logs/2019-11-08T12_26_02_630Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/translate@5.0.2 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @google-cloud/translate@5.0.2 prepare script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/kbuilder/.npm/_logs/2019-11-08T12_26_02_671Z-debug.log
npm WARN npm npm does not support Node.js v12.13.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.
npm WARN npm You can find the latest version at https://nodejs.org/

> @google-cloud/translate@5.0.2 fix /tmpfs/src/git/autosynth/working_repo
> gts fix && eslint --fix '**/*.js'


/tmpfs/src/git/autosynth/working_repo/samples/automl/automlTranslationDataset.js
   28:26  error  "@google-cloud/automl" is not found  node/no-missing-require
   77:26  error  "@google-cloud/automl" is not found  node/no-missing-require
  123:26  error  "@google-cloud/automl" is not found  node/no-missing-require
  160:26  error  "@google-cloud/automl" is not found  node/no-missing-require
  200:26  error  "@google-cloud/automl" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/automl/automlTranslationModel.js
   28:26  error  "@google-cloud/automl" is not found  node/no-missing-require
   83:26  error  "@google-cloud/automl" is not found  node/no-missing-require
  125:26  error  "@google-cloud/automl" is not found  node/no-missing-require
  188:26  error  "@google-cloud/automl" is not found  node/no-missing-require
  223:26  error  "@google-cloud/automl" is not found  node/no-missing-require
  253:26  error  "@google-cloud/automl" is not found  node/no-missing-require
  278:26  error  "@google-cloud/automl" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/automl/automlTranslationPredict.js
  34:26  error  "@google-cloud/automl" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/hybridGlossaries.js
  28:32  error  "@google-cloud/text-to-speech" is not found  node/no-missing-require
  29:29  error  "@google-cloud/translate" is not found       node/no-missing-require
  30:26  error  "@google-cloud/vision" is not found          node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/quickstart.js
  28:31  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/automlTranslation.test.js
  18:26  error  "chai" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/hybridGlossaries.test.js
  19:26  error  "chai" is not found                     node/no-missing-require
  20:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/quickstart.test.js
  18:26  error  "chai" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/translate.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:29  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_batch_translate_text.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require
  19:27  error  "@google-cloud/storage" is not found    node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_batch_translate_text_with_glossary.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require
  20:27  error  "@google-cloud/storage" is not found    node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_batch_translate_text_with_glossary_and_model.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require
  20:27  error  "@google-cloud/storage" is not found    node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_batch_translate_text_with_model.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require
  19:27  error  "@google-cloud/storage" is not found    node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_create_glossary.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_delete_glossary.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_detect_language.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_get_glossary.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_get_supported_languages.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_get_supported_languages_for_targets.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_list_codes.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_list_glossary.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_list_language_names.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_translate_text.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_translate_text_with_glossary.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_translate_text_with_glossary_and_model.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3/translate_translate_text_with_model.test.js
  17:26  error  "chai" is not found                     node/no-missing-require
  18:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3beta1/translate_batch_translate_text_beta.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require
  20:27  error  "@google-cloud/storage" is not found    node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3beta1/translate_create_glossary_beta.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3beta1/translate_delete_glossary_beta.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3beta1/translate_detect_language_beta.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3beta1/translate_get_glossary_beta.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3beta1/translate_list_codes_beta.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3beta1/translate_list_glossary_beta.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3beta1/translate_list_language_names_beta.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3beta1/translate_translate_text_beta.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3beta1/translate_translate_text_with_glossary_beta.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/v3beta1/translate_translate_text_with_model_beta.test.js
  18:26  error  "chai" is not found                     node/no-missing-require
  19:44  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/translate.js
   21:31  error  "@google-cloud/translate" is not found  node/no-missing-require
   50:31  error  "@google-cloud/translate" is not found  node/no-missing-require
   70:31  error  "@google-cloud/translate" is not found  node/no-missing-require
   95:31  error  "@google-cloud/translate" is not found  node/no-missing-require
  125:31  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_batch_translate_text.js
  33:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_batch_translate_text_with_glossary.js
  35:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_batch_translate_text_with_glossary_and_model.js
  37:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_batch_translate_text_with_model.js
  35:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_create_glossary.js
  31:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_delete_glossary.js
  31:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_detect_language.js
  31:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_get_glossary.js
  31:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_get_supported_languages.js
  26:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_get_supported_languages_for_target.js
  26:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_list_codes.js
  26:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_list_glossary.js
  26:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_list_language_names.js
  26:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_translate_text.js
  31:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_translate_text_with_glossary.js
  33:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_translate_text_with_glossary_and_model.js
  35:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3/translate_translate_text_with_model.js
  33:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3beta1/translate_batch_translate_text_beta.js
  33:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3beta1/translate_create_glossary_beta.js
  31:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3beta1/translate_delete_glossary_beta.js
  31:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3beta1/translate_detect_language_beta.js
  31:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3beta1/translate_get_glossary_beta.js
  31:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3beta1/translate_list_codes_beta.js
  27:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3beta1/translate_list_glossary_beta.js
  27:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3beta1/translate_list_language_names_beta.js
  27:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3beta1/translate_translate_text_beta.js
  32:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3beta1/translate_translate_text_with_glossary_beta.js
  32:46  error  "@google-cloud/translate" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/v3beta1/translate_translate_text_with_model_beta.js
  32:46  error  "@google-cloud/translate" is not found  node/no-missing-require
  33:26  error  "@google-cloud/automl" is not found     node/no-missing-require

✖ 118 problems (118 errors, 0 warnings)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/translate@5.0.2 fix: `gts fix && eslint --fix '**/*.js'`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @google-cloud/translate@5.0.2 fix script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/kbuilder/.npm/_logs/2019-11-08T12_26_09_784Z-debug.log
synthtool > Cleaned up 2 temporary directories.
synthtool > Wrote metadata to synth.metadata.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 8, 2019
@bcoe bcoe changed the title [CHANGE ME] Re-generated to pick up changes in the API or client library generator. [blocked] bad generation of library Nov 10, 2019
@bcoe
Copy link
Contributor

bcoe commented Nov 10, 2019

we need to update synth.py to take into account the new micro-generator API surface.

@bcoe bcoe added the status: blocked Resolving the issue is dependent on other work. label Nov 10, 2019
@alexander-fenster
Copy link
Contributor

Closing this to make autosynth happen.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement. status: blocked Resolving the issue is dependent on other work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants