Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / deps / grpc / src / core / ext / upb-generated / envoy / service / load_stats / v2 / lrs.upb.c
1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     envoy/service/load_stats/v2/lrs.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8
9 #include <stddef.h>
10 #include "upb/msg.h"
11 #include "envoy/service/load_stats/v2/lrs.upb.h"
12 #include "envoy/api/v2/core/base.upb.h"
13 #include "envoy/api/v2/endpoint/load_report.upb.h"
14 #include "google/protobuf/duration.upb.h"
15 #include "validate/validate.upb.h"
16
17 #include "upb/port_def.inc"
18
19 static const upb_msglayout *const envoy_service_load_stats_v2_LoadStatsRequest_submsgs[2] = {
20   &envoy_api_v2_core_Node_msginit,
21   &envoy_api_v2_endpoint_ClusterStats_msginit,
22 };
23
24 static const upb_msglayout_field envoy_service_load_stats_v2_LoadStatsRequest__fields[2] = {
25   {1, UPB_SIZE(0, 0), 0, 0, 11, 1},
26   {2, UPB_SIZE(4, 8), 0, 1, 11, 3},
27 };
28
29 const upb_msglayout envoy_service_load_stats_v2_LoadStatsRequest_msginit = {
30   &envoy_service_load_stats_v2_LoadStatsRequest_submsgs[0],
31   &envoy_service_load_stats_v2_LoadStatsRequest__fields[0],
32   UPB_SIZE(8, 16), 2, false,
33 };
34
35 static const upb_msglayout *const envoy_service_load_stats_v2_LoadStatsResponse_submsgs[1] = {
36   &google_protobuf_Duration_msginit,
37 };
38
39 static const upb_msglayout_field envoy_service_load_stats_v2_LoadStatsResponse__fields[3] = {
40   {1, UPB_SIZE(8, 16), 0, 0, 9, 3},
41   {2, UPB_SIZE(4, 8), 0, 0, 11, 1},
42   {3, UPB_SIZE(0, 0), 0, 0, 8, 1},
43 };
44
45 const upb_msglayout envoy_service_load_stats_v2_LoadStatsResponse_msginit = {
46   &envoy_service_load_stats_v2_LoadStatsResponse_submsgs[0],
47   &envoy_service_load_stats_v2_LoadStatsResponse__fields[0],
48   UPB_SIZE(12, 24), 3, false,
49 };
50
51 #include "upb/port_undef.inc"
52