chromium/third_party/grpc/src/src/core/ext/upb-generated/google/rpc/status.upb.h

/* This file was generated by upbc (the upb compiler) from the input
 * file:
 *
 *     google/rpc/status.proto
 *
 * Do not edit -- your changes will be discarded when the file is
 * regenerated. */

#ifndef GOOGLE_RPC_STATUS_PROTO_UPB_H_
#define GOOGLE_RPC_STATUS_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_rpc_Status;
google_rpc_Status;
extern const upb_MiniTable google_rpc_Status_msginit;
struct google_protobuf_Any;
extern const upb_MiniTable google_protobuf_Any_msginit;



/* google.rpc.Status */

UPB_INLINE google_rpc_Status* google_rpc_Status_new(upb_Arena* arena) {}
UPB_INLINE google_rpc_Status* google_rpc_Status_parse(const char* buf, size_t size, upb_Arena* arena) {}
UPB_INLINE google_rpc_Status* google_rpc_Status_parse_ex(const char* buf, size_t size,
                           const upb_ExtensionRegistry* extreg,
                           int options, upb_Arena* arena) {}
UPB_INLINE char* google_rpc_Status_serialize(const google_rpc_Status* msg, upb_Arena* arena, size_t* len) {}
UPB_INLINE char* google_rpc_Status_serialize_ex(const google_rpc_Status* msg, int options,
                                 upb_Arena* arena, size_t* len) {}
UPB_INLINE void google_rpc_Status_clear_code(const google_rpc_Status* msg) {}
UPB_INLINE int32_t google_rpc_Status_code(const google_rpc_Status* msg) {}
UPB_INLINE void google_rpc_Status_clear_message(const google_rpc_Status* msg) {}
UPB_INLINE upb_StringView google_rpc_Status_message(const google_rpc_Status* msg) {}
UPB_INLINE bool google_rpc_Status_has_details(const google_rpc_Status* msg) {}
UPB_INLINE void google_rpc_Status_clear_details(const google_rpc_Status* msg) {}
UPB_INLINE const struct google_protobuf_Any* const* google_rpc_Status_details(const google_rpc_Status* msg, size_t* len) {}

UPB_INLINE void google_rpc_Status_set_code(google_rpc_Status *msg, int32_t value) {}
UPB_INLINE void google_rpc_Status_set_message(google_rpc_Status *msg, upb_StringView value) {}
UPB_INLINE struct google_protobuf_Any** google_rpc_Status_mutable_details(google_rpc_Status* msg, size_t* len) {}
UPB_INLINE struct google_protobuf_Any** google_rpc_Status_resize_details(google_rpc_Status* msg, size_t len, upb_Arena* arena) {}
UPB_INLINE struct google_protobuf_Any* google_rpc_Status_add_details(google_rpc_Status* msg, upb_Arena* arena) {}

extern const upb_MiniTable_File google_rpc_status_proto_upb_file_layout;

#ifdef __cplusplus
}  /* extern "C" */
#endif

#include "upb/port_undef.inc"

#endif  /* GOOGLE_RPC_STATUS_PROTO_UPB_H_ */