Skip to content

Commit

Permalink
fix: export explicit version from protos.js (#63)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/1630485f-7526-4afd-9c13-b5660664d6a2/targets
  • Loading branch information
yoshi-automation authored Apr 7, 2020
1 parent dde48f7 commit ee1bebd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-monitoring-dashboard/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_monitoring_dashboards_1_3_0_protos || ($protobuf.roots._google_cloud_monitoring_dashboards_1_3_0_protos = {});

$root.google = (function() {

Expand Down
19 changes: 18 additions & 1 deletion packages/google-monitoring-dashboard/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
{
"updateTime": "2020-03-31T19:51:10.689331Z",
"updateTime": "2020-04-03T11:56:37.405558Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "3d5d228a58bdf875e6147b228db3159010c735ee",
"internalRef": "304500143"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "99820243d348191bc9c634f2b48ddf65096285ed"
}
}
],
"destinations": [
{
"client": {
Expand Down

0 comments on commit ee1bebd

Please sign in to comment.