#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"
Go to the source code of this file.
Definition at line 29 of file endpoint_components.upb.h.
typedef struct envoy_config_endpoint_v3_Endpoint_HealthCheckConfig envoy_config_endpoint_v3_Endpoint_HealthCheckConfig |
Definition at line 30 of file endpoint_components.upb.h.
Definition at line 31 of file endpoint_components.upb.h.
typedef struct envoy_config_endpoint_v3_LedsClusterLocalityConfig envoy_config_endpoint_v3_LedsClusterLocalityConfig |
Definition at line 32 of file endpoint_components.upb.h.
typedef struct envoy_config_endpoint_v3_LocalityLbEndpoints envoy_config_endpoint_v3_LocalityLbEndpoints |
Definition at line 33 of file endpoint_components.upb.h.
typedef struct envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList |
Definition at line 34 of file endpoint_components.upb.h.
Enumerator | |
---|---|
envoy_config_endpoint_v3_LbEndpoint_host_identifier_endpoint | |
envoy_config_endpoint_v3_LbEndpoint_host_identifier_endpoint_name | |
envoy_config_endpoint_v3_LbEndpoint_host_identifier_NOT_SET |
Definition at line 222 of file endpoint_components.upb.h.
Definition at line 413 of file endpoint_components.upb.h.
UPB_INLINE const struct envoy_config_core_v3_Address* envoy_config_endpoint_v3_Endpoint_address | ( | const envoy_config_endpoint_v3_Endpoint * | msg | ) |
Definition at line 91 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_clear_address | ( | const envoy_config_endpoint_v3_Endpoint * | msg | ) |
Definition at line 88 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_clear_health_check_config | ( | const envoy_config_endpoint_v3_Endpoint * | msg | ) |
Definition at line 97 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_clear_hostname | ( | const envoy_config_endpoint_v3_Endpoint * | msg | ) |
Definition at line 103 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_Endpoint_has_address | ( | const envoy_config_endpoint_v3_Endpoint * | msg | ) |
Definition at line 85 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_Endpoint_has_health_check_config | ( | const envoy_config_endpoint_v3_Endpoint * | msg | ) |
Definition at line 94 of file endpoint_components.upb.h.
const UPB_INLINE envoy_config_endpoint_v3_Endpoint_HealthCheckConfig* envoy_config_endpoint_v3_Endpoint_health_check_config | ( | const envoy_config_endpoint_v3_Endpoint * | msg | ) |
Definition at line 100 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_clear_hostname | ( | const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig * | msg | ) |
Definition at line 177 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_clear_port_value | ( | const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig * | msg | ) |
Definition at line 171 of file endpoint_components.upb.h.
UPB_INLINE upb_StringView envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_hostname | ( | const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig * | msg | ) |
Definition at line 180 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_Endpoint_HealthCheckConfig* envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_new | ( | upb_Arena * | arena | ) |
Definition at line 142 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_Endpoint_HealthCheckConfig* envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 145 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_Endpoint_HealthCheckConfig* envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 153 of file endpoint_components.upb.h.
UPB_INLINE uint32_t envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_port_value | ( | const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig * | msg | ) |
Definition at line 174 of file endpoint_components.upb.h.
UPB_INLINE char* envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_serialize | ( | const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 164 of file endpoint_components.upb.h.
UPB_INLINE char* envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_serialize_ex | ( | const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 167 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_set_hostname | ( | envoy_config_endpoint_v3_Endpoint_HealthCheckConfig * | msg, |
upb_StringView | value | ||
) |
Definition at line 187 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_set_port_value | ( | envoy_config_endpoint_v3_Endpoint_HealthCheckConfig * | msg, |
uint32_t | value | ||
) |
Definition at line 184 of file endpoint_components.upb.h.
UPB_INLINE upb_StringView envoy_config_endpoint_v3_Endpoint_hostname | ( | const envoy_config_endpoint_v3_Endpoint * | msg | ) |
Definition at line 106 of file endpoint_components.upb.h.
UPB_INLINE struct envoy_config_core_v3_Address* envoy_config_endpoint_v3_Endpoint_mutable_address | ( | envoy_config_endpoint_v3_Endpoint * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 114 of file endpoint_components.upb.h.
UPB_INLINE struct envoy_config_endpoint_v3_Endpoint_HealthCheckConfig* envoy_config_endpoint_v3_Endpoint_mutable_health_check_config | ( | envoy_config_endpoint_v3_Endpoint * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 127 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_Endpoint* envoy_config_endpoint_v3_Endpoint_new | ( | upb_Arena * | arena | ) |
Definition at line 56 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_Endpoint* envoy_config_endpoint_v3_Endpoint_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 59 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_Endpoint* envoy_config_endpoint_v3_Endpoint_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 67 of file endpoint_components.upb.h.
UPB_INLINE char* envoy_config_endpoint_v3_Endpoint_serialize | ( | const envoy_config_endpoint_v3_Endpoint * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 78 of file endpoint_components.upb.h.
UPB_INLINE char* envoy_config_endpoint_v3_Endpoint_serialize_ex | ( | const envoy_config_endpoint_v3_Endpoint * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 81 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_set_address | ( | envoy_config_endpoint_v3_Endpoint * | msg, |
struct envoy_config_core_v3_Address * | value | ||
) |
Definition at line 110 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_set_health_check_config | ( | envoy_config_endpoint_v3_Endpoint * | msg, |
envoy_config_endpoint_v3_Endpoint_HealthCheckConfig * | value | ||
) |
Definition at line 123 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_set_hostname | ( | envoy_config_endpoint_v3_Endpoint * | msg, |
upb_StringView | value | ||
) |
Definition at line 136 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_clear_endpoint | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 233 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_clear_endpoint_name | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 266 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_clear_health_status | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 239 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_clear_load_balancing_weight | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 257 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_clear_metadata | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 248 of file endpoint_components.upb.h.
const UPB_INLINE envoy_config_endpoint_v3_Endpoint* envoy_config_endpoint_v3_LbEndpoint_endpoint | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 236 of file endpoint_components.upb.h.
UPB_INLINE upb_StringView envoy_config_endpoint_v3_LbEndpoint_endpoint_name | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 269 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_LbEndpoint_has_endpoint | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 230 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_LbEndpoint_has_endpoint_name | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 263 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_LbEndpoint_has_load_balancing_weight | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 254 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_LbEndpoint_has_metadata | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 245 of file endpoint_components.upb.h.
UPB_INLINE int32_t envoy_config_endpoint_v3_LbEndpoint_health_status | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 242 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LbEndpoint_host_identifier_oneofcases envoy_config_endpoint_v3_LbEndpoint_host_identifier_case | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 227 of file endpoint_components.upb.h.
UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_endpoint_v3_LbEndpoint_load_balancing_weight | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 260 of file endpoint_components.upb.h.
UPB_INLINE const struct envoy_config_core_v3_Metadata* envoy_config_endpoint_v3_LbEndpoint_metadata | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg | ) |
Definition at line 251 of file endpoint_components.upb.h.
UPB_INLINE struct envoy_config_endpoint_v3_Endpoint* envoy_config_endpoint_v3_LbEndpoint_mutable_endpoint | ( | envoy_config_endpoint_v3_LbEndpoint * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 276 of file endpoint_components.upb.h.
UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_endpoint_v3_LbEndpoint_mutable_load_balancing_weight | ( | envoy_config_endpoint_v3_LbEndpoint * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 305 of file endpoint_components.upb.h.
UPB_INLINE struct envoy_config_core_v3_Metadata* envoy_config_endpoint_v3_LbEndpoint_mutable_metadata | ( | envoy_config_endpoint_v3_LbEndpoint * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 292 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LbEndpoint* envoy_config_endpoint_v3_LbEndpoint_new | ( | upb_Arena * | arena | ) |
Definition at line 193 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LbEndpoint* envoy_config_endpoint_v3_LbEndpoint_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 196 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LbEndpoint* envoy_config_endpoint_v3_LbEndpoint_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 204 of file endpoint_components.upb.h.
UPB_INLINE char* envoy_config_endpoint_v3_LbEndpoint_serialize | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 215 of file endpoint_components.upb.h.
UPB_INLINE char* envoy_config_endpoint_v3_LbEndpoint_serialize_ex | ( | const envoy_config_endpoint_v3_LbEndpoint * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 218 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_endpoint | ( | envoy_config_endpoint_v3_LbEndpoint * | msg, |
envoy_config_endpoint_v3_Endpoint * | value | ||
) |
Definition at line 273 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_endpoint_name | ( | envoy_config_endpoint_v3_LbEndpoint * | msg, |
upb_StringView | value | ||
) |
Definition at line 314 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_health_status | ( | envoy_config_endpoint_v3_LbEndpoint * | msg, |
int32_t | value | ||
) |
Definition at line 285 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_load_balancing_weight | ( | envoy_config_endpoint_v3_LbEndpoint * | msg, |
struct google_protobuf_UInt32Value * | value | ||
) |
Definition at line 301 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_metadata | ( | envoy_config_endpoint_v3_LbEndpoint * | msg, |
struct envoy_config_core_v3_Metadata * | value | ||
) |
Definition at line 288 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LedsClusterLocalityConfig_clear_leds_collection_name | ( | const envoy_config_endpoint_v3_LedsClusterLocalityConfig * | msg | ) |
Definition at line 358 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LedsClusterLocalityConfig_clear_leds_config | ( | const envoy_config_endpoint_v3_LedsClusterLocalityConfig * | msg | ) |
Definition at line 352 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_LedsClusterLocalityConfig_has_leds_config | ( | const envoy_config_endpoint_v3_LedsClusterLocalityConfig * | msg | ) |
Definition at line 349 of file endpoint_components.upb.h.
UPB_INLINE upb_StringView envoy_config_endpoint_v3_LedsClusterLocalityConfig_leds_collection_name | ( | const envoy_config_endpoint_v3_LedsClusterLocalityConfig * | msg | ) |
Definition at line 361 of file endpoint_components.upb.h.
UPB_INLINE const struct envoy_config_core_v3_ConfigSource* envoy_config_endpoint_v3_LedsClusterLocalityConfig_leds_config | ( | const envoy_config_endpoint_v3_LedsClusterLocalityConfig * | msg | ) |
Definition at line 355 of file endpoint_components.upb.h.
UPB_INLINE struct envoy_config_core_v3_ConfigSource* envoy_config_endpoint_v3_LedsClusterLocalityConfig_mutable_leds_config | ( | envoy_config_endpoint_v3_LedsClusterLocalityConfig * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 369 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LedsClusterLocalityConfig* envoy_config_endpoint_v3_LedsClusterLocalityConfig_new | ( | upb_Arena * | arena | ) |
Definition at line 320 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LedsClusterLocalityConfig* envoy_config_endpoint_v3_LedsClusterLocalityConfig_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 323 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LedsClusterLocalityConfig* envoy_config_endpoint_v3_LedsClusterLocalityConfig_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 331 of file endpoint_components.upb.h.
UPB_INLINE char* envoy_config_endpoint_v3_LedsClusterLocalityConfig_serialize | ( | const envoy_config_endpoint_v3_LedsClusterLocalityConfig * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 342 of file endpoint_components.upb.h.
UPB_INLINE char* envoy_config_endpoint_v3_LedsClusterLocalityConfig_serialize_ex | ( | const envoy_config_endpoint_v3_LedsClusterLocalityConfig * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 345 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LedsClusterLocalityConfig_set_leds_collection_name | ( | envoy_config_endpoint_v3_LedsClusterLocalityConfig * | msg, |
upb_StringView | value | ||
) |
Definition at line 378 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LedsClusterLocalityConfig_set_leds_config | ( | envoy_config_endpoint_v3_LedsClusterLocalityConfig * | msg, |
struct envoy_config_core_v3_ConfigSource * | value | ||
) |
Definition at line 365 of file endpoint_components.upb.h.
UPB_INLINE struct envoy_config_endpoint_v3_LbEndpoint* envoy_config_endpoint_v3_LocalityLbEndpoints_add_lb_endpoints | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 501 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_clear_lb_endpoints | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 433 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_clear_leds_cluster_locality_config | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 475 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_clear_load_balancer_endpoints | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 466 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_clear_load_balancing_weight | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 442 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_clear_locality | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 424 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_clear_priority | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 448 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_clear_proximity | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 457 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_lb_endpoints | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 430 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_leds_cluster_locality_config | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 472 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_load_balancer_endpoints | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 463 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_load_balancing_weight | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 439 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_locality | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 421 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_proximity | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 454 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpoints_lb_config_oneofcases envoy_config_endpoint_v3_LocalityLbEndpoints_lb_config_case | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 418 of file endpoint_components.upb.h.
const UPB_INLINE envoy_config_endpoint_v3_LbEndpoint* const* envoy_config_endpoint_v3_LocalityLbEndpoints_lb_endpoints | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
size_t * | len | ||
) |
Definition at line 436 of file endpoint_components.upb.h.
UPB_INLINE struct envoy_config_endpoint_v3_LbEndpoint* envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList_add_lb_endpoints | ( | envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 608 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList_clear_lb_endpoints | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList * | msg | ) |
Definition at line 595 of file endpoint_components.upb.h.
UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList_has_lb_endpoints | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList * | msg | ) |
Definition at line 592 of file endpoint_components.upb.h.
const UPB_INLINE envoy_config_endpoint_v3_LbEndpoint* const* envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList_lb_endpoints | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList * | msg, |
size_t * | len | ||
) |
Definition at line 598 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LbEndpoint** envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList_mutable_lb_endpoints | ( | envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList * | msg, |
size_t * | len | ||
) |
Definition at line 602 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList* envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList_new | ( | upb_Arena * | arena | ) |
Definition at line 563 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList* envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 566 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList* envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 574 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LbEndpoint** envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList_resize_lb_endpoints | ( | envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList * | msg, |
size_t | len, | ||
upb_Arena * | arena | ||
) |
Definition at line 605 of file endpoint_components.upb.h.
UPB_INLINE char* envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList_serialize | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 585 of file endpoint_components.upb.h.
UPB_INLINE char* envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList_serialize_ex | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 588 of file endpoint_components.upb.h.
const UPB_INLINE envoy_config_endpoint_v3_LedsClusterLocalityConfig* envoy_config_endpoint_v3_LocalityLbEndpoints_leds_cluster_locality_config | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 478 of file endpoint_components.upb.h.
const UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList* envoy_config_endpoint_v3_LocalityLbEndpoints_load_balancer_endpoints | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 469 of file endpoint_components.upb.h.
UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_endpoint_v3_LocalityLbEndpoints_load_balancing_weight | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 445 of file endpoint_components.upb.h.
UPB_INLINE const struct envoy_config_core_v3_Locality* envoy_config_endpoint_v3_LocalityLbEndpoints_locality | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 427 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LbEndpoint** envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_lb_endpoints | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
size_t * | len | ||
) |
Definition at line 495 of file endpoint_components.upb.h.
UPB_INLINE struct envoy_config_endpoint_v3_LedsClusterLocalityConfig* envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_leds_cluster_locality_config | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 551 of file endpoint_components.upb.h.
UPB_INLINE struct envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList* envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_load_balancer_endpoints | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 539 of file endpoint_components.upb.h.
UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_load_balancing_weight | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 511 of file endpoint_components.upb.h.
UPB_INLINE struct envoy_config_core_v3_Locality* envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_locality | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 486 of file endpoint_components.upb.h.
UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_proximity | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 527 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpoints* envoy_config_endpoint_v3_LocalityLbEndpoints_new | ( | upb_Arena * | arena | ) |
Definition at line 384 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpoints* envoy_config_endpoint_v3_LocalityLbEndpoints_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 387 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpoints* envoy_config_endpoint_v3_LocalityLbEndpoints_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 395 of file endpoint_components.upb.h.
UPB_INLINE uint32_t envoy_config_endpoint_v3_LocalityLbEndpoints_priority | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 451 of file endpoint_components.upb.h.
UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_endpoint_v3_LocalityLbEndpoints_proximity | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg | ) |
Definition at line 460 of file endpoint_components.upb.h.
UPB_INLINE envoy_config_endpoint_v3_LbEndpoint** envoy_config_endpoint_v3_LocalityLbEndpoints_resize_lb_endpoints | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
size_t | len, | ||
upb_Arena * | arena | ||
) |
Definition at line 498 of file endpoint_components.upb.h.
UPB_INLINE char* envoy_config_endpoint_v3_LocalityLbEndpoints_serialize | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 406 of file endpoint_components.upb.h.
UPB_INLINE char* envoy_config_endpoint_v3_LocalityLbEndpoints_serialize_ex | ( | const envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 409 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_leds_cluster_locality_config | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
envoy_config_endpoint_v3_LedsClusterLocalityConfig * | value | ||
) |
Definition at line 548 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_load_balancer_endpoints | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList * | value | ||
) |
Definition at line 536 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_load_balancing_weight | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
struct google_protobuf_UInt32Value * | value | ||
) |
Definition at line 507 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_locality | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
struct envoy_config_core_v3_Locality * | value | ||
) |
Definition at line 482 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_priority | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
uint32_t | value | ||
) |
Definition at line 520 of file endpoint_components.upb.h.
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_proximity | ( | envoy_config_endpoint_v3_LocalityLbEndpoints * | msg, |
struct google_protobuf_UInt32Value * | value | ||
) |
Definition at line 523 of file endpoint_components.upb.h.
const upb_MiniTable envoy_config_core_v3_Address_msginit |
Definition at line 104 of file address.upb.c.
const upb_MiniTable envoy_config_core_v3_ConfigSource_msginit |
Definition at line 119 of file config_source.upb.c.
const upb_MiniTable envoy_config_core_v3_Locality_msginit |
Definition at line 35 of file base.upb.c.
const upb_MiniTable envoy_config_core_v3_Metadata_msginit |
Definition at line 129 of file base.upb.c.
const upb_MiniTable_File envoy_config_endpoint_v3_endpoint_components_proto_upb_file_layout |
Definition at line 134 of file endpoint_components.upb.c.
const upb_MiniTable envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_msginit |
Definition at line 45 of file endpoint_components.upb.c.
const upb_MiniTable envoy_config_endpoint_v3_Endpoint_msginit |
Definition at line 34 of file endpoint_components.upb.c.
const upb_MiniTable envoy_config_endpoint_v3_LbEndpoint_msginit |
Definition at line 65 of file endpoint_components.upb.c.
const upb_MiniTable envoy_config_endpoint_v3_LedsClusterLocalityConfig_msginit |
Definition at line 80 of file endpoint_components.upb.c.
const upb_MiniTable envoy_config_endpoint_v3_LocalityLbEndpoints_LbEndpointList_msginit |
Definition at line 119 of file endpoint_components.upb.c.
const upb_MiniTable envoy_config_endpoint_v3_LocalityLbEndpoints_msginit |
Definition at line 105 of file endpoint_components.upb.c.
const upb_MiniTable google_protobuf_UInt32Value_msginit |
Definition at line 69 of file wrappers.upb.c.