1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * envoy/config/endpoint/v3/endpoint_components.proto 5 * 6 * Do not edit -- your changes will be discarded when the file is 7 * regenerated. */ 8 9 #ifndef ENVOY_CONFIG_ENDPOINT_V3_ENDPOINT_COMPONENTS_PROTO_UPBDEFS_H_ 10 #define ENVOY_CONFIG_ENDPOINT_V3_ENDPOINT_COMPONENTS_PROTO_UPBDEFS_H_ 11 12 #include "upb/def.h" 13 #include "upb/port_def.inc" 14 #ifdef __cplusplus 15 extern "C" { 16 #endif 17 18 #include "upb/def.h" 19 20 #include "upb/port_def.inc" 21 22 extern upb_def_init envoy_config_endpoint_v3_endpoint_components_proto_upbdefinit; 23 envoy_config_endpoint_v3_Endpoint_getmsgdef(upb_symtab * s)24UPB_INLINE const upb_msgdef *envoy_config_endpoint_v3_Endpoint_getmsgdef(upb_symtab *s) { 25 _upb_symtab_loaddefinit(s, &envoy_config_endpoint_v3_endpoint_components_proto_upbdefinit); 26 return upb_symtab_lookupmsg(s, "envoy.config.endpoint.v3.Endpoint"); 27 } 28 envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_getmsgdef(upb_symtab * s)29UPB_INLINE const upb_msgdef *envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_getmsgdef(upb_symtab *s) { 30 _upb_symtab_loaddefinit(s, &envoy_config_endpoint_v3_endpoint_components_proto_upbdefinit); 31 return upb_symtab_lookupmsg(s, "envoy.config.endpoint.v3.Endpoint.HealthCheckConfig"); 32 } 33 envoy_config_endpoint_v3_LbEndpoint_getmsgdef(upb_symtab * s)34UPB_INLINE const upb_msgdef *envoy_config_endpoint_v3_LbEndpoint_getmsgdef(upb_symtab *s) { 35 _upb_symtab_loaddefinit(s, &envoy_config_endpoint_v3_endpoint_components_proto_upbdefinit); 36 return upb_symtab_lookupmsg(s, "envoy.config.endpoint.v3.LbEndpoint"); 37 } 38 envoy_config_endpoint_v3_LocalityLbEndpoints_getmsgdef(upb_symtab * s)39UPB_INLINE const upb_msgdef *envoy_config_endpoint_v3_LocalityLbEndpoints_getmsgdef(upb_symtab *s) { 40 _upb_symtab_loaddefinit(s, &envoy_config_endpoint_v3_endpoint_components_proto_upbdefinit); 41 return upb_symtab_lookupmsg(s, "envoy.config.endpoint.v3.LocalityLbEndpoints"); 42 } 43 44 #ifdef __cplusplus 45 } /* extern "C" */ 46 #endif 47 48 #include "upb/port_undef.inc" 49 50 #endif /* ENVOY_CONFIG_ENDPOINT_V3_ENDPOINT_COMPONENTS_PROTO_UPBDEFS_H_ */ 51