Typedefs | Enumerations | Functions | Variables
health.upb.h File Reference
#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"
Include dependency graph for health.upb.h:
This graph shows which files directly or indirectly include this file:

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 void grpc_health_v1_HealthCheckRequest_clear_service (const grpc_health_v1_HealthCheckRequest *msg)
 
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, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * grpc_health_v1_HealthCheckRequest_serialize (const grpc_health_v1_HealthCheckRequest *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * grpc_health_v1_HealthCheckRequest_serialize_ex (const grpc_health_v1_HealthCheckRequest *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE upb_StringView 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_StringView value)
 
UPB_INLINE void grpc_health_v1_HealthCheckResponse_clear_status (const grpc_health_v1_HealthCheckResponse *msg)
 
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, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * grpc_health_v1_HealthCheckResponse_serialize (const grpc_health_v1_HealthCheckResponse *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * grpc_health_v1_HealthCheckResponse_serialize_ex (const grpc_health_v1_HealthCheckResponse *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void grpc_health_v1_HealthCheckResponse_set_status (grpc_health_v1_HealthCheckResponse *msg, int32_t value)
 
UPB_INLINE int32_t grpc_health_v1_HealthCheckResponse_status (const grpc_health_v1_HealthCheckResponse *msg)
 

Variables

const upb_MiniTable grpc_health_v1_HealthCheckRequest_msginit
 
const upb_MiniTable grpc_health_v1_HealthCheckResponse_msginit
 
const upb_MiniTable_File src_proto_grpc_health_v1_health_proto_upb_file_layout
 

Typedef Documentation

◆ grpc_health_v1_HealthCheckRequest

Definition at line 25 of file health.upb.h.

◆ grpc_health_v1_HealthCheckResponse

Definition at line 26 of file health.upb.h.

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 

Definition at line 30 of file health.upb.h.

Function Documentation

◆ grpc_health_v1_HealthCheckRequest_clear_service()

UPB_INLINE void grpc_health_v1_HealthCheckRequest_clear_service ( const grpc_health_v1_HealthCheckRequest msg)

Definition at line 70 of file health.upb.h.

◆ grpc_health_v1_HealthCheckRequest_new()

UPB_INLINE grpc_health_v1_HealthCheckRequest* grpc_health_v1_HealthCheckRequest_new ( upb_Arena arena)

Definition at line 41 of file health.upb.h.

◆ 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 
)

Definition at line 44 of file health.upb.h.

◆ grpc_health_v1_HealthCheckRequest_parse_ex()

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.

◆ 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 
)

Definition at line 63 of file health.upb.h.

◆ grpc_health_v1_HealthCheckRequest_serialize_ex()

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.

◆ grpc_health_v1_HealthCheckRequest_service()

UPB_INLINE upb_StringView grpc_health_v1_HealthCheckRequest_service ( const grpc_health_v1_HealthCheckRequest msg)

Definition at line 73 of file health.upb.h.

◆ grpc_health_v1_HealthCheckRequest_set_service()

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.

◆ grpc_health_v1_HealthCheckResponse_clear_status()

UPB_INLINE void grpc_health_v1_HealthCheckResponse_clear_status ( const grpc_health_v1_HealthCheckResponse msg)

Definition at line 112 of file health.upb.h.

◆ grpc_health_v1_HealthCheckResponse_new()

UPB_INLINE grpc_health_v1_HealthCheckResponse* grpc_health_v1_HealthCheckResponse_new ( upb_Arena arena)

Definition at line 83 of file health.upb.h.

◆ 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 
)

Definition at line 86 of file health.upb.h.

◆ grpc_health_v1_HealthCheckResponse_parse_ex()

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.

◆ 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 
)

Definition at line 105 of file health.upb.h.

◆ grpc_health_v1_HealthCheckResponse_serialize_ex()

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.

◆ grpc_health_v1_HealthCheckResponse_set_status()

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.

◆ grpc_health_v1_HealthCheckResponse_status()

UPB_INLINE int32_t grpc_health_v1_HealthCheckResponse_status ( const grpc_health_v1_HealthCheckResponse msg)

Definition at line 115 of file health.upb.h.

Variable Documentation

◆ grpc_health_v1_HealthCheckRequest_msginit

const upb_MiniTable grpc_health_v1_HealthCheckRequest_msginit

Definition at line 19 of file health.upb.c.

◆ grpc_health_v1_HealthCheckResponse_msginit

const upb_MiniTable grpc_health_v1_HealthCheckResponse_msginit

Definition at line 29 of file health.upb.c.

◆ src_proto_grpc_health_v1_health_proto_upb_file_layout

const upb_MiniTable_File src_proto_grpc_health_v1_health_proto_upb_file_layout

Definition at line 40 of file health.upb.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:19