blob: adc03ef726555237e8b65c25c353214af35f378c [file] [log] [blame]
// Code generated by cproto. DO NOT EDIT.
package helloworld
import "go.chromium.org/luci/grpc/discovery"
import "google.golang.org/protobuf/types/descriptorpb"
func init() {
discovery.RegisterDescriptorSetCompressed(
[]string{
"helloworld.Greeter",
},
[]byte{31, 139,
8, 0, 0, 0, 0, 0, 0, 255, 116, 146, 65, 111, 211, 48,
24, 134, 227, 216, 203, 218, 175, 133, 117, 94, 59, 77, 21, 18,
159, 122, 96, 28, 80, 186, 21, 193, 5, 129, 52, 77, 19, 12,
77, 28, 54, 198, 21, 101, 201, 215, 196, 82, 106, 7, 59, 25,
244, 47, 113, 231, 151, 32, 254, 15, 138, 215, 192, 14, 112, 203,
107, 191, 246, 243, 56, 54, 252, 138, 224, 50, 55, 113, 90, 88,
179, 82, 205, 42, 54, 54, 159, 151, 77, 170, 230, 244, 45, 89,
85, 37, 185, 121, 82, 85, 164, 115, 165, 105, 94, 80, 89, 154,
175, 198, 150, 217, 103, 87, 39, 58, 75, 108, 54, 175, 172, 169,
205, 189, 153, 216, 15, 72, 248, 59, 50, 155, 193, 240, 93, 155,
46, 233, 75, 67, 174, 150, 18, 132, 78, 86, 116, 192, 144, 61,
237, 95, 250, 239, 217, 19, 128, 77, 167, 42, 215, 242, 0, 182,
87, 228, 92, 146, 119, 165, 46, 46, 206, 97, 251, 173, 37, 170,
201, 202, 55, 208, 187, 74, 214, 126, 149, 60, 136, 239, 25, 220,
135, 77, 247, 255, 49, 83, 149, 235, 89, 240, 254, 167, 128, 72,
10, 17, 236, 51, 248, 193, 128, 13, 37, 23, 129, 92, 124, 103,
120, 106, 170, 181, 85, 121, 81, 227, 226, 232, 248, 37, 126, 44,
8, 47, 174, 79, 207, 241, 164, 169, 11, 99, 93, 140, 39, 101,
137, 190, 224, 208, 146, 35, 123, 75, 89, 12, 120, 237, 8, 205,
18, 235, 66, 57, 116, 166, 177, 41, 97, 106, 50, 66, 229, 48,
55, 183, 100, 53, 101, 216, 232, 140, 44, 214, 5, 225, 73, 149,
164, 237, 198, 42, 37, 237, 232, 25, 126, 34, 235, 148, 209, 184,
136, 143, 0, 235, 34, 169, 49, 77, 52, 222, 16, 46, 77, 163,
51, 84, 218, 175, 186, 56, 63, 61, 251, 112, 117, 134, 75, 85,
82, 12, 208, 3, 22, 74, 30, 5, 123, 16, 67, 24, 5, 82,
244, 131, 33, 155, 206, 188, 114, 222, 254, 38, 165, 115, 108, 5,
85, 74, 152, 209, 82, 105, 85, 43, 163, 99, 0, 0, 30, 5,
76, 242, 126, 111, 7, 30, 131, 136, 130, 48, 144, 124, 16, 190,
152, 74, 188, 34, 157, 57, 76, 254, 108, 0, 48, 132, 173, 182,
192, 36, 31, 68, 15, 187, 20, 74, 62, 24, 61, 234, 18, 151,
124, 112, 120, 12, 175, 33, 20, 129, 20, 59, 193, 46, 155, 30,
123, 13, 123, 119, 15, 184, 185, 64, 76, 141, 174, 19, 165, 91,
177, 246, 64, 141, 35, 123, 232, 176, 125, 3, 119, 86, 162, 197,
236, 244, 198, 48, 0, 33, 188, 213, 40, 148, 45, 165, 13, 91,
109, 234, 117, 137, 73, 62, 234, 63, 232, 18, 151, 124, 52, 218,
133, 87, 16, 10, 38, 197, 56, 216, 103, 211, 249, 198, 192, 85,
70, 59, 250, 159, 66, 119, 78, 119, 199, 103, 76, 242, 113, 79,
122, 62, 107, 249, 147, 112, 226, 25, 204, 243, 39, 27, 62, 243,
252, 73, 127, 212, 37, 46, 249, 100, 111, 124, 19, 249, 247, 255,
252, 119, 0, 0, 0, 255, 255, 212, 20, 27, 185, 88, 3, 0,
0},
)
}
// FileDescriptorSet returns a descriptor set for this proto package, which
// includes all defined services, and all transitive dependencies.
//
// Will not return nil.
//
// Do NOT modify the returned descriptor.
func FileDescriptorSet() *descriptorpb.FileDescriptorSet {
// We just need ONE of the service names to look up the FileDescriptorSet.
ret, err := discovery.GetDescriptorSet("helloworld.Greeter")
if err != nil {
panic(err)
}
return ret
}