|
UPB_INLINE envoy_config_cluster_v3_CircuitBreakers * | envoy_config_cluster_v3_CircuitBreakers_new (upb_arena *arena) |
|
UPB_INLINE envoy_config_cluster_v3_CircuitBreakers * | envoy_config_cluster_v3_CircuitBreakers_parse (const char *buf, size_t size, upb_arena *arena) |
|
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) |
|
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_Thresholds * | envoy_config_cluster_v3_CircuitBreakers_add_thresholds (envoy_config_cluster_v3_CircuitBreakers *msg, upb_arena *arena) |
|
UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds * | envoy_config_cluster_v3_CircuitBreakers_Thresholds_new (upb_arena *arena) |
|
UPB_INLINE envoy_config_cluster_v3_CircuitBreakers_Thresholds * | envoy_config_cluster_v3_CircuitBreakers_Thresholds_parse (const char *buf, size_t size, upb_arena *arena) |
|
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) |
|
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_UInt32Value * | envoy_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_UInt32Value * | envoy_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_UInt32Value * | envoy_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_UInt32Value * | envoy_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_UInt32Value * | envoy_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_RetryBudget * | envoy_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_UInt32Value * | envoy_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_UInt32Value * | envoy_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_UInt32Value * | envoy_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_UInt32Value * | envoy_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_UInt32Value * | envoy_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_RetryBudget * | envoy_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_RetryBudget * | envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_new (upb_arena *arena) |
|
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) |
|
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) |
|
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_Percent * | envoy_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_UInt32Value * | envoy_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_Percent * | envoy_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_UInt32Value * | envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget_mutable_min_retry_concurrency (envoy_config_cluster_v3_CircuitBreakers_Thresholds_RetryBudget *msg, upb_arena *arena) |
|