Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: explain complete event. #435

Conversation

stephenplusplus
Copy link
Contributor

Related: #423

Edit (@ryanseys): and also another example: #436

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 10, 2015
@ryanseys
Copy link
Contributor

Merging because LGTM and docs-only fix and too lazy to wait for travis to finish.

ryanseys added a commit that referenced this pull request Mar 10, 2015
…mplete-event

storage: explain `complete` event.
@ryanseys ryanseys merged commit 6a299fc into googleapis:master Mar 10, 2015
chingor13 pushed a commit that referenced this pull request Aug 22, 2022
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/c503f640-90ae-4547-bcc8-a154d32c609e/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@15013ef
sofisl pushed a commit that referenced this pull request Sep 15, 2022
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/da9a0346-3aae-4809-a60a-a33e68ec23d5/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@0c868d4
sofisl pushed a commit that referenced this pull request Sep 27, 2022
For each client method returning a long running operation, a separate method to check its status is added.

Added methods: `checkAnnotateVideoProgress`.
sofisl pushed a commit that referenced this pull request Oct 11, 2022
* Upgrades language samples to semi-gapic client

* Adds package lock, may fix flaky test.

* Address comments

* Fix lint
sofisl pushed a commit that referenced this pull request Oct 12, 2022
* chore: update v2.14.2 gapic-generator-typescript

Committer: @summer-ji-eng
PiperOrigin-RevId: 434859890

Source-Link: googleapis/googleapis@bc2432d

Source-Link: googleapis/googleapis-gen@930b673
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTMwYjY3MzEwM2U5MjUyM2Y4Y2ZlZDM4ZGVjZDdkM2FmYWU4ZWJlNyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
sofisl pushed a commit that referenced this pull request Oct 13, 2022
* Upgrades language samples to semi-gapic client

* Adds package lock, may fix flaky test.

* Address comments

* Fix lint
sofisl pushed a commit that referenced this pull request Nov 9, 2022
For each client method returning a long running operation, a separate method to check its status is added.

Added methods: `checkAnnotateVideoProgress`.
sofisl pushed a commit that referenced this pull request Nov 10, 2022
…#435)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b205fd33-200c-4298-88b8-18b0d1c79a3e/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@5936421
Source-Link: googleapis/synthtool@89d431f
sofisl pushed a commit that referenced this pull request Nov 11, 2022
sofisl pushed a commit that referenced this pull request Nov 11, 2022
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/4df45cb9-66e5-4aca-9dbd-68127c02ae5d/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@318e351
sofisl pushed a commit that referenced this pull request Nov 11, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [uuid](https://github.com/uuidjs/uuid) | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/uuid/8.3.2/9.0.0) | [![age](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/compatibility-slim/8.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/confidence-slim/8.3.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>uuidjs/uuid</summary>

### [`v9.0.0`](https://github.com/uuidjs/uuid/blob/HEAD/CHANGELOG.md#&#8203;900-httpsgithubcomuuidjsuuidcomparev832v900-2022-09-05)

[Compare Source](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.0)

##### ⚠ BREAKING CHANGES

-   Drop Node.js 10.x support. This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.

-   Remove the minified UMD build from the package.

    Minified code is hard to audit and since this is a widely used library it seems more appropriate nowadays to optimize for auditability than to ship a legacy module format that, at best, serves educational purposes nowadays.

    For production browser use cases, users should be using a bundler. For educational purposes, today's online sandboxes like replit.com offer convenient ways to load npm modules, so the use case for UMD through repos like UNPKG or jsDelivr has largely vanished.

-   Drop IE 11 and Safari 10 support. Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.

    This also removes the fallback on msCrypto instead of the crypto API.

    Browser tests are run in the first supported version of each supported browser and in the latest (as of this commit) version available on Browserstack.

##### Features

-   optimize uuid.v1 by 1.3x uuid.v4 by 4.3x (430%) ([#&#8203;597](https://github.com/uuidjs/uuid/issues/597)) ([3a033f6](https://github.com/uuidjs/uuid/commit/3a033f6bab6bb3780ece6d645b902548043280bc))
-   remove UMD build ([#&#8203;645](https://github.com/uuidjs/uuid/issues/645)) ([e948a0f](https://github.com/uuidjs/uuid/commit/e948a0f22bf22f4619b27bd913885e478e20fe6f)), closes [#&#8203;620](https://github.com/uuidjs/uuid/issues/620)
-   use native crypto.randomUUID when available ([#&#8203;600](https://github.com/uuidjs/uuid/issues/600)) ([c9e076c](https://github.com/uuidjs/uuid/commit/c9e076c852edad7e9a06baaa1d148cf4eda6c6c4))

##### Bug Fixes

-   add Jest/jsdom compatibility ([#&#8203;642](https://github.com/uuidjs/uuid/issues/642)) ([16f9c46](https://github.com/uuidjs/uuid/commit/16f9c469edf46f0786164cdf4dc980743984a6fd))
-   change default export to named function ([#&#8203;545](https://github.com/uuidjs/uuid/issues/545)) ([c57bc5a](https://github.com/uuidjs/uuid/commit/c57bc5a9a0653273aa639cda9177ce52efabe42a))
-   handle error when parameter is not set in v3 and v5 ([#&#8203;622](https://github.com/uuidjs/uuid/issues/622)) ([fcd7388](https://github.com/uuidjs/uuid/commit/fcd73881692d9fabb63872576ba28e30ff852091))
-   run npm audit fix ([#&#8203;644](https://github.com/uuidjs/uuid/issues/644)) ([04686f5](https://github.com/uuidjs/uuid/commit/04686f54c5fed2cfffc1b619f4970c4bb8532353))
-   upgrading from uuid3 broken link ([#&#8203;568](https://github.com/uuidjs/uuid/issues/568)) ([1c849da](https://github.com/uuidjs/uuid/commit/1c849da6e164259e72e18636726345b13a7eddd6))

##### build

-   drop Node.js 8.x from babel transpile target ([#&#8203;603](https://github.com/uuidjs/uuid/issues/603)) ([aa11485](https://github.com/uuidjs/uuid/commit/aa114858260402107ec8a1e1a825dea0a259bcb5))

-   drop support for legacy browsers (IE11, Safari 10) ([#&#8203;604](https://github.com/uuidjs/uuid/issues/604)) ([0f433e5](https://github.com/uuidjs/uuid/commit/0f433e5ec444edacd53016de67db021102f36148))

-   drop node 10.x to upgrade dev dependencies ([#&#8203;653](https://github.com/uuidjs/uuid/issues/653)) ([28a5712](https://github.com/uuidjs/uuid/commit/28a571283f8abda6b9d85e689f95b7d3ee9e282e)), closes [#&#8203;643](https://github.com/uuidjs/uuid/issues/643)

##### [8.3.2](https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2) (2020-12-08)

##### Bug Fixes

-   lazy load getRandomValues ([#&#8203;537](https://github.com/uuidjs/uuid/issues/537)) ([16c8f6d](https://github.com/uuidjs/uuid/commit/16c8f6df2f6b09b4d6235602d6a591188320a82e)), closes [#&#8203;536](https://github.com/uuidjs/uuid/issues/536)

##### [8.3.1](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1) (2020-10-04)

##### Bug Fixes

-   support expo>=39.0.0 ([#&#8203;515](https://github.com/uuidjs/uuid/issues/515)) ([c65a0f3](https://github.com/uuidjs/uuid/commit/c65a0f3fa73b901959d638d1e3591dfacdbed867)), closes [#&#8203;375](https://github.com/uuidjs/uuid/issues/375)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-containeranalysis).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4yIn0=-->
sofisl pushed a commit that referenced this pull request Nov 11, 2022
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/c503f640-90ae-4547-bcc8-a154d32c609e/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@15013ef
sofisl pushed a commit that referenced this pull request Nov 11, 2022
Source-Link: googleapis/synthtool@d229a12
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:74ab2b3c71ef27e6d8b69b1d0a0c9d31447777b79ac3cd4be82c265b45f37e5e
sofisl pushed a commit that referenced this pull request Nov 17, 2022
sofisl pushed a commit that referenced this pull request Jan 10, 2023
…#435)

This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2020-03-22 04:25:25,236 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
2020-03-22 04:25:25,288 synthtool > Ensuring dependencies.
2020-03-22 04:25:25,292 synthtool > Cloning googleapis.
2020-03-22 04:25:25,618 synthtool > Pulling Docker image: gapic-generator-typescript:latest
latest: Pulling from gapic-images/gapic-generator-typescript
Digest: sha256:3762b8bcba247ef4d020ffc7043e2881a20b5fab0ffd98d542f365d3f3a3829d
Status: Image is up to date for gcr.io/gapic-images/gapic-generator-typescript:latest
2020-03-22 04:25:26,505 synthtool > Generating code for: google/privacy/dlp/v2.
2020-03-22 04:25:27,793 synthtool > Generated code into /tmpfs/tmp/tmpmb5hpod2.
.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/publish.yml
.github/release-please.yml
.github/workflows/ci.yaml
.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
.mocharc.js
.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.16.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/

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


> @google-cloud/dlp@2.2.0 prepare /tmpfs/src/git/autosynth/working_repo
> npm run compile

npm WARN npm npm does not support Node.js v12.16.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/dlp@2.2.0 compile /tmpfs/src/git/autosynth/working_repo
> tsc -p . && cp -r protos build/

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1436�[0m:�[93m50�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectJobTriggerRequest'.

�[7m1436�[0m       request: protosTypes.google.privacy.dlp.v2.IHybridInspectJobTriggerRequest,
�[7m    �[0m �[91m                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1439�[0m:�[93m43�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectResponse'.

�[7m1439�[0m         protosTypes.google.privacy.dlp.v2.IHybridInspectResponse,
�[7m    �[0m �[91m                                          ~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1440�[0m:�[93m43�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectJobTriggerRequest'.

�[7m1440�[0m         protosTypes.google.privacy.dlp.v2.IHybridInspectJobTriggerRequest|undefined, {}|undefined
�[7m    �[0m �[91m                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1443�[0m:�[93m50�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectJobTriggerRequest'.

�[7m1443�[0m       request: protosTypes.google.privacy.dlp.v2.IHybridInspectJobTriggerRequest,
�[7m    �[0m �[91m                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1446�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectResponse'.

�[7m1446�[0m           protosTypes.google.privacy.dlp.v2.IHybridInspectResponse,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1447�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectJobTriggerRequest'.

�[7m1447�[0m           protosTypes.google.privacy.dlp.v2.IHybridInspectJobTriggerRequest|undefined,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1471�[0m:�[93m50�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectJobTriggerRequest'.

�[7m1471�[0m       request: protosTypes.google.privacy.dlp.v2.IHybridInspectJobTriggerRequest,
�[7m    �[0m �[91m                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1473�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectResponse'.

�[7m1473�[0m           protosTypes.google.privacy.dlp.v2.IHybridInspectResponse,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1474�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectJobTriggerRequest'.

�[7m1474�[0m           protosTypes.google.privacy.dlp.v2.IHybridInspectJobTriggerRequest|undefined, {}|undefined>,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1476�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectResponse'.

�[7m1476�[0m           protosTypes.google.privacy.dlp.v2.IHybridInspectResponse,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1477�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectJobTriggerRequest'.

�[7m1477�[0m           protosTypes.google.privacy.dlp.v2.IHybridInspectJobTriggerRequest|undefined,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1480�[0m:�[93m43�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectResponse'.

�[7m1480�[0m         protosTypes.google.privacy.dlp.v2.IHybridInspectResponse,
�[7m    �[0m �[91m                                          ~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m1481�[0m:�[93m43�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectJobTriggerRequest'.

�[7m1481�[0m         protosTypes.google.privacy.dlp.v2.IHybridInspectJobTriggerRequest|undefined, {}|undefined
�[7m    �[0m �[91m                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2230�[0m:�[93m50�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectDlpJobRequest'.

�[7m2230�[0m       request: protosTypes.google.privacy.dlp.v2.IHybridInspectDlpJobRequest,
�[7m    �[0m �[91m                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2233�[0m:�[93m43�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectResponse'.

�[7m2233�[0m         protosTypes.google.privacy.dlp.v2.IHybridInspectResponse,
�[7m    �[0m �[91m                                          ~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2234�[0m:�[93m43�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectDlpJobRequest'.

�[7m2234�[0m         protosTypes.google.privacy.dlp.v2.IHybridInspectDlpJobRequest|undefined, {}|undefined
�[7m    �[0m �[91m                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2237�[0m:�[93m50�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectDlpJobRequest'.

�[7m2237�[0m       request: protosTypes.google.privacy.dlp.v2.IHybridInspectDlpJobRequest,
�[7m    �[0m �[91m                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2240�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectResponse'.

�[7m2240�[0m           protosTypes.google.privacy.dlp.v2.IHybridInspectResponse,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2241�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectDlpJobRequest'.

�[7m2241�[0m           protosTypes.google.privacy.dlp.v2.IHybridInspectDlpJobRequest|undefined,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2265�[0m:�[93m50�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectDlpJobRequest'.

�[7m2265�[0m       request: protosTypes.google.privacy.dlp.v2.IHybridInspectDlpJobRequest,
�[7m    �[0m �[91m                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2267�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectResponse'.

�[7m2267�[0m           protosTypes.google.privacy.dlp.v2.IHybridInspectResponse,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2268�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectDlpJobRequest'.

�[7m2268�[0m           protosTypes.google.privacy.dlp.v2.IHybridInspectDlpJobRequest|undefined, {}|undefined>,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2270�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectResponse'.

�[7m2270�[0m           protosTypes.google.privacy.dlp.v2.IHybridInspectResponse,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2271�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectDlpJobRequest'.

�[7m2271�[0m           protosTypes.google.privacy.dlp.v2.IHybridInspectDlpJobRequest|undefined,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2274�[0m:�[93m43�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectResponse'.

�[7m2274�[0m         protosTypes.google.privacy.dlp.v2.IHybridInspectResponse,
�[7m    �[0m �[91m                                          ~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2275�[0m:�[93m43�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectDlpJobRequest'.

�[7m2275�[0m         protosTypes.google.privacy.dlp.v2.IHybridInspectDlpJobRequest|undefined, {}|undefined
�[7m    �[0m �[91m                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2298�[0m:�[93m50�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IFinishDlpJobRequest'.

�[7m2298�[0m       request: protosTypes.google.privacy.dlp.v2.IFinishDlpJobRequest,
�[7m    �[0m �[91m                                                 ~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2302�[0m:�[93m43�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IFinishDlpJobRequest'.

�[7m2302�[0m         protosTypes.google.privacy.dlp.v2.IFinishDlpJobRequest|undefined, {}|undefined
�[7m    �[0m �[91m                                          ~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2305�[0m:�[93m50�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IFinishDlpJobRequest'.

�[7m2305�[0m       request: protosTypes.google.privacy.dlp.v2.IFinishDlpJobRequest,
�[7m    �[0m �[91m                                                 ~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2309�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IFinishDlpJobRequest'.

�[7m2309�[0m           protosTypes.google.privacy.dlp.v2.IFinishDlpJobRequest|undefined,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2329�[0m:�[93m50�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IFinishDlpJobRequest'.

�[7m2329�[0m       request: protosTypes.google.privacy.dlp.v2.IFinishDlpJobRequest,
�[7m    �[0m �[91m                                                 ~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2332�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IFinishDlpJobRequest'.

�[7m2332�[0m           protosTypes.google.privacy.dlp.v2.IFinishDlpJobRequest|undefined, {}|undefined>,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2335�[0m:�[93m45�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IFinishDlpJobRequest'.

�[7m2335�[0m           protosTypes.google.privacy.dlp.v2.IFinishDlpJobRequest|undefined,
�[7m    �[0m �[91m                                            ~~~~~~~~~~~~~~~~~~~~�[0m

�[96msrc/v2/dlp_service_client.ts�[0m:�[93m2339�[0m:�[93m43�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IFinishDlpJobRequest'.

�[7m2339�[0m         protosTypes.google.privacy.dlp.v2.IFinishDlpJobRequest|undefined, {}|undefined
�[7m    �[0m �[91m                                          ~~~~~~~~~~~~~~~~~~~~�[0m

�[96mtest/gapic-dlp_service-v2.ts�[0m:�[93m884�[0m:�[93m62�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectJobTriggerRequest'.

�[7m884�[0m             const request: protosTypes.google.privacy.dlp.v2.IHybridInspectJobTriggerRequest = {};
�[7m   �[0m �[91m                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96mtest/gapic-dlp_service-v2.ts�[0m:�[93m909�[0m:�[93m62�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectJobTriggerRequest'.

�[7m909�[0m             const request: protosTypes.google.privacy.dlp.v2.IHybridInspectJobTriggerRequest = {};
�[7m   �[0m �[91m                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96mtest/gapic-dlp_service-v2.ts�[0m:�[93m1508�[0m:�[93m62�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectDlpJobRequest'.

�[7m1508�[0m             const request: protosTypes.google.privacy.dlp.v2.IHybridInspectDlpJobRequest = {};
�[7m    �[0m �[91m                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96mtest/gapic-dlp_service-v2.ts�[0m:�[93m1533�[0m:�[93m62�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IHybridInspectDlpJobRequest'.

�[7m1533�[0m             const request: protosTypes.google.privacy.dlp.v2.IHybridInspectDlpJobRequest = {};
�[7m    �[0m �[91m                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m

�[96mtest/gapic-dlp_service-v2.ts�[0m:�[93m1560�[0m:�[93m62�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IFinishDlpJobRequest'.

�[7m1560�[0m             const request: protosTypes.google.privacy.dlp.v2.IFinishDlpJobRequest = {};
�[7m    �[0m �[91m                                                             ~~~~~~~~~~~~~~~~~~~~�[0m

�[96mtest/gapic-dlp_service-v2.ts�[0m:�[93m1585�[0m:�[93m62�[0m - �[91merror�[0m�[90m TS2694: �[0mNamespace '"/tmpfs/src/git/autosynth/working_repo/protos/protos".google.privacy.dlp.v2' has no exported member 'IFinishDlpJobRequest'.

�[7m1585�[0m             const request: protosTypes.google.privacy.dlp.v2.IFinishDlpJobRequest = {};
�[7m    �[0m �[91m                                                             ~~~~~~~~~~~~~~~~~~~~�[0m


Found 40 errors.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/dlp@2.2.0 compile: `tsc -p . && cp -r protos build/`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @google-cloud/dlp@2.2.0 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/2020-03-22T11_25_50_807Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @google-cloud/dlp@2.2.0 prepare: `npm run compile`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @google-cloud/dlp@2.2.0 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/2020-03-22T11_25_50_858Z-debug.log
npm WARN npm npm does not support Node.js v12.16.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/dlp@2.2.0 fix /tmpfs/src/git/autosynth/working_repo
> gts fix

npm WARN npm npm does not support Node.js v12.16.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/

Usage: npm <command>

where <command> is one of:
    access, adduser, audit, bin, bugs, c, cache, ci, cit,
    completion, config, create, ddp, dedupe, deprecate,
    dist-tag, docs, doctor, edit, explore, get, help,
    help-search, hook, i, init, install, install-test, it, link,
    list, ln, login, logout, ls, outdated, owner, pack, ping,
    prefix, profile, prune, publish, rb, rebuild, repo, restart,
    root, run, run-script, s, se, search, set, shrinkwrap, star,
    stars, start, stop, t, team, test, token, tst, un,
    uninstall, unpublish, unstar, up, update, v, version, view,
    whoami

npm <command> -h     quick help on <command>
npm -l           display full usage info
npm help <term>  search for help on <term>
npm help npm     involved overview

Specify configs in the ini-formatted file:
    /home/kbuilder/.npmrc
or on the command line via: npm <command> --key value
Config info can be viewed via: npm help config

npm@6.1.0 /usr/local/lib/node_modules/npm

Did you mean this?
    completion
2020-03-22 04:26:00,044 synthtool > Wrote metadata to synth.metadata.

```
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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