1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * envoy/config/metrics/v3/metrics_service.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/collections/array_internal.h" 11 #include "upb/message/internal.h" 12 #include "upb/mini_table/enum_internal.h" 13 #include "envoy/config/metrics/v3/metrics_service.upb.h" 14 #include "envoy/config/core/v3/config_source.upb.h" 15 #include "envoy/config/core/v3/grpc_service.upb.h" 16 #include "google/protobuf/wrappers.upb.h" 17 #include "udpa/annotations/status.upb.h" 18 #include "udpa/annotations/versioning.upb.h" 19 #include "validate/validate.upb.h" 20 21 // Must be last. 22 #include "upb/port/def.inc" 23 24 static const upb_MiniTableSub envoy_config_metrics_v3_MetricsServiceConfig_submsgs[2] = { 25 {.submsg = &envoy_config_core_v3_GrpcService_msg_init}, 26 {.submsg = &google_protobuf_BoolValue_msg_init}, 27 }; 28 29 static const upb_MiniTableField envoy_config_metrics_v3_MetricsServiceConfig__fields[4] = { 30 {1, UPB_SIZE(4, 16), 1, 0, 11, kUpb_FieldMode_Scalar | (UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 31 {2, UPB_SIZE(8, 24), 2, 1, 11, kUpb_FieldMode_Scalar | (UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 32 {3, UPB_SIZE(12, 4), 0, kUpb_NoSub, 5, kUpb_FieldMode_Scalar | kUpb_LabelFlags_IsAlternate | (kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)}, 33 {4, UPB_SIZE(16, 8), 0, kUpb_NoSub, 8, kUpb_FieldMode_Scalar | (kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)}, 34 }; 35 36 const upb_MiniTable envoy_config_metrics_v3_MetricsServiceConfig_msg_init = { 37 &envoy_config_metrics_v3_MetricsServiceConfig_submsgs[0], 38 &envoy_config_metrics_v3_MetricsServiceConfig__fields[0], 39 UPB_SIZE(24, 32), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(56), 0, 40 UPB_FASTTABLE_INIT({ 41 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 42 {0x001000000100000a, &upb_psm_1bt_maxmaxb}, 43 {0x0018000002010012, &upb_psm_1bt_maxmaxb}, 44 {0x000400003f000018, &upb_psv4_1bt}, 45 {0x000800003f000020, &upb_psb1_1bt}, 46 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 47 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 48 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 49 }) 50 }; 51 52 static const upb_MiniTable *messages_layout[1] = { 53 &envoy_config_metrics_v3_MetricsServiceConfig_msg_init, 54 }; 55 56 const upb_MiniTableFile envoy_config_metrics_v3_metrics_service_proto_upb_file_layout = { 57 messages_layout, 58 NULL, 59 NULL, 60 1, 61 0, 62 0, 63 }; 64 65 #include "upb/port/undef.inc" 66 67