-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not modify options object, use defaultScopes (#560)
* fix: do not modify options object, use defaultScopes Regenerated the library using gapic-generator-typescript v1.2.1. * fix(deps): require google-gax ^2.9.2
- Loading branch information
1 parent
09241de
commit 3517c9a
Showing
6 changed files
with
348 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
525 changes: 324 additions & 201 deletions
525
packages/google-privacy-dlp/src/v2/dlp_service_client.ts
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,23 +3,15 @@ | |
{ | ||
"git": { | ||
"name": ".", | ||
"remote": "https://github.com/googleapis/nodejs-dlp.git", | ||
"sha": "006a73e0e9d38192ba409e1360d8a882bad68f92" | ||
} | ||
}, | ||
{ | ||
"git": { | ||
"name": "googleapis", | ||
"remote": "https://github.com/googleapis/googleapis.git", | ||
"sha": "795f0cacce3799e04fa2fe06590216eec4a5ba52", | ||
"internalRef": "336694775" | ||
"remote": "[email protected]:googleapis/nodejs-dlp.git", | ||
"sha": "e675d52e35cfe7bf1355d9ead289891cb2da2db4" | ||
} | ||
}, | ||
{ | ||
"git": { | ||
"name": "synthtool", | ||
"remote": "https://github.com/googleapis/synthtool.git", | ||
"sha": "ba9918cd22874245b55734f57470c719b577e591" | ||
"sha": "1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b" | ||
} | ||
} | ||
], | ||
|
@@ -87,13 +79,15 @@ | |
"README.md", | ||
"api-extractor.json", | ||
"linkinator.config.json", | ||
"package-lock.json.1493547946", | ||
"protos/google/privacy/dlp/v2/dlp.proto", | ||
"protos/google/privacy/dlp/v2/storage.proto", | ||
"protos/protos.d.ts", | ||
"protos/protos.js", | ||
"protos/protos.json", | ||
"renovate.json", | ||
"samples/README.md", | ||
"samples/package-lock.json.701286152", | ||
"src/index.ts", | ||
"src/v2/dlp_service_client.ts", | ||
"src/v2/dlp_service_client_config.json", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters