#include "upb/msg_internal.h"
#include "upb/decode.h"
#include "upb/decode_fast.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"
Go to the source code of this file.
Typedefs | |
typedef struct grpc_health_v1_HealthCheckRequest | grpc_health_v1_HealthCheckRequest |
typedef struct grpc_health_v1_HealthCheckResponse | grpc_health_v1_HealthCheckResponse |
Definition at line 25 of file health.upb.h.
Definition at line 26 of file health.upb.h.
Enumerator | |
---|---|
grpc_health_v1_HealthCheckResponse_UNKNOWN | |
grpc_health_v1_HealthCheckResponse_SERVING | |
grpc_health_v1_HealthCheckResponse_NOT_SERVING | |
grpc_health_v1_HealthCheckResponse_SERVICE_UNKNOWN |
Definition at line 30 of file health.upb.h.
UPB_INLINE void grpc_health_v1_HealthCheckRequest_clear_service | ( | const grpc_health_v1_HealthCheckRequest * | msg | ) |
Definition at line 70 of file health.upb.h.
UPB_INLINE grpc_health_v1_HealthCheckRequest* grpc_health_v1_HealthCheckRequest_new | ( | upb_Arena * | arena | ) |
Definition at line 41 of file health.upb.h.
UPB_INLINE grpc_health_v1_HealthCheckRequest* grpc_health_v1_HealthCheckRequest_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 44 of file health.upb.h.
UPB_INLINE grpc_health_v1_HealthCheckRequest* grpc_health_v1_HealthCheckRequest_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 52 of file health.upb.h.
UPB_INLINE char* grpc_health_v1_HealthCheckRequest_serialize | ( | const grpc_health_v1_HealthCheckRequest * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 63 of file health.upb.h.
UPB_INLINE char* grpc_health_v1_HealthCheckRequest_serialize_ex | ( | const grpc_health_v1_HealthCheckRequest * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 66 of file health.upb.h.
UPB_INLINE upb_StringView grpc_health_v1_HealthCheckRequest_service | ( | const grpc_health_v1_HealthCheckRequest * | msg | ) |
Definition at line 73 of file health.upb.h.
UPB_INLINE void grpc_health_v1_HealthCheckRequest_set_service | ( | grpc_health_v1_HealthCheckRequest * | msg, |
upb_StringView | value | ||
) |
Definition at line 77 of file health.upb.h.
UPB_INLINE void grpc_health_v1_HealthCheckResponse_clear_status | ( | const grpc_health_v1_HealthCheckResponse * | msg | ) |
Definition at line 112 of file health.upb.h.
UPB_INLINE grpc_health_v1_HealthCheckResponse* grpc_health_v1_HealthCheckResponse_new | ( | upb_Arena * | arena | ) |
Definition at line 83 of file health.upb.h.
UPB_INLINE grpc_health_v1_HealthCheckResponse* grpc_health_v1_HealthCheckResponse_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 86 of file health.upb.h.
UPB_INLINE grpc_health_v1_HealthCheckResponse* grpc_health_v1_HealthCheckResponse_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 94 of file health.upb.h.
UPB_INLINE char* grpc_health_v1_HealthCheckResponse_serialize | ( | const grpc_health_v1_HealthCheckResponse * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 105 of file health.upb.h.
UPB_INLINE char* grpc_health_v1_HealthCheckResponse_serialize_ex | ( | const grpc_health_v1_HealthCheckResponse * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 108 of file health.upb.h.
UPB_INLINE void grpc_health_v1_HealthCheckResponse_set_status | ( | grpc_health_v1_HealthCheckResponse * | msg, |
int32_t | value | ||
) |
Definition at line 119 of file health.upb.h.
UPB_INLINE int32_t grpc_health_v1_HealthCheckResponse_status | ( | const grpc_health_v1_HealthCheckResponse * | msg | ) |
Definition at line 115 of file health.upb.h.
const upb_MiniTable grpc_health_v1_HealthCheckRequest_msginit |
Definition at line 19 of file health.upb.c.
const upb_MiniTable grpc_health_v1_HealthCheckResponse_msginit |
Definition at line 29 of file health.upb.c.
const upb_MiniTable_File src_proto_grpc_health_v1_health_proto_upb_file_layout |
Definition at line 40 of file health.upb.c.