| // AUTOGENERATED. DO NOT EDIT. |
| |
| package scheduler |
| |
| import discovery "github.com/luci/luci-go/grpc/discovery" |
| |
| import "github.com/golang/protobuf/protoc-gen-go/descriptor" |
| |
| func init() { |
| discovery.RegisterDescriptorSetCompressed( |
| []string{ |
| "scheduler.Scheduler", |
| }, |
| []byte{31, 139, |
| 8, 0, 0, 9, 110, 136, 0, 255, 76, 144, 63, 143, 218, 64, |
| 16, 197, 109, 108, 89, 48, 161, 193, 101, 170, 167, 212, 137, 1, |
| 71, 74, 149, 198, 33, 20, 68, 40, 32, 1, 233, 237, 245, 224, |
| 93, 201, 241, 90, 251, 7, 37, 159, 226, 190, 198, 233, 250, 251, |
| 126, 39, 124, 58, 142, 102, 164, 223, 232, 189, 209, 188, 71, 15, |
| 17, 253, 104, 148, 147, 190, 202, 132, 254, 59, 111, 189, 80, 195, |
| 248, 210, 232, 185, 21, 146, 107, 223, 178, 153, 151, 189, 186, 163, |
| 203, 242, 29, 178, 222, 104, 167, 211, 201, 109, 145, 127, 160, 201, |
| 225, 13, 126, 61, 142, 40, 73, 227, 56, 152, 134, 244, 28, 82, |
| 56, 77, 163, 56, 72, 243, 167, 16, 43, 221, 255, 55, 170, 145, |
| 14, 249, 98, 249, 13, 71, 201, 216, 158, 86, 27, 20, 222, 73, |
| 109, 108, 134, 162, 109, 49, 8, 44, 12, 91, 54, 23, 174, 51, |
| 194, 201, 50, 244, 25, 78, 42, 11, 171, 189, 17, 12, 161, 107, |
| 134, 178, 104, 244, 133, 77, 199, 53, 124, 87, 179, 129, 147, 140, |
| 162, 47, 197, 245, 176, 18, 220, 89, 254, 140, 63, 108, 172, 210, |
| 29, 242, 108, 65, 112, 178, 116, 16, 101, 135, 138, 113, 214, 190, |
| 171, 161, 186, 193, 181, 221, 172, 214, 191, 15, 107, 156, 85, 203, |
| 25, 209, 152, 194, 81, 26, 37, 227, 25, 237, 105, 148, 4, 105, |
| 76, 193, 52, 252, 248, 29, 183, 144, 224, 127, 189, 182, 108, 7, |
| 115, 239, 171, 86, 9, 20, 251, 205, 235, 159, 124, 167, 187, 166, |
| 80, 130, 51, 250, 148, 224, 184, 251, 185, 35, 34, 138, 146, 32, |
| 76, 35, 26, 207, 170, 100, 104, 242, 235, 75, 0, 0, 0, 255, |
| 255, 219, 117, 112, 209, 146, 1, 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() *descriptor.FileDescriptorSet { |
| // We just need ONE of the service names to look up the FileDescriptorSet. |
| ret, err := discovery.GetDescriptorSet("scheduler.Scheduler") |
| if err != nil { |
| panic(err) |
| } |
| return ret |
| } |