Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

[CHANGE ME] Re-generated to pick up changes in the API or client library generator.#622

Closed
yoshi-automation wants to merge 1 commit into
masterfrom
autosynth
Closed

[CHANGE ME] Re-generated to pick up changes in the API or client library generator.#622
yoshi-automation wants to merge 1 commit into
masterfrom
autosynth

Conversation

@yoshi-automation
Copy link
Copy Markdown
Contributor

This PR was generated using Autosynth. 🌈

Commits in this repo since last synth:
6438df6 docs(samples): add and update samples (#621)
0e547c2 test: modernize mocha config (#619)
447375b chore: skip img.shields.io in docs test
95df1af chore: release 4.7.0 (#616)
008946a feat(params): adds optional param types (#599)
aeef249 chore(deps): update dependency @types/mocha to v7
63d7e24 feat: add support for scripting/routines (#580)

Log from Synthtool
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
.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.14.1
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/bigquery@4.7.0 prepare /tmpfs/src/git/autosynth/working_repo
> npm run compile

npm WARN npm npm does not support Node.js v12.14.1
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/bigquery@4.7.0 compile /tmpfs/src/git/autosynth/working_repo
> tsc -p . && cp src/types.d.ts build/src/

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 651 packages from 1206 contributors and audited 1900 packages in 17.953s
found 0 vulnerabilities

npm WARN npm npm does not support Node.js v12.14.1
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/bigquery@4.7.0 types /tmpfs/src/git/autosynth/working_repo
> dtsd bigquery v2 > ./src/types.d.ts

npm WARN npm npm does not support Node.js v12.14.1
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/bigquery@4.7.0 fix /tmpfs/src/git/autosynth/working_repo
> gts fix && eslint --fix '**/*.js'


/tmpfs/src/git/autosynth/working_repo/samples/addColumnLoadAppend.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/addColumnQueryAppend.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/addEmptyColumn.js
  21:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/auth-user-sample/authUserFlow.js
   19:26  error  "readline-promise" is not found        node/no-missing-require
  107:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

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

/tmpfs/src/git/autosynth/working_repo/samples/browseRows.js
  21:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/cancelJob.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/clientJSONCredentials.js
  21:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/copyTable.js
  25:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/copyTableMultipleSource.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/createDataset.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/createJob.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/createTable.js
  29:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/createTablePartitioned.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

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

/tmpfs/src/git/autosynth/working_repo/samples/ddlCreateView.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/deleteDataset.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/deleteLabelDataset.js
  27:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/deleteLabelTable.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/deleteModel.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/deleteTable.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/extractTableCompressed.js
  25:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/extractTableJSON.js
  25:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/extractTableToGCS.js
  25:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getDataset.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getDatasetLabels.js
  25:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getJob.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getModel.js
  25:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getTable.js
  25:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getTableLabels.js
  25:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/getView.js
  23:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/insertRowsAsStream.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/labelDataset.js
  25:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/labelTable.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/listDatasets.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/listDatasetsByLabel.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/listJobs.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

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

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

/tmpfs/src/git/autosynth/working_repo/samples/listTables.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadCSVFromGCS.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadCSVFromGCSAutodetect.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadCSVFromGCSTruncate.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadJSONFromGCS.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadJSONFromGCSAutodetect.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadJSONFromGCSTruncate.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadLocalFile.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadOrcFromGCSTruncate.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadParquetFromGCSTruncate.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadTableGCSAvro.js
  23:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadTableGCSAvroTruncate.js
  23:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadTableGCSORC.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadTableGCSParquet.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/loadTablePartitioned.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/nestedRepeatedSchema.js
  37:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/query.js
  21:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryBatch.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryDestinationTable.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryDisableCache.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryDryRun.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryLegacy.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryLegacyLargeResults.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryParamsArrays.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryParamsNamed.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryParamsPositional.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryParamsStructs.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryParamsTimestamps.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/queryStackOverflow.js
  21:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

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

/tmpfs/src/git/autosynth/working_repo/samples/relaxColumn.js
  23:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/relaxColumnLoadAppend.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/relaxColumnQueryAppend.js
  22:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

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

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

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

/tmpfs/src/git/autosynth/working_repo/samples/test/queries.test.js
  17:26  error  "chai" is not found                    node/no-missing-require
  22:28  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/quickstart.test.js
  17:26  error  "chai" is not found                    node/no-missing-require
  21:28  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/test/tables.test.js
  17:26  error  "chai" is not found                    node/no-missing-require
  23:28  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/undeleteTable.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateDatasetAccess.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateDatasetDescription.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateDatasetExpiration.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateModel.js
  25:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateTableDescription.js
  20:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateTableExpiration.js
  24:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

/tmpfs/src/git/autosynth/working_repo/samples/updateViewQuery.js
  23:30  error  "@google-cloud/bigquery" is not found  node/no-missing-require

✖ 93 problems (93 errors, 0 warnings)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/bigquery@4.7.0 fix: `gts fix && eslint --fix '**/*.js'`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @google-cloud/bigquery@4.7.0 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/2020-02-04T12_10_19_255Z-debug.log
synthtool > Wrote metadata to synth.metadata.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 4, 2020
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 4, 2020

Codecov Report

Merging #622 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #622   +/-   ##
=======================================
  Coverage   94.74%   94.74%           
=======================================
  Files           7        7           
  Lines        6218     6218           
  Branches      358      358           
=======================================
  Hits         5891     5891           
  Misses        326      326           
  Partials        1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6438df6...1bb5106. Read the comment docs.

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants