1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     envoy/config/tap/v3/common.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8 
9 #ifndef ENVOY_CONFIG_TAP_V3_COMMON_PROTO_UPBDEFS_H_
10 #define ENVOY_CONFIG_TAP_V3_COMMON_PROTO_UPBDEFS_H_
11 
12 #include "upb/reflection/def.h"
13 #include "upb/reflection/def_pool_internal.h"
14 #include "upb/port/def.inc"
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 #include "upb/reflection/def.h"
20 
21 #include "upb/port/def.inc"
22 
23 extern _upb_DefPool_Init envoy_config_tap_v3_common_proto_upbdefinit;
24 
envoy_config_tap_v3_TapConfig_getmsgdef(upb_DefPool * s)25 UPB_INLINE const upb_MessageDef *envoy_config_tap_v3_TapConfig_getmsgdef(upb_DefPool *s) {
26   _upb_DefPool_LoadDefInit(s, &envoy_config_tap_v3_common_proto_upbdefinit);
27   return upb_DefPool_FindMessageByName(s, "envoy.config.tap.v3.TapConfig");
28 }
29 
envoy_config_tap_v3_MatchPredicate_getmsgdef(upb_DefPool * s)30 UPB_INLINE const upb_MessageDef *envoy_config_tap_v3_MatchPredicate_getmsgdef(upb_DefPool *s) {
31   _upb_DefPool_LoadDefInit(s, &envoy_config_tap_v3_common_proto_upbdefinit);
32   return upb_DefPool_FindMessageByName(s, "envoy.config.tap.v3.MatchPredicate");
33 }
34 
envoy_config_tap_v3_MatchPredicate_MatchSet_getmsgdef(upb_DefPool * s)35 UPB_INLINE const upb_MessageDef *envoy_config_tap_v3_MatchPredicate_MatchSet_getmsgdef(upb_DefPool *s) {
36   _upb_DefPool_LoadDefInit(s, &envoy_config_tap_v3_common_proto_upbdefinit);
37   return upb_DefPool_FindMessageByName(s, "envoy.config.tap.v3.MatchPredicate.MatchSet");
38 }
39 
envoy_config_tap_v3_HttpHeadersMatch_getmsgdef(upb_DefPool * s)40 UPB_INLINE const upb_MessageDef *envoy_config_tap_v3_HttpHeadersMatch_getmsgdef(upb_DefPool *s) {
41   _upb_DefPool_LoadDefInit(s, &envoy_config_tap_v3_common_proto_upbdefinit);
42   return upb_DefPool_FindMessageByName(s, "envoy.config.tap.v3.HttpHeadersMatch");
43 }
44 
envoy_config_tap_v3_HttpGenericBodyMatch_getmsgdef(upb_DefPool * s)45 UPB_INLINE const upb_MessageDef *envoy_config_tap_v3_HttpGenericBodyMatch_getmsgdef(upb_DefPool *s) {
46   _upb_DefPool_LoadDefInit(s, &envoy_config_tap_v3_common_proto_upbdefinit);
47   return upb_DefPool_FindMessageByName(s, "envoy.config.tap.v3.HttpGenericBodyMatch");
48 }
49 
envoy_config_tap_v3_HttpGenericBodyMatch_GenericTextMatch_getmsgdef(upb_DefPool * s)50 UPB_INLINE const upb_MessageDef *envoy_config_tap_v3_HttpGenericBodyMatch_GenericTextMatch_getmsgdef(upb_DefPool *s) {
51   _upb_DefPool_LoadDefInit(s, &envoy_config_tap_v3_common_proto_upbdefinit);
52   return upb_DefPool_FindMessageByName(s, "envoy.config.tap.v3.HttpGenericBodyMatch.GenericTextMatch");
53 }
54 
envoy_config_tap_v3_OutputConfig_getmsgdef(upb_DefPool * s)55 UPB_INLINE const upb_MessageDef *envoy_config_tap_v3_OutputConfig_getmsgdef(upb_DefPool *s) {
56   _upb_DefPool_LoadDefInit(s, &envoy_config_tap_v3_common_proto_upbdefinit);
57   return upb_DefPool_FindMessageByName(s, "envoy.config.tap.v3.OutputConfig");
58 }
59 
envoy_config_tap_v3_OutputSink_getmsgdef(upb_DefPool * s)60 UPB_INLINE const upb_MessageDef *envoy_config_tap_v3_OutputSink_getmsgdef(upb_DefPool *s) {
61   _upb_DefPool_LoadDefInit(s, &envoy_config_tap_v3_common_proto_upbdefinit);
62   return upb_DefPool_FindMessageByName(s, "envoy.config.tap.v3.OutputSink");
63 }
64 
envoy_config_tap_v3_StreamingAdminSink_getmsgdef(upb_DefPool * s)65 UPB_INLINE const upb_MessageDef *envoy_config_tap_v3_StreamingAdminSink_getmsgdef(upb_DefPool *s) {
66   _upb_DefPool_LoadDefInit(s, &envoy_config_tap_v3_common_proto_upbdefinit);
67   return upb_DefPool_FindMessageByName(s, "envoy.config.tap.v3.StreamingAdminSink");
68 }
69 
envoy_config_tap_v3_BufferedAdminSink_getmsgdef(upb_DefPool * s)70 UPB_INLINE const upb_MessageDef *envoy_config_tap_v3_BufferedAdminSink_getmsgdef(upb_DefPool *s) {
71   _upb_DefPool_LoadDefInit(s, &envoy_config_tap_v3_common_proto_upbdefinit);
72   return upb_DefPool_FindMessageByName(s, "envoy.config.tap.v3.BufferedAdminSink");
73 }
74 
envoy_config_tap_v3_FilePerTapSink_getmsgdef(upb_DefPool * s)75 UPB_INLINE const upb_MessageDef *envoy_config_tap_v3_FilePerTapSink_getmsgdef(upb_DefPool *s) {
76   _upb_DefPool_LoadDefInit(s, &envoy_config_tap_v3_common_proto_upbdefinit);
77   return upb_DefPool_FindMessageByName(s, "envoy.config.tap.v3.FilePerTapSink");
78 }
79 
envoy_config_tap_v3_StreamingGrpcSink_getmsgdef(upb_DefPool * s)80 UPB_INLINE const upb_MessageDef *envoy_config_tap_v3_StreamingGrpcSink_getmsgdef(upb_DefPool *s) {
81   _upb_DefPool_LoadDefInit(s, &envoy_config_tap_v3_common_proto_upbdefinit);
82   return upb_DefPool_FindMessageByName(s, "envoy.config.tap.v3.StreamingGrpcSink");
83 }
84 
85 #ifdef __cplusplus
86 }  /* extern "C" */
87 #endif
88 
89 #include "upb/port/undef.inc"
90 
91 #endif  /* ENVOY_CONFIG_TAP_V3_COMMON_PROTO_UPBDEFS_H_ */
92