GRPC Core  18.0.0
Typedefs | Enumerations | Functions | Variables
health.upb.h File Reference
#include "upb/msg.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
 

Enumerations

enum  grpc_health_v1_HealthCheckResponse_ServingStatus { grpc_health_v1_HealthCheckResponse_UNKNOWN = 0 , grpc_health_v1_HealthCheckResponse_SERVING = 1 , grpc_health_v1_HealthCheckResponse_NOT_SERVING = 2 , grpc_health_v1_HealthCheckResponse_SERVICE_UNKNOWN = 3 }
 

Functions

UPB_INLINE grpc_health_v1_HealthCheckRequestgrpc_health_v1_HealthCheckRequest_new (upb_arena *arena)
 
UPB_INLINE grpc_health_v1_HealthCheckRequestgrpc_health_v1_HealthCheckRequest_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE grpc_health_v1_HealthCheckRequestgrpc_health_v1_HealthCheckRequest_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * grpc_health_v1_HealthCheckRequest_serialize (const grpc_health_v1_HealthCheckRequest *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview grpc_health_v1_HealthCheckRequest_service (const grpc_health_v1_HealthCheckRequest *msg)
 
UPB_INLINE void grpc_health_v1_HealthCheckRequest_set_service (grpc_health_v1_HealthCheckRequest *msg, upb_strview value)
 
UPB_INLINE grpc_health_v1_HealthCheckResponsegrpc_health_v1_HealthCheckResponse_new (upb_arena *arena)
 
UPB_INLINE grpc_health_v1_HealthCheckResponsegrpc_health_v1_HealthCheckResponse_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE grpc_health_v1_HealthCheckResponsegrpc_health_v1_HealthCheckResponse_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * grpc_health_v1_HealthCheckResponse_serialize (const grpc_health_v1_HealthCheckResponse *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE int32_t grpc_health_v1_HealthCheckResponse_status (const grpc_health_v1_HealthCheckResponse *msg)
 
UPB_INLINE void grpc_health_v1_HealthCheckResponse_set_status (grpc_health_v1_HealthCheckResponse *msg, int32_t value)
 

Variables

const upb_msglayout grpc_health_v1_HealthCheckRequest_msginit
 
const upb_msglayout grpc_health_v1_HealthCheckResponse_msginit
 

Typedef Documentation

◆ grpc_health_v1_HealthCheckRequest

◆ grpc_health_v1_HealthCheckResponse

Enumeration Type Documentation

◆ grpc_health_v1_HealthCheckResponse_ServingStatus

Enumerator
grpc_health_v1_HealthCheckResponse_UNKNOWN 
grpc_health_v1_HealthCheckResponse_SERVING 
grpc_health_v1_HealthCheckResponse_NOT_SERVING 
grpc_health_v1_HealthCheckResponse_SERVICE_UNKNOWN 

Function Documentation

◆ grpc_health_v1_HealthCheckRequest_new()

UPB_INLINE grpc_health_v1_HealthCheckRequest* grpc_health_v1_HealthCheckRequest_new ( upb_arena *  arena)

◆ grpc_health_v1_HealthCheckRequest_parse()

UPB_INLINE grpc_health_v1_HealthCheckRequest* grpc_health_v1_HealthCheckRequest_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_health_v1_HealthCheckRequest_parse_ex()

UPB_INLINE grpc_health_v1_HealthCheckRequest* grpc_health_v1_HealthCheckRequest_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ grpc_health_v1_HealthCheckRequest_serialize()

UPB_INLINE char* grpc_health_v1_HealthCheckRequest_serialize ( const grpc_health_v1_HealthCheckRequest msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_health_v1_HealthCheckRequest_service()

UPB_INLINE upb_strview grpc_health_v1_HealthCheckRequest_service ( const grpc_health_v1_HealthCheckRequest msg)

◆ grpc_health_v1_HealthCheckRequest_set_service()

UPB_INLINE void grpc_health_v1_HealthCheckRequest_set_service ( grpc_health_v1_HealthCheckRequest msg,
upb_strview  value 
)

◆ grpc_health_v1_HealthCheckResponse_new()

UPB_INLINE grpc_health_v1_HealthCheckResponse* grpc_health_v1_HealthCheckResponse_new ( upb_arena *  arena)

◆ grpc_health_v1_HealthCheckResponse_parse()

UPB_INLINE grpc_health_v1_HealthCheckResponse* grpc_health_v1_HealthCheckResponse_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ grpc_health_v1_HealthCheckResponse_parse_ex()

UPB_INLINE grpc_health_v1_HealthCheckResponse* grpc_health_v1_HealthCheckResponse_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ grpc_health_v1_HealthCheckResponse_serialize()

UPB_INLINE char* grpc_health_v1_HealthCheckResponse_serialize ( const grpc_health_v1_HealthCheckResponse msg,
upb_arena *  arena,
size_t *  len 
)

◆ grpc_health_v1_HealthCheckResponse_set_status()

UPB_INLINE void grpc_health_v1_HealthCheckResponse_set_status ( grpc_health_v1_HealthCheckResponse msg,
int32_t  value 
)

◆ grpc_health_v1_HealthCheckResponse_status()

UPB_INLINE int32_t grpc_health_v1_HealthCheckResponse_status ( const grpc_health_v1_HealthCheckResponse msg)

Variable Documentation

◆ grpc_health_v1_HealthCheckRequest_msginit

const upb_msglayout grpc_health_v1_HealthCheckRequest_msginit
extern

◆ grpc_health_v1_HealthCheckResponse_msginit

const upb_msglayout grpc_health_v1_HealthCheckResponse_msginit
extern