Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Side by Side Diff: go/src/infra/monorail/pb.discovery.go

Issue 2219193002: Roll luci/luci-go and luci/gae DEPS. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // AUTOGENERATED. DO NOT EDIT. 1 // AUTOGENERATED. DO NOT EDIT.
2 2
3 package monorail 3 package monorail
4 4
5 import discovery "github.com/luci/luci-go/grpc/discovery" 5 import discovery "github.com/luci/luci-go/grpc/discovery"
6 6
7 import "github.com/luci/luci-go/common/proto/google/descriptor" 7 import "google.golang.org/genproto/protobuf"
8 8
9 func init() { 9 func init() {
10 discovery.RegisterDescriptorSetCompressed( 10 discovery.RegisterDescriptorSetCompressed(
11 []string{ 11 []string{
12 "monorail.Monorail", 12 "monorail.Monorail",
13 }, 13 },
14 []byte{31, 139, 14 []byte{31, 139,
15 8, 0, 0, 9, 110, 136, 0, 255, 172, 89, 221, 110, 28, 71, 15 8, 0, 0, 9, 110, 136, 0, 255, 172, 89, 221, 110, 28, 71,
16 118, 102, 119, 215, 204, 244, 212, 112, 248, 211, 252, 2 7, 14, 69, 16 118, 102, 119, 215, 204, 244, 212, 112, 248, 211, 252, 2 7, 14, 69,
17 177, 52, 178, 108, 154, 166, 40, 155, 182, 23, 209, 202, 129, 77, 17 177, 52, 178, 108, 154, 166, 40, 155, 182, 23, 209, 202, 129, 77,
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 // 333 //
334 // Do NOT modify the returned descriptor. 334 // Do NOT modify the returned descriptor.
335 func FileDescriptorSet() *descriptor.FileDescriptorSet { 335 func FileDescriptorSet() *descriptor.FileDescriptorSet {
336 // We just need ONE of the service names to look up the FileDescriptorSe t. 336 // We just need ONE of the service names to look up the FileDescriptorSe t.
337 ret, err := discovery.GetDescriptorSet("monorail.Monorail") 337 ret, err := discovery.GetDescriptorSet("monorail.Monorail")
338 if err != nil { 338 if err != nil {
339 panic(err) 339 panic(err)
340 } 340 }
341 return ret 341 return ret
342 } 342 }
OLDNEW
« no previous file with comments | « go/src/infra/crimson/proto/pb.discovery.go ('k') | go/src/infra/tools/swarming-transition/cmd/swarmbucketbuilders/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698