GRPC Core  18.0.0
Typedefs | Functions | Variables
circuit_breaker.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 envoy_config_cluster_v3_CircuitBreakers envoy_config_cluster_v3_CircuitBreakers
 
typedef struct envoy_config_cluster_v3_CircuitBreakers_Thresholds envoy_config_cluster_v3_CircuitBreakers_Thresholds
 
typedef struct envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget
 

Functions

UPB_INLINE envoy_config_cluster_v3_CircuitBreakersenvoy_config_cluster_v3_CircuitBreakers_new (upb_arena *arena)
 
UPB_INLINE envoy_config_cluster_v3_CircuitBreakersenvoy_config_cluster_v3_CircuitBreakers_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_cluster_v3_CircuitBreakersenvoy_config_cluster_v3_CircuitBreakers_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_cluster_v3_CircuitBreakers_serialize (const envoy_config_cluster_v3_CircuitBreakers *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_has_thresholds (const envoy_config_cluster_v3_CircuitBreakers *msg)
 
UPB_INLINE const envoy_config_cluster_v3_CircuitBreakers_Thresholds *const * envoy_config_cluster_v3_CircuitBreakers_thresholds (const envoy_config_cluster_v3_CircuitBreakers *msg, size_t *len)
 
UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds ** envoy_config_cluster_v3_CircuitBreakers_mutable_thresholds (envoy_config_cluster_v3_CircuitBreakers *msg, size_t *len)
 
UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds ** envoy_config_cluster_v3_CircuitBreakers_resize_thresholds (envoy_config_cluster_v3_CircuitBreakers *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_config_cluster_v3_CircuitBreakers_Thresholdsenvoy_config_cluster_v3_CircuitBreakers_add_thresholds (envoy_config_cluster_v3_CircuitBreakers *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholdsenvoy_config_cluster_v3_CircuitBreakers_Thresholds_new (upb_arena *arena)
 
UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholdsenvoy_config_cluster_v3_CircuitBreakers_Thresholds_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholdsenvoy_config_cluster_v3_CircuitBreakers_Thresholds_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_cluster_v3_CircuitBreakers_Thresholds_serialize (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE int32_t envoy_config_cluster_v3_CircuitBreakers_Thresholds_priority (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_connections (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_cluster_v3_CircuitBreakers_Thresholds_max_connections (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_pending_requests (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_cluster_v3_CircuitBreakers_Thresholds_max_pending_requests (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_requests (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_cluster_v3_CircuitBreakers_Thresholds_max_requests (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_retries (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_cluster_v3_CircuitBreakers_Thresholds_max_retries (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_track_remaining (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_connection_pools (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_cluster_v3_CircuitBreakers_Thresholds_max_connection_pools (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_retry_budget (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE const envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudgetenvoy_config_cluster_v3_CircuitBreakers_Thresholds_retry_budget (const envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg)
 
UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_priority (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, int32_t value)
 
UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_connections (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_connections (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_pending_requests (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_pending_requests (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_requests (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_requests (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_retries (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_retries (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_track_remaining (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, bool value)
 
UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_connection_pools (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_connection_pools (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_retry_budget (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget *value)
 
UPB_INLINE struct envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudgetenvoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_retry_budget (envoy_config_cluster_v3_CircuitBreakers_Thresholds *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudgetenvoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_new (upb_arena *arena)
 
UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudgetenvoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudgetenvoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_serialize (const envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_has_budget_percent (const envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget *msg)
 
UPB_INLINE const struct envoy_type_v3_Percentenvoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_budget_percent (const envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget *msg)
 
UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_has_min_retry_concurrency (const envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_min_retry_concurrency (const envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget *msg)
 
UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_set_budget_percent (envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget *msg, struct envoy_type_v3_Percent *value)
 
UPB_INLINE struct envoy_type_v3_Percentenvoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_mutable_budget_percent (envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_set_min_retry_concurrency (envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_mutable_min_retry_concurrency (envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget *msg, upb_arena *arena)
 

Variables

const upb_msglayout envoy_config_cluster_v3_CircuitBreakers_msginit
 
const upb_msglayout envoy_config_cluster_v3_CircuitBreakers_Thresholds_msginit
 
const upb_msglayout envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_msginit
 
const upb_msglayout envoy_type_v3_Percent_msginit
 
const upb_msglayout google_protobuf_UInt32Value_msginit
 

Typedef Documentation

◆ envoy_config_cluster_v3_CircuitBreakers

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget

Function Documentation

◆ envoy_config_cluster_v3_CircuitBreakers_add_thresholds()

UPB_INLINE struct envoy_config_cluster_v3_CircuitBreakers_Thresholds* envoy_config_cluster_v3_CircuitBreakers_add_thresholds ( envoy_config_cluster_v3_CircuitBreakers msg,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_has_thresholds()

UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_has_thresholds ( const envoy_config_cluster_v3_CircuitBreakers msg)

◆ envoy_config_cluster_v3_CircuitBreakers_mutable_thresholds()

UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds** envoy_config_cluster_v3_CircuitBreakers_mutable_thresholds ( envoy_config_cluster_v3_CircuitBreakers msg,
size_t *  len 
)

◆ envoy_config_cluster_v3_CircuitBreakers_new()

UPB_INLINE envoy_config_cluster_v3_CircuitBreakers* envoy_config_cluster_v3_CircuitBreakers_new ( upb_arena *  arena)

◆ envoy_config_cluster_v3_CircuitBreakers_parse()

UPB_INLINE envoy_config_cluster_v3_CircuitBreakers* envoy_config_cluster_v3_CircuitBreakers_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_parse_ex()

UPB_INLINE envoy_config_cluster_v3_CircuitBreakers* envoy_config_cluster_v3_CircuitBreakers_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_cluster_v3_CircuitBreakers_resize_thresholds()

UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds** envoy_config_cluster_v3_CircuitBreakers_resize_thresholds ( envoy_config_cluster_v3_CircuitBreakers msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_serialize()

UPB_INLINE char* envoy_config_cluster_v3_CircuitBreakers_serialize ( const envoy_config_cluster_v3_CircuitBreakers msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_cluster_v3_CircuitBreakers_thresholds()

UPB_INLINE const envoy_config_cluster_v3_CircuitBreakers_Thresholds* const* envoy_config_cluster_v3_CircuitBreakers_thresholds ( const envoy_config_cluster_v3_CircuitBreakers msg,
size_t *  len 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_connection_pools()

UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_connection_pools ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_connections()

UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_connections ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_pending_requests()

UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_pending_requests ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_requests()

UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_requests ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_retries()

UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_max_retries ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_retry_budget()

UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_has_retry_budget ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_max_connection_pools()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_cluster_v3_CircuitBreakers_Thresholds_max_connection_pools ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_max_connections()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_cluster_v3_CircuitBreakers_Thresholds_max_connections ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_max_pending_requests()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_cluster_v3_CircuitBreakers_Thresholds_max_pending_requests ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_max_requests()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_cluster_v3_CircuitBreakers_Thresholds_max_requests ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_max_retries()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_cluster_v3_CircuitBreakers_Thresholds_max_retries ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_connection_pools()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_connection_pools ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_connections()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_connections ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_pending_requests()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_pending_requests ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_requests()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_requests ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_retries()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_max_retries ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_retry_budget()

UPB_INLINE struct envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget* envoy_config_cluster_v3_CircuitBreakers_Thresholds_mutable_retry_budget ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_new()

UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds* envoy_config_cluster_v3_CircuitBreakers_Thresholds_new ( upb_arena *  arena)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_parse()

UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds* envoy_config_cluster_v3_CircuitBreakers_Thresholds_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_parse_ex()

UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds* envoy_config_cluster_v3_CircuitBreakers_Thresholds_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_priority()

UPB_INLINE int32_t envoy_config_cluster_v3_CircuitBreakers_Thresholds_priority ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_retry_budget()

UPB_INLINE const envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget* envoy_config_cluster_v3_CircuitBreakers_Thresholds_retry_budget ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_budget_percent()

UPB_INLINE const struct envoy_type_v3_Percent* envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_budget_percent ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_has_budget_percent()

UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_has_budget_percent ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_has_min_retry_concurrency()

UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_has_min_retry_concurrency ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_min_retry_concurrency()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_min_retry_concurrency ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget msg)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_mutable_budget_percent()

UPB_INLINE struct envoy_type_v3_Percent* envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_mutable_budget_percent ( envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget msg,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_mutable_min_retry_concurrency()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_mutable_min_retry_concurrency ( envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget msg,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_new()

UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget* envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_new ( upb_arena *  arena)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_parse()

UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget* envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_parse_ex()

UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget* envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_serialize()

UPB_INLINE char* envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_serialize ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_set_budget_percent()

UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_set_budget_percent ( envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget msg,
struct envoy_type_v3_Percent value 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_set_min_retry_concurrency()

UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_set_min_retry_concurrency ( envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_serialize()

UPB_INLINE char* envoy_config_cluster_v3_CircuitBreakers_Thresholds_serialize ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_connection_pools()

UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_connection_pools ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_connections()

UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_connections ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_pending_requests()

UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_pending_requests ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_requests()

UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_requests ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_retries()

UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_max_retries ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_priority()

UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_priority ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
int32_t  value 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_retry_budget()

UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_retry_budget ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget value 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_track_remaining()

UPB_INLINE void envoy_config_cluster_v3_CircuitBreakers_Thresholds_set_track_remaining ( envoy_config_cluster_v3_CircuitBreakers_Thresholds msg,
bool  value 
)

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_track_remaining()

UPB_INLINE bool envoy_config_cluster_v3_CircuitBreakers_Thresholds_track_remaining ( const envoy_config_cluster_v3_CircuitBreakers_Thresholds msg)

Variable Documentation

◆ envoy_config_cluster_v3_CircuitBreakers_msginit

const upb_msglayout envoy_config_cluster_v3_CircuitBreakers_msginit
extern

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_msginit

const upb_msglayout envoy_config_cluster_v3_CircuitBreakers_Thresholds_msginit
extern

◆ envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_msginit

const upb_msglayout envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_msginit
extern

◆ envoy_type_v3_Percent_msginit

const upb_msglayout envoy_type_v3_Percent_msginit
extern

◆ google_protobuf_UInt32Value_msginit

const upb_msglayout google_protobuf_UInt32Value_msginit
extern