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