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

Side by Side Diff: grpc/discovery/internal/testservices/pb.discovery.go

Issue 2933323003: Regenerate all stuff. (Closed)
Patch Set: rebase and regenerate Created 3 years, 6 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
« no previous file with comments | « grpc/discovery/internal/testservices/helloworld.pb.go ('k') | grpc/discovery/pb.discovery.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // AUTOGENERATED. DO NOT EDIT. 1 // AUTOGENERATED. DO NOT EDIT.
2 2
3 package testservices 3 package testservices
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/golang/protobuf/protoc-gen-go/descriptor" 7 import "github.com/golang/protobuf/protoc-gen-go/descriptor"
8 8
9 func init() { 9 func init() {
10 discovery.RegisterDescriptorSetCompressed( 10 discovery.RegisterDescriptorSetCompressed(
11 []string{ 11 []string{
12 "testservices.Greeter", "testservices.Calc", 12 "testservices.Greeter", "testservices.Calc",
13 }, 13 },
14 []byte{31, 139, 14 []byte{31, 139,
15 » » » 8, 0, 0, 9, 110, 136, 0, 255, 116, 148, 223, 110, 227, 6 8, 15 » » » 8, 0, 0, 0, 0, 0, 0, 255, 116, 148, 223, 110, 227, 68,
16 20, 198, 61, 127, 226, 58, 39, 78, 227, 61, 36, 75, 98, 53, 16 20, 198, 61, 127, 226, 58, 39, 78, 227, 61, 36, 75, 98, 53,
17 233, 212, 72, 44, 66, 172, 179, 13, 130, 11, 16, 72, 165 , 90, 17 233, 212, 72, 44, 66, 172, 179, 13, 130, 11, 16, 72, 165 , 90,
18 193, 194, 150, 139, 150, 229, 222, 181, 39, 201, 72, 174 , 29, 60, 18 193, 194, 150, 139, 150, 229, 222, 181, 39, 201, 72, 174 , 29, 60,
19 246, 178, 217, 71, 226, 158, 23, 224, 117, 120, 9, 52, 1 9, 187, 19 246, 178, 217, 71, 226, 158, 23, 224, 117, 120, 9, 52, 1 9, 187,
20 20, 180, 123, 83, 245, 211, 124, 249, 205, 111, 206, 76, 2, 127, 20 20, 180, 123, 83, 245, 211, 124, 249, 205, 111, 206, 76, 2, 127,
21 3, 92, 109, 84, 189, 109, 110, 227, 180, 188, 91, 230, 7 7, 170, 21 3, 92, 109, 84, 189, 109, 110, 227, 180, 188, 91, 230, 7 7, 170,
22 236, 159, 167, 155, 114, 185, 169, 118, 233, 50, 83, 58, 45, 95, 22 236, 159, 167, 155, 114, 185, 169, 118, 233, 50, 83, 58, 45, 95,
23 203, 106, 191, 84, 69, 45, 171, 34, 201, 151, 181, 212, 181, 150, 23 203, 106, 191, 84, 69, 45, 171, 34, 201, 151, 181, 212, 181, 150,
24 213, 107, 149, 74, 189, 220, 202, 60, 47, 127, 47, 171, 60, 139, 24 213, 107, 149, 74, 189, 220, 202, 60, 47, 127, 47, 171, 60, 139,
25 119, 85, 89, 151, 232, 63, 92, 142, 34, 240, 127, 48, 14 1, 107, 25 119, 85, 89, 151, 232, 63, 92, 142, 34, 240, 127, 48, 14 1, 107,
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 // 81 //
82 // Do NOT modify the returned descriptor. 82 // Do NOT modify the returned descriptor.
83 func FileDescriptorSet() *descriptor.FileDescriptorSet { 83 func FileDescriptorSet() *descriptor.FileDescriptorSet {
84 // We just need ONE of the service names to look up the FileDescriptorSe t. 84 // We just need ONE of the service names to look up the FileDescriptorSe t.
85 ret, err := discovery.GetDescriptorSet("testservices.Greeter") 85 ret, err := discovery.GetDescriptorSet("testservices.Greeter")
86 if err != nil { 86 if err != nil {
87 panic(err) 87 panic(err)
88 } 88 }
89 return ret 89 return ret
90 } 90 }
OLDNEW
« no previous file with comments | « grpc/discovery/internal/testservices/helloworld.pb.go ('k') | grpc/discovery/pb.discovery.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698