Skip to content

Commit

Permalink
build: update proto namespaces (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Oct 12, 2019
1 parent 9e0e274 commit 8b0e9b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ syntax = "proto3";

package google.monitoring.v3;

option csharp_namespace = "Google.Cloud.Monitoring.V3";
option go_package = "google.golang.org/genproto/googleapis/monitoring/v3;monitoring";
option php_namespace = "Google\\Cloud\\Monitoring\\V3";
option java_multiple_files = true;
option java_outer_classname = "DroppedLabelsProto";
option java_package = "com.google.monitoring.v3";

// A set of (label, value) pairs which were dropped during aggregation, attached
// to google.api.Distribution.Exemplars in google.api.Distribution values during
Expand Down
10 changes: 5 additions & 5 deletions packages/google-cloud-monitoring/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-10-04T11:14:03.833083Z",
"updateTime": "2019-10-11T11:22:49.209576Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.38.0",
"dockerImage": "googleapis/artman@sha256:0d2f8d429110aeb8d82df6550ef4ede59d40df9062d260a1580fce688b0512bf"
"version": "0.39.0",
"dockerImage": "googleapis/artman@sha256:72554d0b3bdc0b4ac7d6726a6a606c00c14b454339037ed86be94574fb05d9f3"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d9576d95b44f64fb0e3da4760adfc4a24fa1faab",
"internalRef": "272741510"
"sha": "192d3d8221175f7cc0aa8eeac1d820f47c53da7f",
"internalRef": "274071638"
}
},
{
Expand Down

0 comments on commit 8b0e9b4

Please sign in to comment.