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

Side by Side Diff: common/proto/milo/annotations.pb.go

Issue 2254993002: Milo: Add task expired as a failure status (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Use proto instead Created 4 years, 3 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 | « common/proto/milo/annotations.proto ('k') | milo/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Code generated by protoc-gen-go. 1 // Code generated by protoc-gen-go.
2 // source: github.com/luci/luci-go/common/proto/milo/annotations.proto 2 // source: github.com/luci/luci-go/common/proto/milo/annotations.proto
3 // DO NOT EDIT! 3 // DO NOT EDIT!
4 4
5 /* 5 /*
6 Package milo is a generated protocol buffer package. 6 Package milo is a generated protocol buffer package.
7 7
8 It is generated from these files: 8 It is generated from these files:
9 github.com/luci/luci-go/common/proto/milo/annotations.proto 9 github.com/luci/luci-go/common/proto/milo/annotations.proto
10 10
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 FailureDetails_EXCEPTION FailureDetails_Type = 1 76 FailureDetails_EXCEPTION FailureDetails_Type = 1
77 // The failure is related to a failed infrastructure component, not an e rror 77 // The failure is related to a failed infrastructure component, not an e rror
78 // with the Step itself. 78 // with the Step itself.
79 FailureDetails_INFRA FailureDetails_Type = 2 79 FailureDetails_INFRA FailureDetails_Type = 2
80 // The failure is due to a failed Dungeon Master dependency. This should be 80 // The failure is due to a failed Dungeon Master dependency. This should be
81 // used if a Step's external depdendency fails and the Step cannot recov er 81 // used if a Step's external depdendency fails and the Step cannot recov er
82 // or proceed without it. 82 // or proceed without it.
83 FailureDetails_DM_DEPENDENCY_FAILED FailureDetails_Type = 3 83 FailureDetails_DM_DEPENDENCY_FAILED FailureDetails_Type = 3
84 // The step was cancelled. 84 // The step was cancelled.
85 FailureDetails_CANCELLED FailureDetails_Type = 4 85 FailureDetails_CANCELLED FailureDetails_Type = 4
86 // The failure was due to an resource exhausion. The step was scheduled
87 // but never ran, and never will run.
88 FailureDetails_EXPIRED FailureDetails_Type = 5
86 ) 89 )
87 90
88 var FailureDetails_Type_name = map[int32]string{ 91 var FailureDetails_Type_name = map[int32]string{
89 0: "GENERAL", 92 0: "GENERAL",
90 1: "EXCEPTION", 93 1: "EXCEPTION",
91 2: "INFRA", 94 2: "INFRA",
92 3: "DM_DEPENDENCY_FAILED", 95 3: "DM_DEPENDENCY_FAILED",
93 4: "CANCELLED", 96 4: "CANCELLED",
97 5: "EXPIRED",
94 } 98 }
95 var FailureDetails_Type_value = map[string]int32{ 99 var FailureDetails_Type_value = map[string]int32{
96 "GENERAL": 0, 100 "GENERAL": 0,
97 "EXCEPTION": 1, 101 "EXCEPTION": 1,
98 "INFRA": 2, 102 "INFRA": 2,
99 "DM_DEPENDENCY_FAILED": 3, 103 "DM_DEPENDENCY_FAILED": 3,
100 "CANCELLED": 4, 104 "CANCELLED": 4,
105 "EXPIRED": 5,
101 } 106 }
102 107
103 func (x FailureDetails_Type) String() string { 108 func (x FailureDetails_Type) String() string {
104 return proto.EnumName(FailureDetails_Type_name, int32(x)) 109 return proto.EnumName(FailureDetails_Type_name, int32(x))
105 } 110 }
106 func (FailureDetails_Type) EnumDescriptor() ([]byte, []int) { return fileDescrip tor0, []int{0, 0} } 111 func (FailureDetails_Type) EnumDescriptor() ([]byte, []int) { return fileDescrip tor0, []int{0, 0} }
107 112
108 // FailureType provides more details on the nature of the Status. 113 // FailureType provides more details on the nature of the Status.
109 type FailureDetails struct { 114 type FailureDetails struct {
110 Type FailureDetails_Type `protobuf:"varint,1,opt,name=type,enum=milo.Fai lureDetails_Type" json:"type,omitempty"` 115 Type FailureDetails_Type `protobuf:"varint,1,opt,name=type,enum=milo.Fai lureDetails_Type" json:"type,omitempty"`
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 proto.RegisterType((*DMLink)(nil), "milo.DMLink") 677 proto.RegisterType((*DMLink)(nil), "milo.DMLink")
673 proto.RegisterEnum("milo.Status", Status_name, Status_value) 678 proto.RegisterEnum("milo.Status", Status_name, Status_value)
674 proto.RegisterEnum("milo.FailureDetails_Type", FailureDetails_Type_name, FailureDetails_Type_value) 679 proto.RegisterEnum("milo.FailureDetails_Type", FailureDetails_Type_name, FailureDetails_Type_value)
675 } 680 }
676 681
677 func init() { 682 func init() {
678 proto.RegisterFile("github.com/luci/luci-go/common/proto/milo/annotation s.proto", fileDescriptor0) 683 proto.RegisterFile("github.com/luci/luci-go/common/proto/milo/annotation s.proto", fileDescriptor0)
679 } 684 }
680 685
681 var fileDescriptor0 = []byte{ 686 var fileDescriptor0 = []byte{
682 » // 969 bytes of a gzipped FileDescriptorProto 687 » // 977 bytes of a gzipped FileDescriptorProto
683 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x55, 0x6d, 0x6f, 0x1b, 0x45, 688 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x55, 0x6d, 0x6f, 0x1b, 0x45,
684 0x10, 0xae, 0xed, 0xb3, 0x1d, 0x8f, 0xed, 0x60, 0x16, 0x53, 0x0e, 0x0b, 0x91, 0x60, 0x21, 0x51, 689 0x10, 0xae, 0xed, 0xb3, 0x1d, 0x8f, 0xed, 0x60, 0x16, 0x53, 0x0e, 0x0b, 0x91, 0x60, 0x21, 0x51,
685 0x01, 0x3d, 0xa3, 0x50, 0x09, 0x68, 0x4b, 0x25, 0xd7, 0xbe, 0x14, 0x4b, 0xae, 0x1b, 0xad, 0x13, 690 0x01, 0x3d, 0xa3, 0x50, 0x09, 0x68, 0x4b, 0x25, 0xd7, 0xbe, 0x14, 0x4b, 0xae, 0x1b, 0xad, 0x13,
686 0x04, 0x9f, 0xac, 0xb3, 0x6f, 0xed, 0x1c, 0xbd, 0x37, 0xee, 0xf6, 0x42, 0xfc, 0x73, 0xf8, 0x11, 691 0xa9, 0x7c, 0xb2, 0xce, 0xbe, 0xb5, 0x73, 0xf4, 0xde, 0xb8, 0xdb, 0x0b, 0xf1, 0xcf, 0xe1, 0x47,
687 0xfc, 0x2a, 0xfe, 0x02, 0x1f, 0x98, 0x7d, 0x39, 0xfb, 0x02, 0x49, 0xfa, 0xe5, 0xb4, 0x33, 0xf3, 692 0xf0, 0xdf, 0xf8, 0xc0, 0x07, 0x66, 0x5f, 0xce, 0xbe, 0x40, 0x92, 0x7e, 0x39, 0xed, 0xcc, 0x3c,
688 0xcc, 0xee, 0xcc, 0xb3, 0xcf, 0xcd, 0xc2, 0xb3, 0x8d, 0xc7, 0x2f, 0xb3, 0xa5, 0xb5, 0x8a, 0x82, 693 0xb3, 0x3b, 0xf3, 0xec, 0x73, 0xb3, 0xf0, 0x6c, 0xe3, 0xf1, 0xcb, 0x6c, 0x69, 0xad, 0xa2, 0x60,
689 0x81, 0x9f, 0xad, 0x3c, 0xf9, 0x79, 0xbc, 0x89, 0x06, 0xe8, 0x08, 0xa2, 0x70, 0x10, 0x27, 0x11, 694 0xe0, 0x67, 0x2b, 0x4f, 0x7e, 0x1e, 0x6f, 0xa2, 0x01, 0x3a, 0x82, 0x28, 0x1c, 0xc4, 0x49, 0xc4,
690 0x8f, 0x06, 0x81, 0xe7, 0x47, 0x03, 0x27, 0x0c, 0x23, 0xee, 0x70, 0x2f, 0x0a, 0x53, 0x4b, 0xba, 695 0xa3, 0x41, 0xe0, 0xf9, 0xd1, 0xc0, 0x09, 0xc3, 0x88, 0x3b, 0xdc, 0x8b, 0xc2, 0xd4, 0x92, 0x6e,
691 0x89, 0x21, 0xfc, 0xbd, 0xa3, 0x4d, 0x14, 0x6d, 0x7c, 0xa6, 0xa0, 0xcb, 0x6c, 0x3d, 0xe0, 0x5e, 696 0x62, 0x08, 0x7f, 0xef, 0x68, 0x13, 0x45, 0x1b, 0x9f, 0x29, 0xe8, 0x32, 0x5b, 0x0f, 0xb8, 0x17,
692 0xc0, 0x52, 0xee, 0x04, 0xb1, 0x82, 0xf5, 0xff, 0x2e, 0xc1, 0xe1, 0xa9, 0xe3, 0xf9, 0x59, 0xc2, 697 0xb0, 0x94, 0x3b, 0x41, 0xac, 0x60, 0xfd, 0xbf, 0x4b, 0x70, 0x78, 0xea, 0x78, 0x7e, 0x96, 0xb0,
693 0xc6, 0x8c, 0xe3, 0x22, 0x25, 0x8f, 0xc1, 0xe0, 0xdb, 0x98, 0x99, 0xa5, 0xe3, 0xd2, 0xa3, 0xc3, 698 0x31, 0xe3, 0xb8, 0x48, 0xc9, 0x63, 0x30, 0xf8, 0x36, 0x66, 0x66, 0xe9, 0xb8, 0xf4, 0xe8, 0xf0,
694 0x93, 0x8f, 0x2d, 0xb1, 0x91, 0x75, 0x13, 0x63, 0x9d, 0x23, 0x80, 0x4a, 0x18, 0x21, 0x08, 0x67, 699 0xe4, 0x53, 0x4b, 0x6c, 0x64, 0xdd, 0xc4, 0x58, 0xe7, 0x08, 0xa0, 0x12, 0x46, 0x08, 0xc2, 0xd9,
695 0xd7, 0xdc, 0x2c, 0x23, 0xbc, 0x41, 0xe5, 0x9a, 0xbc, 0x80, 0xee, 0x1a, 0x71, 0xcc, 0x5d, 0xb8, 700 0x35, 0x37, 0xcb, 0x08, 0x6f, 0x50, 0xb9, 0x26, 0x2f, 0xa0, 0xbb, 0x46, 0x1c, 0x73, 0x17, 0x6e,
696 0xc1, 0xc2, 0x65, 0x31, 0x0b, 0x5d, 0x16, 0xae, 0xb6, 0x66, 0xe5, 0xb8, 0xf2, 0xa8, 0x79, 0xd2, 701 0xb0, 0x70, 0x59, 0xcc, 0x42, 0x97, 0x85, 0xab, 0xad, 0x59, 0x39, 0xae, 0x3c, 0x6a, 0x9e, 0xb4,
697 0x52, 0x5b, 0x8e, 0x5f, 0x4f, 0xbd, 0xf0, 0x2d, 0x25, 0x0a, 0x39, 0x0e, 0xc6, 0x3b, 0x5c, 0xff, 702 0xd4, 0x96, 0xe3, 0xd7, 0x53, 0x2f, 0x7c, 0x47, 0x89, 0x42, 0x8e, 0x83, 0xf1, 0x0e, 0xd7, 0x5f,
698 0x67, 0x30, 0xc4, 0x09, 0xa4, 0x09, 0xf5, 0x57, 0xf6, 0xcc, 0xa6, 0xc3, 0x69, 0xe7, 0x01, 0x69, 703 0x81, 0x21, 0x4e, 0x20, 0x4d, 0xa8, 0xbf, 0xb2, 0x67, 0x36, 0x1d, 0x4e, 0x3b, 0x0f, 0x48, 0x1b,
699 0x43, 0xc3, 0xfe, 0x65, 0x64, 0x9f, 0x9d, 0x4f, 0xde, 0xcc, 0x3a, 0x25, 0xd2, 0x80, 0xea, 0x64, 704 0x1a, 0xf6, 0xdb, 0x91, 0x7d, 0x76, 0x3e, 0x79, 0x33, 0xeb, 0x94, 0x48, 0x03, 0xaa, 0x93, 0xd9,
700 0x76, 0x4a, 0x87, 0x9d, 0x32, 0x31, 0xa1, 0x3b, 0x7e, 0xbd, 0x18, 0xdb, 0x67, 0xf6, 0x6c, 0x6c, 705 0x29, 0x1d, 0x76, 0xca, 0xc4, 0x84, 0xee, 0xf8, 0xf5, 0x62, 0x6c, 0x9f, 0xd9, 0xb3, 0xb1, 0x3d,
701 0xcf, 0x46, 0xbf, 0x2e, 0x4e, 0x87, 0x93, 0xa9, 0x3d, 0xee, 0x54, 0x44, 0xce, 0x68, 0x38, 0x1b, 706 0x1b, 0xfd, 0xba, 0x38, 0x1d, 0x4e, 0xa6, 0xf6, 0xb8, 0x53, 0x11, 0x39, 0xa3, 0xe1, 0x6c, 0x64,
702 0xd9, 0x53, 0x61, 0x1a, 0xfd, 0x3f, 0x0f, 0xc0, 0x98, 0x73, 0x16, 0x8b, 0xa2, 0x43, 0x27, 0x50, 707 0x4f, 0x85, 0x69, 0x88, 0xfd, 0xec, 0xb7, 0x67, 0x13, 0x8a, 0x46, 0xb5, 0xff, 0xe7, 0x01, 0x18,
703 0x3d, 0x62, 0xd1, 0x62, 0x4d, 0xbe, 0x86, 0xba, 0x20, 0xd6, 0x09, 0x5d, 0xd9, 0x4b, 0xf3, 0x84, 708 0x73, 0xce, 0x62, 0xd1, 0x41, 0xe8, 0x04, 0xaa, 0x61, 0xec, 0x40, 0xac, 0xc9, 0xb7, 0x50, 0x17,
704 0xa8, 0x3a, 0x45, 0x82, 0x35, 0x52, 0x11, 0x9a, 0x43, 0xc8, 0xe7, 0x50, 0x43, 0x1e, 0x79, 0x96, 709 0x2c, 0x3b, 0xa1, 0x2b, 0x1b, 0x6b, 0x9e, 0x10, 0x55, 0xb4, 0x48, 0xb0, 0x46, 0x2a, 0x42, 0x73,
705 0x62, 0x53, 0x82, 0xa7, 0x56, 0x0e, 0x16, 0x3e, 0xaa, 0x63, 0xe4, 0x47, 0x78, 0x6f, 0xad, 0x98, 710 0x08, 0xf9, 0x12, 0x6a, 0x48, 0x2a, 0xcf, 0x52, 0xec, 0x50, 0x90, 0xd6, 0xca, 0xc1, 0xc2, 0x47,
706 0x43, 0x1a, 0x24, 0x75, 0xa6, 0x21, 0xf7, 0xee, 0xde, 0x46, 0x2b, 0x3d, 0x5c, 0xdf, 0xbc, 0x0a, 711 0x75, 0x8c, 0xfc, 0x0c, 0x1f, 0xac, 0x15, 0x8d, 0xc8, 0x89, 0xe4, 0xd1, 0x34, 0xe4, 0xde, 0xdd,
707 0x2c, 0x29, 0xcd, 0x96, 0x29, 0x16, 0x60, 0x56, 0x25, 0x75, 0xc5, 0x92, 0xe6, 0x2a, 0x42, 0x73, 712 0xdb, 0x38, 0xa6, 0x87, 0xeb, 0x9b, 0xf7, 0x82, 0x25, 0xa5, 0xd9, 0x32, 0xc5, 0x02, 0xcc, 0xaa,
708 0x08, 0xf9, 0x0e, 0xda, 0x29, 0x77, 0xa3, 0x8c, 0x2f, 0x52, 0x9e, 0x30, 0x27, 0x30, 0x6b, 0xc5, 713 0xe4, 0xb1, 0x58, 0xd2, 0x5c, 0x45, 0x68, 0x0e, 0x21, 0x3f, 0x40, 0x3b, 0xe5, 0x6e, 0x94, 0xf1,
709 0x36, 0xa6, 0xd1, 0xc6, 0x8d, 0x36, 0x73, 0x19, 0xa1, 0x2d, 0x05, 0x54, 0x96, 0x4e, 0x64, 0x49, 714 0x45, 0xca, 0x13, 0xe6, 0x04, 0x66, 0xad, 0xd8, 0xc6, 0x34, 0xda, 0xb8, 0xd1, 0x66, 0x2e, 0x23,
710 0x92, 0x27, 0xd6, 0xef, 0x4d, 0x44, 0xa0, 0x4e, 0x7c, 0x82, 0xf5, 0x71, 0x27, 0xe1, 0xcc, 0x35, 715 0xb4, 0xa5, 0x80, 0xca, 0xd2, 0x89, 0x2c, 0x49, 0xf2, 0xc4, 0xfa, 0xbd, 0x89, 0x08, 0xd4, 0x89,
711 0x0f, 0x64, 0x4a, 0xcf, 0x52, 0x82, 0xb3, 0x72, 0xc1, 0x59, 0xe7, 0xb9, 0xe0, 0x68, 0x0e, 0x25, 716 0x4f, 0xb0, 0x3e, 0xee, 0x24, 0x9c, 0xb9, 0xe6, 0x81, 0x4c, 0xe9, 0x59, 0x4a, 0x7d, 0x56, 0xae,
712 0xdf, 0x40, 0x55, 0x5c, 0xb4, 0x6b, 0x36, 0xde, 0x99, 0xa3, 0x80, 0x3b, 0x8d, 0x75, 0x91, 0x84, 717 0x3e, 0xeb, 0x3c, 0x57, 0x1f, 0xcd, 0xa1, 0xe4, 0x3b, 0xa8, 0x8a, 0x5b, 0x77, 0xcd, 0xc6, 0x7b,
713 0x5c, 0x63, 0x03, 0x38, 0xc0, 0x84, 0x4d, 0xc2, 0xd2, 0xd4, 0xfc, 0x50, 0x6e, 0xf4, 0x41, 0x81, 718 0x73, 0x14, 0x70, 0x27, 0xb8, 0x2e, 0x92, 0x90, 0x0b, 0x6e, 0x00, 0x07, 0x98, 0xb0, 0x49, 0x58,
714 0x9c, 0x33, 0x1d, 0xa2, 0x3b, 0x10, 0xf9, 0x14, 0x0c, 0x1f, 0x05, 0x67, 0x3e, 0x94, 0x60, 0xd0, 719 0x9a, 0x9a, 0x1f, 0xcb, 0x8d, 0x3e, 0x2a, 0x90, 0x73, 0xa6, 0x43, 0x74, 0x07, 0x22, 0x9f, 0x83,
715 0xcd, 0x09, 0x09, 0x4a, 0x3f, 0xf9, 0x0a, 0x9a, 0x11, 0xbf, 0x64, 0xc9, 0x42, 0x58, 0xa9, 0xf9, 720 0xe1, 0xa3, 0xfa, 0xcc, 0x87, 0x12, 0x0c, 0xba, 0x39, 0xa1, 0x47, 0xe9, 0x27, 0xdf, 0x40, 0x33,
716 0x91, 0x24, 0xbc, 0x08, 0x03, 0x19, 0x16, 0xcb, 0x54, 0x9f, 0x1e, 0xb3, 0x84, 0x6f, 0x4d, 0x53, 721 0xe2, 0x97, 0x2c, 0x59, 0x08, 0x2b, 0x35, 0x3f, 0x91, 0x84, 0x17, 0x61, 0x20, 0xc3, 0x62, 0x99,
717 0x22, 0xff, 0x73, 0xba, 0x0c, 0xd1, 0x1d, 0xa8, 0xf7, 0x57, 0x09, 0xea, 0x5a, 0x44, 0xe4, 0x33, 722 0xea, 0xd3, 0x63, 0x96, 0xf0, 0xad, 0x69, 0x4a, 0xe4, 0x7f, 0x4e, 0x97, 0x21, 0xba, 0x03, 0xf5,
718 0x68, 0x69, 0x19, 0x89, 0xb3, 0x84, 0x0a, 0x45, 0x5b, 0x4d, 0xed, 0xc3, 0x03, 0x18, 0xe9, 0x40, 723 0xfe, 0x2a, 0x41, 0x5d, 0x8b, 0x88, 0x7c, 0x01, 0x2d, 0x2d, 0x23, 0x71, 0x96, 0x50, 0xa1, 0x68,
719 0x65, 0xf5, 0x87, 0xab, 0x7f, 0x2a, 0xb1, 0x24, 0x3f, 0x40, 0x9d, 0x85, 0x57, 0x5e, 0x12, 0x85, 724 0xab, 0xa9, 0x7d, 0x78, 0x00, 0x23, 0x1d, 0xa8, 0xac, 0xfe, 0x70, 0xf5, 0x1f, 0x26, 0x96, 0xe4,
720 0xfa, 0x37, 0x3a, 0xfa, 0xbf, 0x3c, 0x2d, 0x5b, 0x21, 0xec, 0x90, 0x27, 0x5b, 0x9a, 0xe3, 0x7b, 725 0x27, 0xa8, 0xb3, 0xf0, 0xca, 0x4b, 0xa2, 0x50, 0xff, 0x53, 0x47, 0xff, 0x97, 0xa7, 0x65, 0x2b,
721 0x4f, 0xa1, 0x55, 0x0c, 0x88, 0xcd, 0xdf, 0xb2, 0xad, 0x16, 0xbf, 0x58, 0x92, 0x2e, 0x54, 0xaf, 726 0x84, 0x1d, 0xf2, 0x64, 0x4b, 0x73, 0x7c, 0xef, 0x29, 0xb4, 0x8a, 0x01, 0xb1, 0xf9, 0x3b, 0xb6,
722 0x1c, 0x3f, 0x63, 0xfa, 0x40, 0x65, 0x3c, 0x2d, 0x7f, 0x5f, 0xea, 0x6d, 0xa1, 0xae, 0x85, 0x46, 727 0xd5, 0xe2, 0x17, 0x4b, 0xd2, 0x85, 0xea, 0x95, 0xe3, 0x67, 0x4c, 0x1f, 0xa8, 0x8c, 0xa7, 0xe5,
723 0x8e, 0xc1, 0x90, 0x52, 0x2c, 0x15, 0x09, 0x14, 0xc7, 0xff, 0xf4, 0x80, 0xca, 0x08, 0x19, 0xc2, 728 0x1f, 0x4b, 0xbd, 0x2d, 0xd4, 0xb5, 0xd0, 0xc8, 0x31, 0x18, 0x52, 0x8a, 0xa5, 0x22, 0x81, 0xe2,
724 0xfb, 0xfb, 0x49, 0x94, 0x8b, 0xa9, 0x7c, 0x97, 0x98, 0x30, 0xad, 0xb3, 0x87, 0x2b, 0xdf, 0xcb, 729 0xf8, 0x5f, 0x1e, 0x50, 0x19, 0x21, 0x43, 0xf8, 0x70, 0x3f, 0x96, 0x72, 0x31, 0x95, 0xef, 0x12,
725 0xc6, 0x4e, 0xf2, 0xbd, 0x17, 0x70, 0x90, 0x5f, 0xa3, 0x28, 0x90, 0x23, 0xd0, 0x97, 0x87, 0x57, 730 0x13, 0xa6, 0x75, 0xf6, 0x70, 0xe5, 0x7b, 0xd9, 0xd8, 0x49, 0xbe, 0xf7, 0x02, 0x0e, 0xf2, 0x6b,
726 0xa9, 0x32, 0xc8, 0x27, 0xd0, 0x40, 0xd2, 0x62, 0x9f, 0x09, 0x05, 0x96, 0x65, 0x64, 0xef, 0xe8, 731 0x14, 0x05, 0x72, 0x04, 0xfa, 0xf2, 0xf0, 0x2a, 0x55, 0x06, 0xf9, 0x0c, 0x1a, 0x48, 0x5a, 0xec,
727 0x3d, 0x91, 0xf9, 0x92, 0xfe, 0x5b, 0x7f, 0xf8, 0x5b, 0x9b, 0xee, 0xff, 0x53, 0x02, 0x43, 0xdc, 732 0x33, 0xa1, 0xc0, 0xb2, 0x8c, 0xec, 0x1d, 0xbd, 0x27, 0x32, 0x5f, 0xd2, 0x7f, 0xeb, 0x0f, 0x7f,
728 0xb1, 0x08, 0xfb, 0xce, 0x92, 0xf9, 0x3a, 0x47, 0x19, 0xe4, 0x08, 0x9a, 0x8e, 0xef, 0x39, 0xe9, 733 0x6b, 0xd3, 0xfd, 0x7f, 0x4a, 0x60, 0x88, 0x3b, 0x16, 0x61, 0xdf, 0x59, 0x32, 0x5f, 0xe7, 0x28,
729 0x42, 0xc5, 0x54, 0x2a, 0x48, 0xd7, 0x54, 0x02, 0x08, 0x54, 0xb2, 0xc4, 0x97, 0x53, 0xa1, 0x81, 734 0x83, 0x1c, 0x41, 0xd3, 0xf1, 0x3d, 0x27, 0x5d, 0xa8, 0x98, 0x4a, 0x05, 0xe9, 0x9a, 0x4a, 0x00,
730 0x1d, 0x0a, 0x03, 0xef, 0xae, 0xed, 0xcb, 0xc6, 0x73, 0x4e, 0x8c, 0x7b, 0x38, 0x69, 0xf9, 0x05, 735 0x81, 0x4a, 0x96, 0xf8, 0x72, 0x2a, 0x34, 0xb0, 0x43, 0x61, 0xe0, 0xdd, 0xb5, 0x7d, 0xd9, 0x78,
731 0x9b, 0x3c, 0x87, 0x43, 0x2f, 0x8d, 0x7c, 0x87, 0xb3, 0x45, 0xb4, 0xfc, 0x8d, 0xad, 0x38, 0x4e, 736 0xce, 0x89, 0x71, 0x0f, 0x27, 0x2d, 0xbf, 0x60, 0x93, 0xe7, 0x70, 0xe8, 0xa5, 0x91, 0xef, 0x70,
732 0x82, 0x82, 0xd8, 0x27, 0x2a, 0xf6, 0x46, 0x86, 0x30, 0xb9, 0xed, 0x15, 0x1d, 0xe4, 0x0b, 0xa8, 737 0xb6, 0x88, 0x96, 0xbf, 0xb1, 0x15, 0xc7, 0x49, 0x50, 0x10, 0xfb, 0x44, 0xc5, 0xde, 0xc8, 0x10,
733 0xe3, 0x04, 0x96, 0xb2, 0x57, 0xc3, 0xe0, 0xc6, 0xec, 0x45, 0x7c, 0xcd, 0x0d, 0xc4, 0xea, 0x65, 738 0x26, 0xb7, 0xbd, 0xa2, 0x83, 0x7c, 0x05, 0x75, 0x1c, 0xc7, 0x52, 0xf6, 0x6a, 0x18, 0xdc, 0x18,
734 0x5d, 0x73, 0xd1, 0xa7, 0xd0, 0x2a, 0xd6, 0x43, 0x1e, 0xe2, 0x9c, 0x63, 0xc9, 0x15, 0x4b, 0x34, 739 0xc4, 0x88, 0xaf, 0xb9, 0x81, 0x58, 0xbd, 0xac, 0x6b, 0x2e, 0xfa, 0x14, 0x5a, 0xc5, 0x7a, 0xc8,
735 0x0d, 0xda, 0x12, 0xfe, 0x38, 0x61, 0x6b, 0xef, 0x5a, 0x53, 0xa0, 0xad, 0x1d, 0xd1, 0x95, 0x3d, 740 0x43, 0x9c, 0x73, 0x2c, 0xb9, 0x62, 0x89, 0xa6, 0x41, 0x5b, 0xc2, 0x1f, 0x27, 0x6c, 0xed, 0x5d,
736 0xd1, 0xfd, 0x67, 0xd0, 0xbe, 0x51, 0xe7, 0x9d, 0x9b, 0x62, 0xf2, 0xa5, 0x93, 0x5e, 0xe6, 0x6f, 741 0x6b, 0x0a, 0xb4, 0xb5, 0x23, 0xba, 0xb2, 0x27, 0xba, 0xff, 0x0c, 0xda, 0x37, 0xea, 0xbc, 0x73,
737 0x89, 0x58, 0xf7, 0x43, 0xa8, 0xa9, 0x6a, 0xef, 0xcc, 0xc2, 0x8b, 0xfa, 0x3d, 0xc3, 0x81, 0x91, 742 0x53, 0x4c, 0xbe, 0x74, 0xd2, 0xcb, 0xfc, 0x61, 0x11, 0xeb, 0x7e, 0x08, 0x35, 0x55, 0xed, 0x9d,
738 0xdf, 0xa3, 0x34, 0xf0, 0x51, 0xa8, 0x3b, 0x9c, 0xb3, 0x20, 0xe6, 0xb2, 0x96, 0x0a, 0xcd, 0x4d, 743 0x59, 0x78, 0x51, 0xbf, 0x67, 0x38, 0x30, 0xf2, 0x7b, 0x94, 0x06, 0xbe, 0x10, 0x75, 0x87, 0x73,
739 0xa1, 0x1a, 0x76, 0xcd, 0x56, 0x99, 0x50, 0x9d, 0xbc, 0x89, 0x0a, 0xdd, 0x3b, 0xbe, 0x7c, 0x0e, 744 0x16, 0xc4, 0x5c, 0xd6, 0x52, 0xa1, 0xb9, 0x29, 0x54, 0xc3, 0xae, 0xd9, 0x2a, 0x13, 0xaa, 0x93,
740 0x35, 0x35, 0xc4, 0xc5, 0xeb, 0x43, 0x2f, 0x66, 0xb3, 0xc9, 0xec, 0x15, 0xbe, 0x3e, 0x68, 0xcc, 745 0x37, 0x51, 0xa1, 0x7b, 0xc7, 0xd7, 0xcf, 0xa1, 0xa6, 0x86, 0xb8, 0x78, 0x3a, 0xe8, 0xc5, 0x6c,
741 0x2f, 0x46, 0x23, 0x7b, 0x3e, 0xc7, 0xb7, 0x07, 0x0d, 0xf1, 0xc4, 0x5c, 0x50, 0x1b, 0x5f, 0x1f, 746 0x36, 0x99, 0xbd, 0xc2, 0xa7, 0x08, 0x8d, 0xf9, 0xc5, 0x68, 0x64, 0xcf, 0xe7, 0xf8, 0x10, 0xa1,
742 0x34, 0xc4, 0xc3, 0x23, 0x60, 0x95, 0x65, 0x4d, 0x0e, 0xb1, 0x6f, 0xff, 0x0d, 0x00, 0x00, 0xff, 747 0x21, 0xde, 0x9b, 0x0b, 0x6a, 0xe3, 0x53, 0x84, 0x86, 0x78, 0x85, 0x04, 0xac, 0xb2, 0xac, 0xc9,
743 0xff, 0x98, 0x64, 0x1b, 0x97, 0xbc, 0x07, 0x00, 0x00, 748 0x21, 0xf6, 0xfd, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xd3, 0x81, 0x81, 0x89, 0xc9, 0x07, 0x00,
749 0x00,
744 } 750 }
OLDNEW
« no previous file with comments | « common/proto/milo/annotations.proto ('k') | milo/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698