9 #ifndef SRC_PROTO_GRPC_HEALTH_V1_HEALTH_PROTO_UPB_H_
10 #define SRC_PROTO_GRPC_HEALTH_V1_HEALTH_PROTO_UPB_H_
13 #include "upb/decode.h"
14 #include "upb/decode_fast.h"
15 #include "upb/encode.h"
17 #include "upb/port_def.inc"
49 upb_arena *
arena,
int options) {
61 *UPB_PTR_AT(msg, UPB_SIZE(0, 0), upb_strview) = value;
75 upb_arena *
arena,
int options) {
87 *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int32_t) = value;
94 #include "upb/port_undef.inc"
UPB_INLINE void grpc_health_v1_HealthCheckResponse_set_status(grpc_health_v1_HealthCheckResponse *msg, int32_t value)
Definition: health.upb.h:86
grpc_health_v1_HealthCheckResponse_ServingStatus
Definition: health.upb.h:30
@ grpc_health_v1_HealthCheckResponse_SERVING
Definition: health.upb.h:32
@ grpc_health_v1_HealthCheckResponse_SERVICE_UNKNOWN
Definition: health.upb.h:34
@ grpc_health_v1_HealthCheckResponse_NOT_SERVING
Definition: health.upb.h:33
@ grpc_health_v1_HealthCheckResponse_UNKNOWN
Definition: health.upb.h:31
const upb_msglayout grpc_health_v1_HealthCheckResponse_msginit
Definition: health.upb.c:29
UPB_INLINE char * grpc_health_v1_HealthCheckRequest_serialize(const grpc_health_v1_HealthCheckRequest *msg, upb_arena *arena, size_t *len)
Definition: health.upb.h:54
UPB_INLINE grpc_health_v1_HealthCheckRequest * grpc_health_v1_HealthCheckRequest_parse_ex(const char *buf, size_t size, upb_arena *arena, int options)
Definition: health.upb.h:48
UPB_INLINE void grpc_health_v1_HealthCheckRequest_set_service(grpc_health_v1_HealthCheckRequest *msg, upb_strview value)
Definition: health.upb.h:60
UPB_INLINE upb_strview grpc_health_v1_HealthCheckRequest_service(const grpc_health_v1_HealthCheckRequest *msg)
Definition: health.upb.h:58
UPB_INLINE int32_t grpc_health_v1_HealthCheckResponse_status(const grpc_health_v1_HealthCheckResponse *msg)
Definition: health.upb.h:84
UPB_INLINE grpc_health_v1_HealthCheckResponse * grpc_health_v1_HealthCheckResponse_parse(const char *buf, size_t size, upb_arena *arena)
Definition: health.upb.h:69
const upb_msglayout grpc_health_v1_HealthCheckRequest_msginit
Definition: health.upb.c:19
struct grpc_health_v1_HealthCheckRequest grpc_health_v1_HealthCheckRequest
Definition: health.upb.h:25
UPB_INLINE grpc_health_v1_HealthCheckRequest * grpc_health_v1_HealthCheckRequest_parse(const char *buf, size_t size, upb_arena *arena)
Definition: health.upb.h:43
UPB_INLINE grpc_health_v1_HealthCheckResponse * grpc_health_v1_HealthCheckResponse_parse_ex(const char *buf, size_t size, upb_arena *arena, int options)
Definition: health.upb.h:74
UPB_INLINE grpc_health_v1_HealthCheckRequest * grpc_health_v1_HealthCheckRequest_new(upb_arena *arena)
Definition: health.upb.h:40
UPB_INLINE grpc_health_v1_HealthCheckResponse * grpc_health_v1_HealthCheckResponse_new(upb_arena *arena)
Definition: health.upb.h:66
struct grpc_health_v1_HealthCheckResponse grpc_health_v1_HealthCheckResponse
Definition: health.upb.h:26
UPB_INLINE char * grpc_health_v1_HealthCheckResponse_serialize(const grpc_health_v1_HealthCheckResponse *msg, upb_arena *arena, size_t *len)
Definition: health.upb.h:80
upb_arena * arena
Definition: xds_api.cc:909