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

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

Issue 2219023003: Update APIs to use new Google cloud paths. (Closed) Base URL: https://github.com/luci/luci-go@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 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/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 "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, 209, 110, 227, 6 8, 15 8, 0, 0, 9, 110, 136, 0, 255, 116, 148, 209, 110, 227, 6 8,
16 20, 134, 61, 227, 137, 235, 156, 186, 141, 119, 72, 150, 196, 106, 16 20, 134, 61, 227, 137, 235, 156, 186, 141, 119, 72, 150, 196, 106,
17 210, 169, 145, 88, 132, 88, 103, 27, 4, 23, 32, 144, 74, 181, 17 210, 169, 145, 88, 132, 88, 103, 27, 4, 23, 32, 144, 74, 181,
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 // 80 //
81 // Do NOT modify the returned descriptor. 81 // Do NOT modify the returned descriptor.
82 func FileDescriptorSet() *descriptor.FileDescriptorSet { 82 func FileDescriptorSet() *descriptor.FileDescriptorSet {
83 // We just need ONE of the service names to look up the FileDescriptorSe t. 83 // We just need ONE of the service names to look up the FileDescriptorSe t.
84 ret, err := discovery.GetDescriptorSet("testservices.Greeter") 84 ret, err := discovery.GetDescriptorSet("testservices.Greeter")
85 if err != nil { 85 if err != nil {
86 panic(err) 86 panic(err)
87 } 87 }
88 return ret 88 return ret
89 } 89 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698