Skip to content

Commit

Permalink
fix: ensure scoped protobuf (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Apr 7, 2020
1 parent 9d60ccd commit 7ba746f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/protos/protos.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
var $Reader = $protobuf.Reader, $Writer = $protobuf.Writer, $util = $protobuf.util;

// Exported root namespace
var $root = $protobuf.roots["default"] || ($protobuf.roots["default"] = {});
var $root = $protobuf.roots._google_cloud_translate_5_3_0_protos || ($protobuf.roots._google_cloud_translate_5_3_0_protos = {});

$root.google = (function() {

Expand Down
19 changes: 18 additions & 1 deletion packages/google-cloud-translate/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
{
"updateTime": "2020-03-31T20:14:27.117117Z",
"updateTime": "2020-04-03T12:20:41.545746Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5378173a889f9c7d83e36e52d38a6267190de692",
"internalRef": "304594381"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "99820243d348191bc9c634f2b48ddf65096285ed"
}
}
],
"destinations": [
{
"client": {
Expand Down

0 comments on commit 7ba746f

Please sign in to comment.