9 #ifndef SRC_PROTO_GRPC_HEALTH_V1_HEALTH_PROTO_UPB_H_ 10 #define SRC_PROTO_GRPC_HEALTH_V1_HEALTH_PROTO_UPB_H_ 12 #include "upb/generated_util.h" 14 #include "upb/decode.h" 15 #include "upb/encode.h" 17 #include "upb/port_def.inc" 55 UPB_FIELD_AT(msg, upb_strview, UPB_SIZE(0, 0)) = value;
75 UPB_FIELD_AT(msg, int32_t, UPB_SIZE(0, 0)) = value;
82 #include "upb/port_undef.inc" UPB_INLINE grpc_health_v1_HealthCheckResponse * grpc_health_v1_HealthCheckResponse_new(upb_arena *arena)
Definition: health.upb.h:60
Definition: health.upb.h:33
UPB_INLINE grpc_health_v1_HealthCheckRequest * grpc_health_v1_HealthCheckRequest_new(upb_arena *arena)
Definition: health.upb.h:40
UPB_INLINE char * grpc_health_v1_HealthCheckRequest_serialize(const grpc_health_v1_HealthCheckRequest *msg, upb_arena *arena, size_t *len)
Definition: health.upb.h:48
grpc_health_v1_HealthCheckResponse_ServingStatus
Definition: health.upb.h:30
const upb_msglayout grpc_health_v1_HealthCheckResponse_msginit
Definition: health.upb.c:29
UPB_INLINE int32_t grpc_health_v1_HealthCheckResponse_status(const grpc_health_v1_HealthCheckResponse *msg)
Definition: health.upb.h:72
Definition: health.upb.h:34
UPB_INLINE grpc_health_v1_HealthCheckResponse * grpc_health_v1_HealthCheckResponse_parse(const char *buf, size_t size, upb_arena *arena)
Definition: health.upb.h:63
UPB_INLINE void grpc_health_v1_HealthCheckResponse_set_status(grpc_health_v1_HealthCheckResponse *msg, int32_t value)
Definition: health.upb.h:74
Definition: health.upb.h:31
const upb_msglayout grpc_health_v1_HealthCheckRequest_msginit
Definition: health.upb.c:19
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 void grpc_health_v1_HealthCheckRequest_set_service(grpc_health_v1_HealthCheckRequest *msg, upb_strview value)
Definition: health.upb.h:54
Definition: health.upb.h:32
UPB_INLINE upb_strview grpc_health_v1_HealthCheckRequest_service(const grpc_health_v1_HealthCheckRequest *msg)
Definition: health.upb.h:52
struct grpc_health_v1_HealthCheckRequest grpc_health_v1_HealthCheckRequest
Definition: health.upb.h:25
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:68