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

Side by Side Diff: examples/appengine/helloworld_standard/proto/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
OLDNEW
1 // AUTOGENERATED. DO NOT EDIT. 1 // AUTOGENERATED. DO NOT EDIT.
2 2
3 package helloworld 3 package helloworld
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 "helloworld.Greeter", 12 "helloworld.Greeter",
13 }, 13 },
14 []byte{31, 139, 14 []byte{31, 139,
15 » » » 8, 0, 0, 9, 110, 136, 0, 255, 116, 147, 49, 111, 219, 56 , 15 » » » 8, 0, 0, 0, 0, 0, 0, 255, 116, 147, 49, 111, 219, 56,
16 20, 199, 69, 145, 81, 236, 103, 231, 236, 240, 108, 35, 48, 14, 16 20, 199, 69, 145, 81, 236, 103, 231, 236, 240, 108, 35, 48, 14,
17 184, 7, 15, 151, 27, 238, 228, 196, 135, 235, 82, 180, 6 4, 16, 17 184, 7, 15, 151, 27, 238, 228, 196, 135, 235, 82, 180, 6 4, 16,
18 4, 109, 138, 160, 67, 210, 116, 45, 20, 233, 89, 34, 32, 147, 18 4, 109, 138, 160, 67, 210, 116, 45, 20, 233, 89, 34, 32, 147,
19 42, 41, 165, 245, 87, 234, 222, 15, 214, 165, 115, 33, 1 98, 106, 19 42, 41, 165, 245, 87, 234, 222, 15, 214, 165, 115, 33, 1 98, 106,
20 51, 180, 139, 160, 31, 223, 35, 255, 63, 138, 34, 124, 1 41, 224, 20 51, 180, 139, 160, 31, 223, 35, 255, 63, 138, 34, 124, 1 41, 224,
21 54, 87, 117, 209, 220, 197, 169, 217, 44, 203, 38, 85, 2 54, 241, 21 54, 87, 117, 209, 220, 197, 169, 217, 44, 203, 38, 85, 2 54, 241,
22 111, 110, 150, 244, 49, 217, 84, 37, 185, 101, 82, 85, 1 64, 115, 22 111, 110, 150, 244, 49, 217, 84, 37, 185, 101, 82, 85, 1 64, 115,
23 165, 105, 89, 80, 89, 154, 15, 198, 150, 217, 59, 87, 39 , 58, 23 165, 105, 89, 80, 89, 154, 15, 198, 150, 217, 59, 87, 39 , 58,
24 75, 108, 182, 172, 172, 169, 205, 163, 74, 236, 7, 36, 2 52, 24, 24 75, 108, 182, 172, 172, 169, 205, 163, 74, 236, 7, 36, 2 52, 24,
25 89, 44, 96, 248, 178, 165, 107, 122, 223, 144, 171, 165, 4, 161, 25 89, 44, 96, 248, 178, 165, 107, 122, 223, 144, 171, 165, 4, 161,
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 // 64 //
65 // Do NOT modify the returned descriptor. 65 // Do NOT modify the returned descriptor.
66 func FileDescriptorSet() *descriptor.FileDescriptorSet { 66 func FileDescriptorSet() *descriptor.FileDescriptorSet {
67 // We just need ONE of the service names to look up the FileDescriptorSe t. 67 // We just need ONE of the service names to look up the FileDescriptorSe t.
68 ret, err := discovery.GetDescriptorSet("helloworld.Greeter") 68 ret, err := discovery.GetDescriptorSet("helloworld.Greeter")
69 if err != nil { 69 if err != nil {
70 panic(err) 70 panic(err)
71 } 71 }
72 return ret 72 return ret
73 } 73 }
OLDNEW
« no previous file with comments | « examples/appengine/helloworld_standard/proto/helloworld.pb.go ('k') | grpc/cmd/rpc/printer_test.pb_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698