tensorflow_serving_client/
error_codes.rs1#![allow(unknown_lints)]
6#![allow(clippy::all)]
7
8#![cfg_attr(rustfmt, rustfmt_skip)]
9
10#![allow(box_pointers)]
11#![allow(dead_code)]
12#![allow(missing_docs)]
13#![allow(non_camel_case_types)]
14#![allow(non_snake_case)]
15#![allow(non_upper_case_globals)]
16#![allow(trivial_casts)]
17#![allow(unsafe_code)]
18#![allow(unused_imports)]
19#![allow(unused_results)]
20use protobuf::Message as Message_imported_for_functions;
23use protobuf::ProtobufEnum as ProtobufEnum_imported_for_functions;
24
25#[derive(Clone,PartialEq,Eq,Debug,Hash)]
30pub enum Code {
31 OK = 0,
32 CANCELLED = 1,
33 UNKNOWN = 2,
34 INVALID_ARGUMENT = 3,
35 DEADLINE_EXCEEDED = 4,
36 NOT_FOUND = 5,
37 ALREADY_EXISTS = 6,
38 PERMISSION_DENIED = 7,
39 UNAUTHENTICATED = 16,
40 RESOURCE_EXHAUSTED = 8,
41 FAILED_PRECONDITION = 9,
42 ABORTED = 10,
43 OUT_OF_RANGE = 11,
44 UNIMPLEMENTED = 12,
45 INTERNAL = 13,
46 UNAVAILABLE = 14,
47 DATA_LOSS = 15,
48 DO_NOT_USE_RESERVED_FOR_FUTURE_EXPANSION_USE_DEFAULT_IN_SWITCH_INSTEAD_ = 20,
49}
50
51impl ::protobuf::ProtobufEnum for Code {
52 fn value(&self) -> i32 {
53 *self as i32
54 }
55
56 fn from_i32(value: i32) -> ::std::option::Option<Code> {
57 match value {
58 0 => ::std::option::Option::Some(Code::OK),
59 1 => ::std::option::Option::Some(Code::CANCELLED),
60 2 => ::std::option::Option::Some(Code::UNKNOWN),
61 3 => ::std::option::Option::Some(Code::INVALID_ARGUMENT),
62 4 => ::std::option::Option::Some(Code::DEADLINE_EXCEEDED),
63 5 => ::std::option::Option::Some(Code::NOT_FOUND),
64 6 => ::std::option::Option::Some(Code::ALREADY_EXISTS),
65 7 => ::std::option::Option::Some(Code::PERMISSION_DENIED),
66 16 => ::std::option::Option::Some(Code::UNAUTHENTICATED),
67 8 => ::std::option::Option::Some(Code::RESOURCE_EXHAUSTED),
68 9 => ::std::option::Option::Some(Code::FAILED_PRECONDITION),
69 10 => ::std::option::Option::Some(Code::ABORTED),
70 11 => ::std::option::Option::Some(Code::OUT_OF_RANGE),
71 12 => ::std::option::Option::Some(Code::UNIMPLEMENTED),
72 13 => ::std::option::Option::Some(Code::INTERNAL),
73 14 => ::std::option::Option::Some(Code::UNAVAILABLE),
74 15 => ::std::option::Option::Some(Code::DATA_LOSS),
75 20 => ::std::option::Option::Some(Code::DO_NOT_USE_RESERVED_FOR_FUTURE_EXPANSION_USE_DEFAULT_IN_SWITCH_INSTEAD_),
76 _ => ::std::option::Option::None
77 }
78 }
79
80 fn values() -> &'static [Self] {
81 static values: &'static [Code] = &[
82 Code::OK,
83 Code::CANCELLED,
84 Code::UNKNOWN,
85 Code::INVALID_ARGUMENT,
86 Code::DEADLINE_EXCEEDED,
87 Code::NOT_FOUND,
88 Code::ALREADY_EXISTS,
89 Code::PERMISSION_DENIED,
90 Code::UNAUTHENTICATED,
91 Code::RESOURCE_EXHAUSTED,
92 Code::FAILED_PRECONDITION,
93 Code::ABORTED,
94 Code::OUT_OF_RANGE,
95 Code::UNIMPLEMENTED,
96 Code::INTERNAL,
97 Code::UNAVAILABLE,
98 Code::DATA_LOSS,
99 Code::DO_NOT_USE_RESERVED_FOR_FUTURE_EXPANSION_USE_DEFAULT_IN_SWITCH_INSTEAD_,
100 ];
101 values
102 }
103
104 fn enum_descriptor_static() -> &'static ::protobuf::reflect::EnumDescriptor {
105 static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy::INIT;
106 unsafe {
107 descriptor.get(|| {
108 ::protobuf::reflect::EnumDescriptor::new_pb_name::<Code>("Code", file_descriptor_proto())
109 })
110 }
111 }
112}
113
114impl ::std::marker::Copy for Code {
115}
116
117impl ::std::default::Default for Code {
118 fn default() -> Self {
119 Code::OK
120 }
121}
122
123impl ::protobuf::reflect::ProtobufValue for Code {
124 fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
125 ::protobuf::reflect::ReflectValueRef::Enum(self.descriptor())
126 }
127}
128
129static file_descriptor_proto_data: &'static [u8] = b"\
130 \n*tensorflow/core/protobuf/error_codes.proto\x12\x10tensorflow.error*\
131 \x84\x03\n\x04Code\x12\x06\n\x02OK\x10\0\x12\r\n\tCANCELLED\x10\x01\x12\
132 \x0b\n\x07UNKNOWN\x10\x02\x12\x14\n\x10INVALID_ARGUMENT\x10\x03\x12\x15\
133 \n\x11DEADLINE_EXCEEDED\x10\x04\x12\r\n\tNOT_FOUND\x10\x05\x12\x12\n\x0e\
134 ALREADY_EXISTS\x10\x06\x12\x15\n\x11PERMISSION_DENIED\x10\x07\x12\x13\n\
135 \x0fUNAUTHENTICATED\x10\x10\x12\x16\n\x12RESOURCE_EXHAUSTED\x10\x08\x12\
136 \x17\n\x13FAILED_PRECONDITION\x10\t\x12\x0b\n\x07ABORTED\x10\n\x12\x10\n\
137 \x0cOUT_OF_RANGE\x10\x0b\x12\x11\n\rUNIMPLEMENTED\x10\x0c\x12\x0c\n\x08I\
138 NTERNAL\x10\r\x12\x0f\n\x0bUNAVAILABLE\x10\x0e\x12\r\n\tDATA_LOSS\x10\
139 \x0f\x12K\nGDO_NOT_USE_RESERVED_FOR_FUTURE_EXPANSION_USE_DEFAULT_IN_SWIT\
140 CH_INSTEAD_\x10\x14B{\n\x18org.tensorflow.frameworkB\x10ErrorCodesProtos\
141 P\x01ZHgithub.com/tensorflow/tensorflow/tensorflow/go/core/core_protos_g\
142 o_proto\xf8\x01\x01J\xa11\n\x07\x12\x05\0\0\x97\x01\x01\n\x08\n\x01\x0c\
143 \x12\x03\0\0\x12\n\x08\n\x01\x02\x12\x03\x02\0\x19\n\x08\n\x01\x08\x12\
144 \x03\x04\0\x1f\n\t\n\x02\x08\x1f\x12\x03\x04\0\x1f\n\x08\n\x01\x08\x12\
145 \x03\x05\01\n\t\n\x02\x08\x08\x12\x03\x05\01\n\x08\n\x01\x08\x12\x03\x06\
146 \0\"\n\t\n\x02\x08\n\x12\x03\x06\0\"\n\x08\n\x01\x08\x12\x03\x07\01\n\t\
147 \n\x02\x08\x01\x12\x03\x07\01\n\x08\n\x01\x08\x12\x03\x08\0_\n\t\n\x02\
148 \x08\x0b\x12\x03\x08\0_\n\xd0\x05\n\x02\x05\0\x12\x05\x19\0\x97\x01\x01\
149 \x1a\xc2\x05\x20The\x20canonical\x20error\x20codes\x20for\x20TensorFlow\
150 \x20APIs.\n\n\x20Warnings:\n\n\x20-\x20\x20\x20Do\x20not\x20change\x20an\
151 y\x20numeric\x20assignments.\n\x20-\x20\x20\x20Changes\x20to\x20this\x20\
152 list\x20should\x20only\x20be\x20made\x20if\x20there\x20is\x20a\x20compel\
153 ling\n\x20\x20\x20\x20\x20need\x20that\x20can't\x20be\x20satisfied\x20in\
154 \x20another\x20way.\x20\x20Such\x20changes\n\x20\x20\x20\x20\x20must\x20\
155 be\x20approved\x20by\x20at\x20least\x20two\x20OWNERS.\n\x20-\x20\x20\x20\
156 These\x20error\x20codes\x20must\x20match\x20gRPC\x20and\x20protobuf\x20e\
157 rror\x20codes\x20(except\x20for\n\x20\x20\x20\x20\x20DO_NOT_USE_RESERVED\
158 _FOR_FUTURE_EXPANSION_USE_DEFAULT_IN_SWITCH_INSTEAD_).\n\n\x20Sometimes\
159 \x20multiple\x20error\x20codes\x20may\x20apply.\x20\x20Services\x20shoul\
160 d\x20return\n\x20the\x20most\x20specific\x20error\x20code\x20that\x20app\
161 lies.\x20\x20For\x20example,\x20prefer\n\x20OUT_OF_RANGE\x20over\x20FAIL\
162 ED_PRECONDITION\x20if\x20both\x20codes\x20apply.\n\x20Similarly\x20prefe\
163 r\x20NOT_FOUND\x20or\x20ALREADY_EXISTS\x20over\x20FAILED_PRECONDITION.\n\
164 \n\n\n\x03\x05\0\x01\x12\x03\x19\x05\t\n0\n\x04\x05\0\x02\0\x12\x03\x1b\
165 \x02\t\x1a#\x20Not\x20an\x20error;\x20returned\x20on\x20success\n\n\x0c\
166 \n\x05\x05\0\x02\0\x01\x12\x03\x1b\x02\x04\n\x0c\n\x05\x05\0\x02\0\x02\
167 \x12\x03\x1b\x07\x08\nE\n\x04\x05\0\x02\x01\x12\x03\x1e\x02\x10\x1a8\x20\
168 The\x20operation\x20was\x20cancelled\x20(typically\x20by\x20the\x20calle\
169 r).\n\n\x0c\n\x05\x05\0\x02\x01\x01\x12\x03\x1e\x02\x0b\n\x0c\n\x05\x05\
170 \0\x02\x01\x02\x12\x03\x1e\x0e\x0f\n\xb6\x02\n\x04\x05\0\x02\x02\x12\x03\
171 %\x02\x0e\x1a\xa8\x02\x20Unknown\x20error.\x20\x20An\x20example\x20of\
172 \x20where\x20this\x20error\x20may\x20be\x20returned\x20is\n\x20if\x20a\
173 \x20Status\x20value\x20received\x20from\x20another\x20address\x20space\
174 \x20belongs\x20to\n\x20an\x20error-space\x20that\x20is\x20not\x20known\
175 \x20in\x20this\x20address\x20space.\x20\x20Also\n\x20errors\x20raised\
176 \x20by\x20APIs\x20that\x20do\x20not\x20return\x20enough\x20error\x20info\
177 rmation\n\x20may\x20be\x20converted\x20to\x20this\x20error.\n\n\x0c\n\
178 \x05\x05\0\x02\x02\x01\x12\x03%\x02\t\n\x0c\n\x05\x05\0\x02\x02\x02\x12\
179 \x03%\x0c\r\n\xea\x01\n\x04\x05\0\x02\x03\x12\x03+\x02\x17\x1a\xdc\x01\
180 \x20Client\x20specified\x20an\x20invalid\x20argument.\x20\x20Note\x20tha\
181 t\x20this\x20differs\n\x20from\x20FAILED_PRECONDITION.\x20\x20INVALID_AR\
182 GUMENT\x20indicates\x20arguments\n\x20that\x20are\x20problematic\x20rega\
183 rdless\x20of\x20the\x20state\x20of\x20the\x20system\n\x20(e.g.,\x20a\x20\
184 malformed\x20file\x20name).\n\n\x0c\n\x05\x05\0\x02\x03\x01\x12\x03+\x02\
185 \x12\n\x0c\n\x05\x05\0\x02\x03\x02\x12\x03+\x15\x16\n\xb9\x02\n\x04\x05\
186 \0\x02\x04\x12\x032\x02\x18\x1a\xab\x02\x20Deadline\x20expired\x20before\
187 \x20operation\x20could\x20complete.\x20\x20For\x20operations\n\x20that\
188 \x20change\x20the\x20state\x20of\x20the\x20system,\x20this\x20error\x20m\
189 ay\x20be\x20returned\n\x20even\x20if\x20the\x20operation\x20has\x20compl\
190 eted\x20successfully.\x20\x20For\x20example,\x20a\n\x20successful\x20res\
191 ponse\x20from\x20a\x20server\x20could\x20have\x20been\x20delayed\x20long\
192 \n\x20enough\x20for\x20the\x20deadline\x20to\x20expire.\n\n\x0c\n\x05\
193 \x05\0\x02\x04\x01\x12\x032\x02\x13\n\x0c\n\x05\x05\0\x02\x04\x02\x12\
194 \x032\x16\x17\n\xbf\x01\n\x04\x05\0\x02\x05\x12\x037\x02\x10\x1a\xb1\x01\
195 \x20Some\x20requested\x20entity\x20(e.g.,\x20file\x20or\x20directory)\
196 \x20was\x20not\x20found.\n\x20For\x20privacy\x20reasons,\x20this\x20code\
197 \x20*may*\x20be\x20returned\x20when\x20the\x20client\n\x20does\x20not\
198 \x20have\x20the\x20access\x20right\x20to\x20the\x20entity.\n\n\x0c\n\x05\
199 \x05\0\x02\x05\x01\x12\x037\x02\x0b\n\x0c\n\x05\x05\0\x02\x05\x02\x12\
200 \x037\x0e\x0f\na\n\x04\x05\0\x02\x06\x12\x03;\x02\x15\x1aT\x20Some\x20en\
201 tity\x20that\x20we\x20attempted\x20to\x20create\x20(e.g.,\x20file\x20or\
202 \x20directory)\n\x20already\x20exists.\n\n\x0c\n\x05\x05\0\x02\x06\x01\
203 \x12\x03;\x02\x10\n\x0c\n\x05\x05\0\x02\x06\x02\x12\x03;\x13\x14\n\xdd\
204 \x02\n\x04\x05\0\x02\x07\x12\x03C\x02\x18\x1a\xcf\x02\x20The\x20caller\
205 \x20does\x20not\x20have\x20permission\x20to\x20execute\x20the\x20specifi\
206 ed\n\x20operation.\x20\x20PERMISSION_DENIED\x20must\x20not\x20be\x20used\
207 \x20for\x20rejections\n\x20caused\x20by\x20exhausting\x20some\x20resourc\
208 e\x20(use\x20RESOURCE_EXHAUSTED\n\x20instead\x20for\x20those\x20errors).\
209 \x20\x20PERMISSION_DENIED\x20must\x20not\x20be\n\x20used\x20if\x20the\
210 \x20caller\x20can\x20not\x20be\x20identified\x20(use\x20UNAUTHENTICATED\
211 \n\x20instead\x20for\x20those\x20errors).\n\n\x0c\n\x05\x05\0\x02\x07\
212 \x01\x12\x03C\x02\x13\n\x0c\n\x05\x05\0\x02\x07\x02\x12\x03C\x16\x17\n]\
213 \n\x04\x05\0\x02\x08\x12\x03G\x02\x17\x1aP\x20The\x20request\x20does\x20\
214 not\x20have\x20valid\x20authentication\x20credentials\x20for\x20the\n\
215 \x20operation.\n\n\x0c\n\x05\x05\0\x02\x08\x01\x12\x03G\x02\x11\n\x0c\n\
216 \x05\x05\0\x02\x08\x02\x12\x03G\x14\x16\n~\n\x04\x05\0\x02\t\x12\x03K\
217 \x02\x19\x1aq\x20Some\x20resource\x20has\x20been\x20exhausted,\x20perhap\
218 s\x20a\x20per-user\x20quota,\x20or\n\x20perhaps\x20the\x20entire\x20file\
219 \x20system\x20is\x20out\x20of\x20space.\n\n\x0c\n\x05\x05\0\x02\t\x01\
220 \x12\x03K\x02\x14\n\x0c\n\x05\x05\0\x02\t\x02\x12\x03K\x17\x18\n\xdf\x08\
221 \n\x04\x05\0\x02\n\x12\x03`\x02\x1a\x1a\xd1\x08\x20Operation\x20was\x20r\
222 ejected\x20because\x20the\x20system\x20is\x20not\x20in\x20a\x20state\n\
223 \x20required\x20for\x20the\x20operation's\x20execution.\x20\x20For\x20ex\
224 ample,\x20directory\n\x20to\x20be\x20deleted\x20may\x20be\x20non-empty,\
225 \x20an\x20rmdir\x20operation\x20is\x20applied\x20to\n\x20a\x20non-direct\
226 ory,\x20etc.\n\n\x20A\x20litmus\x20test\x20that\x20may\x20help\x20a\x20s\
227 ervice\x20implementor\x20in\x20deciding\n\x20between\x20FAILED_PRECONDIT\
228 ION,\x20ABORTED,\x20and\x20UNAVAILABLE:\n\x20\x20(a)\x20Use\x20UNAVAILAB\
229 LE\x20if\x20the\x20client\x20can\x20retry\x20just\x20the\x20failing\x20c\
230 all.\n\x20\x20(b)\x20Use\x20ABORTED\x20if\x20the\x20client\x20should\x20\
231 retry\x20at\x20a\x20higher-level\n\x20\x20\x20\x20\x20\x20(e.g.,\x20rest\
232 arting\x20a\x20read-modify-write\x20sequence).\n\x20\x20(c)\x20Use\x20FA\
233 ILED_PRECONDITION\x20if\x20the\x20client\x20should\x20not\x20retry\x20un\
234 til\n\x20\x20\x20\x20\x20\x20the\x20system\x20state\x20has\x20been\x20ex\
235 plicitly\x20fixed.\x20\x20E.g.,\x20if\x20an\x20\"rmdir\"\n\x20\x20\x20\
236 \x20\x20\x20fails\x20because\x20the\x20directory\x20is\x20non-empty,\x20\
237 FAILED_PRECONDITION\n\x20\x20\x20\x20\x20\x20should\x20be\x20returned\
238 \x20since\x20the\x20client\x20should\x20not\x20retry\x20unless\n\x20\x20\
239 \x20\x20\x20\x20they\x20have\x20first\x20fixed\x20up\x20the\x20directory\
240 \x20by\x20deleting\x20files\x20from\x20it.\n\x20\x20(d)\x20Use\x20FAILED\
241 _PRECONDITION\x20if\x20the\x20client\x20performs\x20conditional\n\x20\
242 \x20\x20\x20\x20\x20REST\x20Get/Update/Delete\x20on\x20a\x20resource\x20\
243 and\x20the\x20resource\x20on\x20the\n\x20\x20\x20\x20\x20\x20server\x20d\
244 oes\x20not\x20match\x20the\x20condition.\x20E.g.,\x20conflicting\n\x20\
245 \x20\x20\x20\x20\x20read-modify-write\x20on\x20the\x20same\x20resource.\
246 \n\n\x0c\n\x05\x05\0\x02\n\x01\x12\x03`\x02\x15\n\x0c\n\x05\x05\0\x02\n\
247 \x02\x12\x03`\x18\x19\n\xe5\x01\n\x04\x05\0\x02\x0b\x12\x03g\x02\x0f\x1a\
248 \xd7\x01\x20The\x20operation\x20was\x20aborted,\x20typically\x20due\x20t\
249 o\x20a\x20concurrency\x20issue\n\x20like\x20sequencer\x20check\x20failur\
250 es,\x20transaction\x20aborts,\x20etc.\n\n\x20See\x20litmus\x20test\x20ab\
251 ove\x20for\x20deciding\x20between\x20FAILED_PRECONDITION,\n\x20ABORTED,\
252 \x20and\x20UNAVAILABLE.\n\n\x0c\n\x05\x05\0\x02\x0b\x01\x12\x03g\x02\t\n\
253 \x0c\n\x05\x05\0\x02\x0b\x02\x12\x03g\x0c\x0e\n\xdb\x05\n\x04\x05\0\x02\
254 \x0c\x12\x03x\x02\x14\x1a\xcd\x05\x20Operation\x20tried\x20to\x20iterate\
255 \x20past\x20the\x20valid\x20input\x20range.\x20\x20E.g.,\x20seeking\x20o\
256 r\n\x20reading\x20past\x20end\x20of\x20file.\n\n\x20Unlike\x20INVALID_AR\
257 GUMENT,\x20this\x20error\x20indicates\x20a\x20problem\x20that\x20may\n\
258 \x20be\x20fixed\x20if\x20the\x20system\x20state\x20changes.\x20For\x20ex\
259 ample,\x20a\x2032-bit\x20file\n\x20system\x20will\x20generate\x20INVALID\
260 _ARGUMENT\x20if\x20asked\x20to\x20read\x20at\x20an\n\x20offset\x20that\
261 \x20is\x20not\x20in\x20the\x20range\x20[0,2^32-1],\x20but\x20it\x20will\
262 \x20generate\n\x20OUT_OF_RANGE\x20if\x20asked\x20to\x20read\x20from\x20a\
263 n\x20offset\x20past\x20the\x20current\n\x20file\x20size.\n\n\x20There\
264 \x20is\x20a\x20fair\x20bit\x20of\x20overlap\x20between\x20FAILED_PRECOND\
265 ITION\x20and\n\x20OUT_OF_RANGE.\x20\x20We\x20recommend\x20using\x20OUT_O\
266 F_RANGE\x20(the\x20more\x20specific\n\x20error)\x20when\x20it\x20applies\
267 \x20so\x20that\x20callers\x20who\x20are\x20iterating\x20through\n\x20a\
268 \x20space\x20can\x20easily\x20look\x20for\x20an\x20OUT_OF_RANGE\x20error\
269 \x20to\x20detect\x20when\n\x20they\x20are\x20done.\n\n\x0c\n\x05\x05\0\
270 \x02\x0c\x01\x12\x03x\x02\x0e\n\x0c\n\x05\x05\0\x02\x0c\x02\x12\x03x\x11\
271 \x13\nU\n\x04\x05\0\x02\r\x12\x03{\x02\x15\x1aH\x20Operation\x20is\x20no\
272 t\x20implemented\x20or\x20not\x20supported/enabled\x20in\x20this\x20serv\
273 ice.\n\n\x0c\n\x05\x05\0\x02\r\x01\x12\x03{\x02\x0f\n\x0c\n\x05\x05\0\
274 \x02\r\x02\x12\x03{\x12\x14\n\xa7\x01\n\x04\x05\0\x02\x0e\x12\x04\x80\
275 \x01\x02\x10\x1a\x98\x01\x20Internal\x20errors.\x20\x20Means\x20some\x20\
276 invariant\x20expected\x20by\x20the\x20underlying\n\x20system\x20has\x20b\
277 een\x20broken.\x20\x20If\x20you\x20see\x20one\x20of\x20these\x20errors,\
278 \n\x20something\x20is\x20very\x20broken.\n\n\r\n\x05\x05\0\x02\x0e\x01\
279 \x12\x04\x80\x01\x02\n\n\r\n\x05\x05\0\x02\x0e\x02\x12\x04\x80\x01\r\x0f\
280 \n\xf3\x01\n\x04\x05\0\x02\x0f\x12\x04\x88\x01\x02\x13\x1a\xe4\x01\x20Th\
281 e\x20service\x20is\x20currently\x20unavailable.\x20\x20This\x20is\x20a\
282 \x20most\x20likely\x20a\n\x20transient\x20condition\x20and\x20may\x20be\
283 \x20corrected\x20by\x20retrying\x20with\n\x20a\x20backoff.\n\n\x20See\
284 \x20litmus\x20test\x20above\x20for\x20deciding\x20between\x20FAILED_PREC\
285 ONDITION,\n\x20ABORTED,\x20and\x20UNAVAILABLE.\n\n\r\n\x05\x05\0\x02\x0f\
286 \x01\x12\x04\x88\x01\x02\r\n\r\n\x05\x05\0\x02\x0f\x02\x12\x04\x88\x01\
287 \x10\x12\n6\n\x04\x05\0\x02\x10\x12\x04\x8b\x01\x02\x11\x1a(\x20Unrecove\
288 rable\x20data\x20loss\x20or\x20corruption.\n\n\r\n\x05\x05\0\x02\x10\x01\
289 \x12\x04\x8b\x01\x02\x0b\n\r\n\x05\x05\0\x02\x10\x02\x12\x04\x8b\x01\x0e\
290 \x10\n\xa3\x03\n\x04\x05\0\x02\x11\x12\x04\x96\x01\x02O\x1a\x94\x03\x20A\
291 n\x20extra\x20enum\x20entry\x20to\x20prevent\x20people\x20from\x20writin\
292 g\x20code\x20that\n\x20fails\x20to\x20compile\x20when\x20a\x20new\x20cod\
293 e\x20is\x20added.\n\n\x20Nobody\x20should\x20ever\x20reference\x20this\
294 \x20enumeration\x20entry.\x20In\x20particular,\n\x20if\x20you\x20write\
295 \x20C++\x20code\x20that\x20switches\x20on\x20this\x20enumeration,\x20add\
296 \x20a\x20default:\n\x20case\x20instead\x20of\x20a\x20case\x20that\x20men\
297 tions\x20this\x20enumeration\x20entry.\n\n\x20Nobody\x20should\x20rely\
298 \x20on\x20the\x20value\x20(currently\x2020)\x20listed\x20here.\x20\x20It\
299 \n\x20may\x20change\x20in\x20the\x20future.\n\n\r\n\x05\x05\0\x02\x11\
300 \x01\x12\x04\x96\x01\x02I\n\r\n\x05\x05\0\x02\x11\x02\x12\x04\x96\x01LNb\
301 \x06proto3\
302";
303
304static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy::INIT;
305
306fn parse_descriptor_proto() -> ::protobuf::descriptor::FileDescriptorProto {
307 ::protobuf::parse_from_bytes(file_descriptor_proto_data).unwrap()
308}
309
310pub fn file_descriptor_proto() -> &'static ::protobuf::descriptor::FileDescriptorProto {
311 unsafe {
312 file_descriptor_proto_lazy.get(|| {
313 parse_descriptor_proto()
314 })
315 }
316}