-
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 (#416)
Regenerated the library using [gapic-generator-typescript](https://github.com/googleapis/gapic-generator-typescript) v1.2.1.
- Loading branch information
1 parent
0ecba70
commit d231fca
Showing
6 changed files
with
201 additions
and
127 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
282 changes: 177 additions & 105 deletions
282
packages/google-cloud-iot/src/v1/device_manager_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-iot.git", | ||
"sha": "c776e898bbca783045cc7cdf669d2d2e999ac76c" | ||
} | ||
}, | ||
{ | ||
"git": { | ||
"name": "googleapis", | ||
"remote": "https://github.com/googleapis/googleapis.git", | ||
"sha": "4c5071b615d96ef9dfd6a63d8429090f1f2872bb", | ||
"internalRef": "327369997" | ||
"remote": "[email protected]:googleapis/nodejs-iot.git", | ||
"sha": "6e416f7f428f1d653f9364a051d468c607fe2d91" | ||
} | ||
}, | ||
{ | ||
"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.1462975402", | ||
"protos/google/cloud/iot/v1/device_manager.proto", | ||
"protos/google/cloud/iot/v1/resources.proto", | ||
"protos/protos.d.ts", | ||
"protos/protos.js", | ||
"protos/protos.json", | ||
"renovate.json", | ||
"samples/README.md", | ||
"samples/package-lock.json.1264602173", | ||
"src/index.ts", | ||
"src/v1/device_manager_client.ts", | ||
"src/v1/device_manager_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