#ifndef GOOGLE_API_HTTPBODY_PROTO_UPB_H_
#define GOOGLE_API_HTTPBODY_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
struct google_api_HttpBody;
google_api_HttpBody;
extern const upb_MiniTable google_api_HttpBody_msginit;
struct google_protobuf_Any;
extern const upb_MiniTable google_protobuf_Any_msginit;
UPB_INLINE google_api_HttpBody* google_api_HttpBody_new(upb_Arena* arena) { … }
UPB_INLINE google_api_HttpBody* google_api_HttpBody_parse(const char* buf, size_t size, upb_Arena* arena) { … }
UPB_INLINE google_api_HttpBody* google_api_HttpBody_parse_ex(const char* buf, size_t size,
const upb_ExtensionRegistry* extreg,
int options, upb_Arena* arena) { … }
UPB_INLINE char* google_api_HttpBody_serialize(const google_api_HttpBody* msg, upb_Arena* arena, size_t* len) { … }
UPB_INLINE char* google_api_HttpBody_serialize_ex(const google_api_HttpBody* msg, int options,
upb_Arena* arena, size_t* len) { … }
UPB_INLINE void google_api_HttpBody_clear_content_type(const google_api_HttpBody* msg) { … }
UPB_INLINE upb_StringView google_api_HttpBody_content_type(const google_api_HttpBody* msg) { … }
UPB_INLINE void google_api_HttpBody_clear_data(const google_api_HttpBody* msg) { … }
UPB_INLINE upb_StringView google_api_HttpBody_data(const google_api_HttpBody* msg) { … }
UPB_INLINE bool google_api_HttpBody_has_extensions(const google_api_HttpBody* msg) { … }
UPB_INLINE void google_api_HttpBody_clear_extensions(const google_api_HttpBody* msg) { … }
UPB_INLINE const struct google_protobuf_Any* const* google_api_HttpBody_extensions(const google_api_HttpBody* msg, size_t* len) { … }
UPB_INLINE void google_api_HttpBody_set_content_type(google_api_HttpBody *msg, upb_StringView value) { … }
UPB_INLINE void google_api_HttpBody_set_data(google_api_HttpBody *msg, upb_StringView value) { … }
UPB_INLINE struct google_protobuf_Any** google_api_HttpBody_mutable_extensions(google_api_HttpBody* msg, size_t* len) { … }
UPB_INLINE struct google_protobuf_Any** google_api_HttpBody_resize_extensions(google_api_HttpBody* msg, size_t len, upb_Arena* arena) { … }
UPB_INLINE struct google_protobuf_Any* google_api_HttpBody_add_extensions(google_api_HttpBody* msg, upb_Arena* arena) { … }
extern const upb_MiniTable_File google_api_httpbody_proto_upb_file_layout;
#ifdef __cplusplus
}
#endif
#include "upb/port_undef.inc"
#endif