xref: /aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb_minitable.c (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1 /* This file was generated by upb_generator from the input file:
2  *
3  *     envoy/service/load_stats/v3/lrs.proto
4  *
5  * Do not edit -- your changes will be discarded when the file is
6  * regenerated. */
7 
8 #include <stddef.h>
9 #include "upb/generated_code_support.h"
10 #include "envoy/service/load_stats/v3/lrs.upb_minitable.h"
11 #include "envoy/config/core/v3/base.upb_minitable.h"
12 #include "envoy/config/endpoint/v3/load_report.upb_minitable.h"
13 #include "google/protobuf/duration.upb_minitable.h"
14 #include "udpa/annotations/status.upb_minitable.h"
15 #include "udpa/annotations/versioning.upb_minitable.h"
16 
17 // Must be last.
18 #include "upb/port/def.inc"
19 
20 static const upb_MiniTableSub envoy_service_load_stats_v3_LoadStatsRequest_submsgs[2] = {
21   {.UPB_PRIVATE(submsg) = &envoy__config__core__v3__Node_msg_init},
22   {.UPB_PRIVATE(submsg) = &envoy__config__endpoint__v3__ClusterStats_msg_init},
23 };
24 
25 static const upb_MiniTableField envoy_service_load_stats_v3_LoadStatsRequest__fields[2] = {
26   {1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
27   {2, UPB_SIZE(16, 24), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
28 };
29 
30 const upb_MiniTable envoy__service__load_0stats__v3__LoadStatsRequest_msg_init = {
31   &envoy_service_load_stats_v3_LoadStatsRequest_submsgs[0],
32   &envoy_service_load_stats_v3_LoadStatsRequest__fields[0],
33   UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
34   UPB_FASTTABLE_INIT({
35     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
36     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
37     {0x001800003f010012, &upb_prm_1bt_maxmaxb},
38     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
39   })
40 };
41 
42 static const upb_MiniTableSub envoy_service_load_stats_v3_LoadStatsResponse_submsgs[1] = {
43   {.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
44 };
45 
46 static const upb_MiniTableField envoy_service_load_stats_v3_LoadStatsResponse__fields[4] = {
47   {1, UPB_SIZE(12, 16), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
48   {2, UPB_SIZE(16, 24), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
49   {3, UPB_SIZE(20, 9), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
50   {4, UPB_SIZE(21, 10), 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
51 };
52 
53 const upb_MiniTable envoy__service__load_0stats__v3__LoadStatsResponse_msg_init = {
54   &envoy_service_load_stats_v3_LoadStatsResponse_submsgs[0],
55   &envoy_service_load_stats_v3_LoadStatsResponse__fields[0],
56   UPB_SIZE(24, 32), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(56), 0,
57   UPB_FASTTABLE_INIT({
58     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
59     {0x001000003f00000a, &upb_prs_1bt},
60     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
61     {0x000900003f000018, &upb_psb1_1bt},
62     {0x000a00003f000020, &upb_psb1_1bt},
63     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
64     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
65     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
66   })
67 };
68 
69 static const upb_MiniTable *messages_layout[2] = {
70   &envoy__service__load_0stats__v3__LoadStatsRequest_msg_init,
71   &envoy__service__load_0stats__v3__LoadStatsResponse_msg_init,
72 };
73 
74 const upb_MiniTableFile envoy_service_load_stats_v3_lrs_proto_upb_file_layout = {
75   messages_layout,
76   NULL,
77   NULL,
78   2,
79   0,
80   0,
81 };
82 
83 #include "upb/port/undef.inc"
84 
85