• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     udpa/core/v1/authority.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8 
9 #include "upb/def.h"
10 #include "udpa/core/v1/authority.upbdefs.h"
11 
12 extern upb_def_init udpa_annotations_status_proto_upbdefinit;
13 extern upb_def_init validate_validate_proto_upbdefinit;
14 extern const upb_msglayout udpa_core_v1_Authority_msginit;
15 
16 static const upb_msglayout *layouts[1] = {
17   &udpa_core_v1_Authority_msginit,
18 };
19 
20 static const char descriptor[208] = {'\n', '\034', 'u', 'd', 'p', 'a', '/', 'c', 'o', 'r', 'e', '/', 'v', '1', '/', 'a', 'u', 't', 'h', 'o', 'r', 'i', 't', 'y', '.',
21 'p', 'r', 'o', 't', 'o', '\022', '\014', 'u', 'd', 'p', 'a', '.', 'c', 'o', 'r', 'e', '.', 'v', '1', '\032', '\035', 'u', 'd', 'p', 'a',
22 '/', 'a', 'n', 'n', 'o', 't', 'a', 't', 'i', 'o', 'n', 's', '/', 's', 't', 'a', 't', 'u', 's', '.', 'p', 'r', 'o', 't', 'o',
23 '\032', '\027', 'v', 'a', 'l', 'i', 'd', 'a', 't', 'e', '/', 'v', 'a', 'l', 'i', 'd', 'a', 't', 'e', '.', 'p', 'r', 'o', 't', 'o',
24 '\"', '(', '\n', '\t', 'A', 'u', 't', 'h', 'o', 'r', 'i', 't', 'y', '\022', '\033', '\n', '\004', 'n', 'a', 'm', 'e', '\030', '\001', ' ', '\001',
25 '(', '\t', 'B', '\007', '\372', 'B', '\004', 'r', '\002', '\020', '\001', 'R', '\004', 'n', 'a', 'm', 'e', 'B', '8', '\n', '\034', 'c', 'o', 'm', '.',
26 'g', 'i', 't', 'h', 'u', 'b', '.', 'u', 'd', 'p', 'a', '.', 'u', 'd', 'p', 'a', '.', 'c', 'o', 'r', 'e', '.', 'v', '1', 'B',
27 '\016', 'A', 'u', 't', 'h', 'o', 'r', 'i', 't', 'y', 'P', 'r', 'o', 't', 'o', 'P', '\001', '\272', '\200', '\310', '\321', '\006', '\002', '\010', '\001',
28 'b', '\006', 'p', 'r', 'o', 't', 'o', '3',
29 };
30 
31 static upb_def_init *deps[3] = {
32   &udpa_annotations_status_proto_upbdefinit,
33   &validate_validate_proto_upbdefinit,
34   NULL
35 };
36 
37 upb_def_init udpa_core_v1_authority_proto_upbdefinit = {
38   deps,
39   layouts,
40   "udpa/core/v1/authority.proto",
41   UPB_STRVIEW_INIT(descriptor, 208)
42 };
43