1 /* This file was generated by upb_generator from the input file: 2 * 3 * envoy/extensions/clusters/aggregate/v3/cluster.proto 4 * 5 * Do not edit -- your changes will be discarded when the file is 6 * regenerated. 7 * NO CHECKED-IN PROTOBUF GENCODE */ 8 9 #ifndef ENVOY_EXTENSIONS_CLUSTERS_AGGREGATE_V3_CLUSTER_PROTO_UPB_H__UPBDEFS_H_ 10 #define ENVOY_EXTENSIONS_CLUSTERS_AGGREGATE_V3_CLUSTER_PROTO_UPB_H__UPBDEFS_H_ 11 12 #include "upb/reflection/def.h" 13 #include "upb/reflection/internal/def_pool.h" 14 15 #include "upb/port/def.inc" // Must be last. 16 #ifdef __cplusplus 17 extern "C" { 18 #endif 19 20 extern _upb_DefPool_Init envoy_extensions_clusters_aggregate_v3_cluster_proto_upbdefinit; 21 envoy_extensions_clusters_aggregate_v3_ClusterConfig_getmsgdef(upb_DefPool * s)22UPB_INLINE const upb_MessageDef *envoy_extensions_clusters_aggregate_v3_ClusterConfig_getmsgdef(upb_DefPool *s) { 23 _upb_DefPool_LoadDefInit(s, &envoy_extensions_clusters_aggregate_v3_cluster_proto_upbdefinit); 24 return upb_DefPool_FindMessageByName(s, "envoy.extensions.clusters.aggregate.v3.ClusterConfig"); 25 } 26 27 #ifdef __cplusplus 28 } /* extern "C" */ 29 #endif 30 31 #include "upb/port/undef.inc" 32 33 #endif /* ENVOY_EXTENSIONS_CLUSTERS_AGGREGATE_V3_CLUSTER_PROTO_UPB_H__UPBDEFS_H_ */ 34