#ifndef GOOGLE_API_ANNOTATIONS_PROTO_UPB_H_
#define GOOGLE_API_ANNOTATIONS_PROTO_UPB_H_
#include "upb/msg_internal.h"
#include "upb/decode.h"
#include "upb/decode_fast.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#ifdef __cplusplus
extern "C" {
#endif
extern const upb_MiniTable_Extension google_api_http_ext;
struct google_protobuf_MethodOptions;
extern const upb_MiniTable google_protobuf_MethodOptions_msginit;
UPB_INLINE bool google_api_has_http(const struct google_protobuf_MethodOptions* msg) { … }
UPB_INLINE void google_api_clear_http(struct google_protobuf_MethodOptions* msg) { … }
UPB_INLINE const struct google_api_HttpRule* google_api_http(const struct google_protobuf_MethodOptions* msg) { … }
UPB_INLINE void google_api_set_http(struct google_protobuf_MethodOptions* msg, const struct google_api_HttpRule* ext, upb_Arena* arena) { … }
extern const upb_MiniTable_File google_api_annotations_proto_upb_file_layout;
#ifdef __cplusplus
}
#endif
#include "upb/port_undef.inc"
#endif