GRPC Core  9.0.0
Typedefs | Functions | Variables
circuit_breaker.upb.h File Reference
#include "upb/generated_util.h"
#include "upb/msg.h"
#include "upb/decode.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 envoy_api_v2_cluster_CircuitBreakers envoy_api_v2_cluster_CircuitBreakers
 
typedef struct envoy_api_v2_cluster_CircuitBreakers_Thresholds envoy_api_v2_cluster_CircuitBreakers_Thresholds
 

Functions

UPB_INLINE envoy_api_v2_cluster_CircuitBreakersenvoy_api_v2_cluster_CircuitBreakers_new (upb_arena *arena)
 
UPB_INLINE envoy_api_v2_cluster_CircuitBreakersenvoy_api_v2_cluster_CircuitBreakers_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * envoy_api_v2_cluster_CircuitBreakers_serialize (const envoy_api_v2_cluster_CircuitBreakers *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE const envoy_api_v2_cluster_CircuitBreakers_Thresholds *const * envoy_api_v2_cluster_CircuitBreakers_thresholds (const envoy_api_v2_cluster_CircuitBreakers *msg, size_t *len)
 
UPB_INLINE envoy_api_v2_cluster_CircuitBreakers_Thresholds ** envoy_api_v2_cluster_CircuitBreakers_mutable_thresholds (envoy_api_v2_cluster_CircuitBreakers *msg, size_t *len)
 
UPB_INLINE envoy_api_v2_cluster_CircuitBreakers_Thresholds ** envoy_api_v2_cluster_CircuitBreakers_resize_thresholds (envoy_api_v2_cluster_CircuitBreakers *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_api_v2_cluster_CircuitBreakers_Thresholdsenvoy_api_v2_cluster_CircuitBreakers_add_thresholds (envoy_api_v2_cluster_CircuitBreakers *msg, upb_arena *arena)
 
UPB_INLINE envoy_api_v2_cluster_CircuitBreakers_Thresholdsenvoy_api_v2_cluster_CircuitBreakers_Thresholds_new (upb_arena *arena)
 
UPB_INLINE envoy_api_v2_cluster_CircuitBreakers_Thresholdsenvoy_api_v2_cluster_CircuitBreakers_Thresholds_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * envoy_api_v2_cluster_CircuitBreakers_Thresholds_serialize (const envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE int32_t envoy_api_v2_cluster_CircuitBreakers_Thresholds_priority (const envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_api_v2_cluster_CircuitBreakers_Thresholds_max_connections (const envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_api_v2_cluster_CircuitBreakers_Thresholds_max_pending_requests (const envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_api_v2_cluster_CircuitBreakers_Thresholds_max_requests (const envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_api_v2_cluster_CircuitBreakers_Thresholds_max_retries (const envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE bool envoy_api_v2_cluster_CircuitBreakers_Thresholds_track_remaining (const envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_api_v2_cluster_CircuitBreakers_Thresholds_max_connection_pools (const envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_priority (envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, int32_t value)
 
UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_connections (envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_connections (envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, upb_arena *arena)
 
UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_pending_requests (envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_pending_requests (envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, upb_arena *arena)
 
UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_requests (envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_requests (envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, upb_arena *arena)
 
UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_retries (envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_retries (envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, upb_arena *arena)
 
UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_track_remaining (envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, bool value)
 
UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_connection_pools (envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_connection_pools (envoy_api_v2_cluster_CircuitBreakers_Thresholds *msg, upb_arena *arena)
 

Variables

const upb_msglayout envoy_api_v2_cluster_CircuitBreakers_msginit
 
const upb_msglayout envoy_api_v2_cluster_CircuitBreakers_Thresholds_msginit
 
const upb_msglayout google_protobuf_UInt32Value_msginit
 

Typedef Documentation

◆ envoy_api_v2_cluster_CircuitBreakers

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds

Function Documentation

◆ envoy_api_v2_cluster_CircuitBreakers_add_thresholds()

UPB_INLINE struct envoy_api_v2_cluster_CircuitBreakers_Thresholds* envoy_api_v2_cluster_CircuitBreakers_add_thresholds ( envoy_api_v2_cluster_CircuitBreakers msg,
upb_arena *  arena 
)

◆ envoy_api_v2_cluster_CircuitBreakers_mutable_thresholds()

UPB_INLINE envoy_api_v2_cluster_CircuitBreakers_Thresholds** envoy_api_v2_cluster_CircuitBreakers_mutable_thresholds ( envoy_api_v2_cluster_CircuitBreakers msg,
size_t *  len 
)

◆ envoy_api_v2_cluster_CircuitBreakers_new()

UPB_INLINE envoy_api_v2_cluster_CircuitBreakers* envoy_api_v2_cluster_CircuitBreakers_new ( upb_arena *  arena)

◆ envoy_api_v2_cluster_CircuitBreakers_parse()

UPB_INLINE envoy_api_v2_cluster_CircuitBreakers* envoy_api_v2_cluster_CircuitBreakers_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_api_v2_cluster_CircuitBreakers_resize_thresholds()

UPB_INLINE envoy_api_v2_cluster_CircuitBreakers_Thresholds** envoy_api_v2_cluster_CircuitBreakers_resize_thresholds ( envoy_api_v2_cluster_CircuitBreakers msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_api_v2_cluster_CircuitBreakers_serialize()

UPB_INLINE char* envoy_api_v2_cluster_CircuitBreakers_serialize ( const envoy_api_v2_cluster_CircuitBreakers msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_api_v2_cluster_CircuitBreakers_thresholds()

UPB_INLINE const envoy_api_v2_cluster_CircuitBreakers_Thresholds* const* envoy_api_v2_cluster_CircuitBreakers_thresholds ( const envoy_api_v2_cluster_CircuitBreakers msg,
size_t *  len 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_max_connection_pools()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_api_v2_cluster_CircuitBreakers_Thresholds_max_connection_pools ( const envoy_api_v2_cluster_CircuitBreakers_Thresholds msg)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_max_connections()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_api_v2_cluster_CircuitBreakers_Thresholds_max_connections ( const envoy_api_v2_cluster_CircuitBreakers_Thresholds msg)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_max_pending_requests()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_api_v2_cluster_CircuitBreakers_Thresholds_max_pending_requests ( const envoy_api_v2_cluster_CircuitBreakers_Thresholds msg)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_max_requests()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_api_v2_cluster_CircuitBreakers_Thresholds_max_requests ( const envoy_api_v2_cluster_CircuitBreakers_Thresholds msg)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_max_retries()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_api_v2_cluster_CircuitBreakers_Thresholds_max_retries ( const envoy_api_v2_cluster_CircuitBreakers_Thresholds msg)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_connection_pools()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_connection_pools ( envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
upb_arena *  arena 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_connections()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_connections ( envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
upb_arena *  arena 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_pending_requests()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_pending_requests ( envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
upb_arena *  arena 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_requests()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_requests ( envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
upb_arena *  arena 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_retries()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_api_v2_cluster_CircuitBreakers_Thresholds_mutable_max_retries ( envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
upb_arena *  arena 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_new()

UPB_INLINE envoy_api_v2_cluster_CircuitBreakers_Thresholds* envoy_api_v2_cluster_CircuitBreakers_Thresholds_new ( upb_arena *  arena)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_parse()

UPB_INLINE envoy_api_v2_cluster_CircuitBreakers_Thresholds* envoy_api_v2_cluster_CircuitBreakers_Thresholds_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_priority()

UPB_INLINE int32_t envoy_api_v2_cluster_CircuitBreakers_Thresholds_priority ( const envoy_api_v2_cluster_CircuitBreakers_Thresholds msg)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_serialize()

UPB_INLINE char* envoy_api_v2_cluster_CircuitBreakers_Thresholds_serialize ( const envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_connection_pools()

UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_connection_pools ( envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_connections()

UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_connections ( envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_pending_requests()

UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_pending_requests ( envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_requests()

UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_requests ( envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_retries()

UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_max_retries ( envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_priority()

UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_priority ( envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
int32_t  value 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_track_remaining()

UPB_INLINE void envoy_api_v2_cluster_CircuitBreakers_Thresholds_set_track_remaining ( envoy_api_v2_cluster_CircuitBreakers_Thresholds msg,
bool  value 
)

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_track_remaining()

UPB_INLINE bool envoy_api_v2_cluster_CircuitBreakers_Thresholds_track_remaining ( const envoy_api_v2_cluster_CircuitBreakers_Thresholds msg)

Variable Documentation

◆ envoy_api_v2_cluster_CircuitBreakers_msginit

const upb_msglayout envoy_api_v2_cluster_CircuitBreakers_msginit
extern

◆ envoy_api_v2_cluster_CircuitBreakers_Thresholds_msginit

const upb_msglayout envoy_api_v2_cluster_CircuitBreakers_Thresholds_msginit
extern

◆ google_protobuf_UInt32Value_msginit

const upb_msglayout google_protobuf_UInt32Value_msginit
extern