aboutsummaryrefslogtreecommitdiff
path: root/src/core/ext/upbdefs-gen/google/api/http.upbdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ext/upbdefs-gen/google/api/http.upbdefs.h')
-rw-r--r--src/core/ext/upbdefs-gen/google/api/http.upbdefs.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/core/ext/upbdefs-gen/google/api/http.upbdefs.h b/src/core/ext/upbdefs-gen/google/api/http.upbdefs.h
new file mode 100644
index 0000000000..e2b6bf0e33
--- /dev/null
+++ b/src/core/ext/upbdefs-gen/google/api/http.upbdefs.h
@@ -0,0 +1,45 @@
+/* This file was generated by upb_generator from the input file:
+ *
+ * google/api/http.proto
+ *
+ * Do not edit -- your changes will be discarded when the file is
+ * regenerated. */
+
+#ifndef GOOGLE_API_HTTP_PROTO_UPBDEFS_H_
+#define GOOGLE_API_HTTP_PROTO_UPBDEFS_H_
+
+#include "upb/reflection/def.h"
+#include "upb/reflection/internal/def_pool.h"
+#include "upb/port/def.inc"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "upb/reflection/def.h"
+
+#include "upb/port/def.inc"
+
+extern _upb_DefPool_Init google_api_http_proto_upbdefinit;
+
+UPB_INLINE const upb_MessageDef *google_api_Http_getmsgdef(upb_DefPool *s) {
+ _upb_DefPool_LoadDefInit(s, &google_api_http_proto_upbdefinit);
+ return upb_DefPool_FindMessageByName(s, "google.api.Http");
+}
+
+UPB_INLINE const upb_MessageDef *google_api_HttpRule_getmsgdef(upb_DefPool *s) {
+ _upb_DefPool_LoadDefInit(s, &google_api_http_proto_upbdefinit);
+ return upb_DefPool_FindMessageByName(s, "google.api.HttpRule");
+}
+
+UPB_INLINE const upb_MessageDef *google_api_CustomHttpPattern_getmsgdef(upb_DefPool *s) {
+ _upb_DefPool_LoadDefInit(s, &google_api_http_proto_upbdefinit);
+ return upb_DefPool_FindMessageByName(s, "google.api.CustomHttpPattern");
+}
+
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
+#include "upb/port/undef.inc"
+
+#endif /* GOOGLE_API_HTTP_PROTO_UPBDEFS_H_ */