GRPC C++  1.39.1
Typedefs | Enumerations | Functions | Variables
endpoint_components.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_endpoint_v3_Endpoint envoy_config_endpoint_v3_Endpoint
 
typedef struct envoy_config_endpoint_v3_Endpoint_HealthCheckConfig envoy_config_endpoint_v3_Endpoint_HealthCheckConfig
 
typedef struct envoy_config_endpoint_v3_LbEndpoint envoy_config_endpoint_v3_LbEndpoint
 
typedef struct envoy_config_endpoint_v3_LocalityLbEndpoints envoy_config_endpoint_v3_LocalityLbEndpoints
 

Enumerations

enum  envoy_config_endpoint_v3_LbEndpoint_host_identifier_oneofcases { envoy_config_endpoint_v3_LbEndpoint_host_identifier_endpoint = 1 , envoy_config_endpoint_v3_LbEndpoint_host_identifier_endpoint_name = 5 , envoy_config_endpoint_v3_LbEndpoint_host_identifier_NOT_SET = 0 }
 

Functions

UPB_INLINE envoy_config_endpoint_v3_Endpointenvoy_config_endpoint_v3_Endpoint_new (upb_arena *arena)
 
UPB_INLINE envoy_config_endpoint_v3_Endpointenvoy_config_endpoint_v3_Endpoint_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_endpoint_v3_Endpointenvoy_config_endpoint_v3_Endpoint_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_endpoint_v3_Endpoint_serialize (const envoy_config_endpoint_v3_Endpoint *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_config_endpoint_v3_Endpoint_has_address (const envoy_config_endpoint_v3_Endpoint *msg)
 
UPB_INLINE const struct envoy_config_core_v3_Addressenvoy_config_endpoint_v3_Endpoint_address (const envoy_config_endpoint_v3_Endpoint *msg)
 
UPB_INLINE bool envoy_config_endpoint_v3_Endpoint_has_health_check_config (const envoy_config_endpoint_v3_Endpoint *msg)
 
UPB_INLINE const envoy_config_endpoint_v3_Endpoint_HealthCheckConfigenvoy_config_endpoint_v3_Endpoint_health_check_config (const envoy_config_endpoint_v3_Endpoint *msg)
 
UPB_INLINE upb_strview envoy_config_endpoint_v3_Endpoint_hostname (const envoy_config_endpoint_v3_Endpoint *msg)
 
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_set_address (envoy_config_endpoint_v3_Endpoint *msg, struct envoy_config_core_v3_Address *value)
 
UPB_INLINE struct envoy_config_core_v3_Addressenvoy_config_endpoint_v3_Endpoint_mutable_address (envoy_config_endpoint_v3_Endpoint *msg, upb_arena *arena)
 
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)
 
UPB_INLINE struct envoy_config_endpoint_v3_Endpoint_HealthCheckConfigenvoy_config_endpoint_v3_Endpoint_mutable_health_check_config (envoy_config_endpoint_v3_Endpoint *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_set_hostname (envoy_config_endpoint_v3_Endpoint *msg, upb_strview value)
 
UPB_INLINE envoy_config_endpoint_v3_Endpoint_HealthCheckConfigenvoy_config_endpoint_v3_Endpoint_HealthCheckConfig_new (upb_arena *arena)
 
UPB_INLINE envoy_config_endpoint_v3_Endpoint_HealthCheckConfigenvoy_config_endpoint_v3_Endpoint_HealthCheckConfig_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_endpoint_v3_Endpoint_HealthCheckConfigenvoy_config_endpoint_v3_Endpoint_HealthCheckConfig_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_serialize (const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE uint32_t envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_port_value (const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig *msg)
 
UPB_INLINE upb_strview envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_hostname (const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig *msg)
 
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_set_port_value (envoy_config_endpoint_v3_Endpoint_HealthCheckConfig *msg, uint32_t value)
 
UPB_INLINE void envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_set_hostname (envoy_config_endpoint_v3_Endpoint_HealthCheckConfig *msg, upb_strview value)
 
UPB_INLINE envoy_config_endpoint_v3_LbEndpointenvoy_config_endpoint_v3_LbEndpoint_new (upb_arena *arena)
 
UPB_INLINE envoy_config_endpoint_v3_LbEndpointenvoy_config_endpoint_v3_LbEndpoint_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_endpoint_v3_LbEndpointenvoy_config_endpoint_v3_LbEndpoint_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_endpoint_v3_LbEndpoint_serialize (const envoy_config_endpoint_v3_LbEndpoint *msg, upb_arena *arena, size_t *len)
 
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)
 
UPB_INLINE bool envoy_config_endpoint_v3_LbEndpoint_has_endpoint (const envoy_config_endpoint_v3_LbEndpoint *msg)
 
UPB_INLINE const envoy_config_endpoint_v3_Endpointenvoy_config_endpoint_v3_LbEndpoint_endpoint (const envoy_config_endpoint_v3_LbEndpoint *msg)
 
UPB_INLINE int32_t envoy_config_endpoint_v3_LbEndpoint_health_status (const envoy_config_endpoint_v3_LbEndpoint *msg)
 
UPB_INLINE bool envoy_config_endpoint_v3_LbEndpoint_has_metadata (const envoy_config_endpoint_v3_LbEndpoint *msg)
 
UPB_INLINE const struct envoy_config_core_v3_Metadataenvoy_config_endpoint_v3_LbEndpoint_metadata (const envoy_config_endpoint_v3_LbEndpoint *msg)
 
UPB_INLINE bool envoy_config_endpoint_v3_LbEndpoint_has_load_balancing_weight (const envoy_config_endpoint_v3_LbEndpoint *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_endpoint_v3_LbEndpoint_load_balancing_weight (const envoy_config_endpoint_v3_LbEndpoint *msg)
 
UPB_INLINE bool envoy_config_endpoint_v3_LbEndpoint_has_endpoint_name (const envoy_config_endpoint_v3_LbEndpoint *msg)
 
UPB_INLINE upb_strview envoy_config_endpoint_v3_LbEndpoint_endpoint_name (const envoy_config_endpoint_v3_LbEndpoint *msg)
 
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_endpoint (envoy_config_endpoint_v3_LbEndpoint *msg, envoy_config_endpoint_v3_Endpoint *value)
 
UPB_INLINE struct envoy_config_endpoint_v3_Endpointenvoy_config_endpoint_v3_LbEndpoint_mutable_endpoint (envoy_config_endpoint_v3_LbEndpoint *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_health_status (envoy_config_endpoint_v3_LbEndpoint *msg, int32_t value)
 
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_metadata (envoy_config_endpoint_v3_LbEndpoint *msg, struct envoy_config_core_v3_Metadata *value)
 
UPB_INLINE struct envoy_config_core_v3_Metadataenvoy_config_endpoint_v3_LbEndpoint_mutable_metadata (envoy_config_endpoint_v3_LbEndpoint *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_load_balancing_weight (envoy_config_endpoint_v3_LbEndpoint *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_endpoint_v3_LbEndpoint_mutable_load_balancing_weight (envoy_config_endpoint_v3_LbEndpoint *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_endpoint_name (envoy_config_endpoint_v3_LbEndpoint *msg, upb_strview value)
 
UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpointsenvoy_config_endpoint_v3_LocalityLbEndpoints_new (upb_arena *arena)
 
UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpointsenvoy_config_endpoint_v3_LocalityLbEndpoints_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpointsenvoy_config_endpoint_v3_LocalityLbEndpoints_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_endpoint_v3_LocalityLbEndpoints_serialize (const envoy_config_endpoint_v3_LocalityLbEndpoints *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_locality (const envoy_config_endpoint_v3_LocalityLbEndpoints *msg)
 
UPB_INLINE const struct envoy_config_core_v3_Localityenvoy_config_endpoint_v3_LocalityLbEndpoints_locality (const envoy_config_endpoint_v3_LocalityLbEndpoints *msg)
 
UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_lb_endpoints (const envoy_config_endpoint_v3_LocalityLbEndpoints *msg)
 
UPB_INLINE const envoy_config_endpoint_v3_LbEndpoint *const * envoy_config_endpoint_v3_LocalityLbEndpoints_lb_endpoints (const envoy_config_endpoint_v3_LocalityLbEndpoints *msg, size_t *len)
 
UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_load_balancing_weight (const envoy_config_endpoint_v3_LocalityLbEndpoints *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_endpoint_v3_LocalityLbEndpoints_load_balancing_weight (const envoy_config_endpoint_v3_LocalityLbEndpoints *msg)
 
UPB_INLINE uint32_t envoy_config_endpoint_v3_LocalityLbEndpoints_priority (const envoy_config_endpoint_v3_LocalityLbEndpoints *msg)
 
UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_proximity (const envoy_config_endpoint_v3_LocalityLbEndpoints *msg)
 
UPB_INLINE const struct google_protobuf_UInt32Valueenvoy_config_endpoint_v3_LocalityLbEndpoints_proximity (const envoy_config_endpoint_v3_LocalityLbEndpoints *msg)
 
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_locality (envoy_config_endpoint_v3_LocalityLbEndpoints *msg, struct envoy_config_core_v3_Locality *value)
 
UPB_INLINE struct envoy_config_core_v3_Localityenvoy_config_endpoint_v3_LocalityLbEndpoints_mutable_locality (envoy_config_endpoint_v3_LocalityLbEndpoints *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_endpoint_v3_LbEndpoint ** envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_lb_endpoints (envoy_config_endpoint_v3_LocalityLbEndpoints *msg, size_t *len)
 
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)
 
UPB_INLINE struct envoy_config_endpoint_v3_LbEndpointenvoy_config_endpoint_v3_LocalityLbEndpoints_add_lb_endpoints (envoy_config_endpoint_v3_LocalityLbEndpoints *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_load_balancing_weight (envoy_config_endpoint_v3_LocalityLbEndpoints *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_endpoint_v3_LocalityLbEndpoints_mutable_load_balancing_weight (envoy_config_endpoint_v3_LocalityLbEndpoints *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_priority (envoy_config_endpoint_v3_LocalityLbEndpoints *msg, uint32_t value)
 
UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_proximity (envoy_config_endpoint_v3_LocalityLbEndpoints *msg, struct google_protobuf_UInt32Value *value)
 
UPB_INLINE struct google_protobuf_UInt32Valueenvoy_config_endpoint_v3_LocalityLbEndpoints_mutable_proximity (envoy_config_endpoint_v3_LocalityLbEndpoints *msg, upb_arena *arena)
 

Variables

const upb_msglayout envoy_config_endpoint_v3_Endpoint_msginit
 
const upb_msglayout envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_msginit
 
const upb_msglayout envoy_config_endpoint_v3_LbEndpoint_msginit
 
const upb_msglayout envoy_config_endpoint_v3_LocalityLbEndpoints_msginit
 
const upb_msglayout envoy_config_core_v3_Address_msginit
 
const upb_msglayout envoy_config_core_v3_Locality_msginit
 
const upb_msglayout envoy_config_core_v3_Metadata_msginit
 
const upb_msglayout google_protobuf_UInt32Value_msginit
 

Typedef Documentation

◆ envoy_config_endpoint_v3_Endpoint

◆ envoy_config_endpoint_v3_Endpoint_HealthCheckConfig

◆ envoy_config_endpoint_v3_LbEndpoint

◆ envoy_config_endpoint_v3_LocalityLbEndpoints

Enumeration Type Documentation

◆ envoy_config_endpoint_v3_LbEndpoint_host_identifier_oneofcases

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 

Function Documentation

◆ envoy_config_endpoint_v3_Endpoint_address()

UPB_INLINE const struct envoy_config_core_v3_Address* envoy_config_endpoint_v3_Endpoint_address ( const envoy_config_endpoint_v3_Endpoint msg)

◆ envoy_config_endpoint_v3_Endpoint_has_address()

UPB_INLINE bool envoy_config_endpoint_v3_Endpoint_has_address ( const envoy_config_endpoint_v3_Endpoint msg)

◆ envoy_config_endpoint_v3_Endpoint_has_health_check_config()

UPB_INLINE bool envoy_config_endpoint_v3_Endpoint_has_health_check_config ( const envoy_config_endpoint_v3_Endpoint msg)

◆ envoy_config_endpoint_v3_Endpoint_health_check_config()

UPB_INLINE const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig* envoy_config_endpoint_v3_Endpoint_health_check_config ( const envoy_config_endpoint_v3_Endpoint msg)

◆ envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_hostname()

UPB_INLINE upb_strview envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_hostname ( const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig msg)

◆ envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_new()

UPB_INLINE envoy_config_endpoint_v3_Endpoint_HealthCheckConfig* envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_new ( upb_arena *  arena)

◆ envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_parse()

UPB_INLINE envoy_config_endpoint_v3_Endpoint_HealthCheckConfig* envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_parse_ex()

UPB_INLINE envoy_config_endpoint_v3_Endpoint_HealthCheckConfig* envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_port_value()

UPB_INLINE uint32_t envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_port_value ( const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig msg)

◆ envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_serialize()

UPB_INLINE char* envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_serialize ( const envoy_config_endpoint_v3_Endpoint_HealthCheckConfig msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_set_hostname()

UPB_INLINE void envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_set_hostname ( envoy_config_endpoint_v3_Endpoint_HealthCheckConfig msg,
upb_strview  value 
)

◆ envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_set_port_value()

UPB_INLINE void envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_set_port_value ( envoy_config_endpoint_v3_Endpoint_HealthCheckConfig msg,
uint32_t  value 
)

◆ envoy_config_endpoint_v3_Endpoint_hostname()

UPB_INLINE upb_strview envoy_config_endpoint_v3_Endpoint_hostname ( const envoy_config_endpoint_v3_Endpoint msg)

◆ envoy_config_endpoint_v3_Endpoint_mutable_address()

UPB_INLINE struct envoy_config_core_v3_Address* envoy_config_endpoint_v3_Endpoint_mutable_address ( envoy_config_endpoint_v3_Endpoint msg,
upb_arena *  arena 
)

◆ envoy_config_endpoint_v3_Endpoint_mutable_health_check_config()

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 
)

◆ envoy_config_endpoint_v3_Endpoint_new()

UPB_INLINE envoy_config_endpoint_v3_Endpoint* envoy_config_endpoint_v3_Endpoint_new ( upb_arena *  arena)

◆ envoy_config_endpoint_v3_Endpoint_parse()

UPB_INLINE envoy_config_endpoint_v3_Endpoint* envoy_config_endpoint_v3_Endpoint_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_endpoint_v3_Endpoint_parse_ex()

UPB_INLINE envoy_config_endpoint_v3_Endpoint* envoy_config_endpoint_v3_Endpoint_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_endpoint_v3_Endpoint_serialize()

UPB_INLINE char* envoy_config_endpoint_v3_Endpoint_serialize ( const envoy_config_endpoint_v3_Endpoint msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_endpoint_v3_Endpoint_set_address()

UPB_INLINE void envoy_config_endpoint_v3_Endpoint_set_address ( envoy_config_endpoint_v3_Endpoint msg,
struct envoy_config_core_v3_Address value 
)

◆ envoy_config_endpoint_v3_Endpoint_set_health_check_config()

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 
)

◆ envoy_config_endpoint_v3_Endpoint_set_hostname()

UPB_INLINE void envoy_config_endpoint_v3_Endpoint_set_hostname ( envoy_config_endpoint_v3_Endpoint msg,
upb_strview  value 
)

◆ envoy_config_endpoint_v3_LbEndpoint_endpoint()

UPB_INLINE const envoy_config_endpoint_v3_Endpoint* envoy_config_endpoint_v3_LbEndpoint_endpoint ( const envoy_config_endpoint_v3_LbEndpoint msg)

◆ envoy_config_endpoint_v3_LbEndpoint_endpoint_name()

UPB_INLINE upb_strview envoy_config_endpoint_v3_LbEndpoint_endpoint_name ( const envoy_config_endpoint_v3_LbEndpoint msg)

◆ envoy_config_endpoint_v3_LbEndpoint_has_endpoint()

UPB_INLINE bool envoy_config_endpoint_v3_LbEndpoint_has_endpoint ( const envoy_config_endpoint_v3_LbEndpoint msg)

◆ envoy_config_endpoint_v3_LbEndpoint_has_endpoint_name()

UPB_INLINE bool envoy_config_endpoint_v3_LbEndpoint_has_endpoint_name ( const envoy_config_endpoint_v3_LbEndpoint msg)

◆ envoy_config_endpoint_v3_LbEndpoint_has_load_balancing_weight()

UPB_INLINE bool envoy_config_endpoint_v3_LbEndpoint_has_load_balancing_weight ( const envoy_config_endpoint_v3_LbEndpoint msg)

◆ envoy_config_endpoint_v3_LbEndpoint_has_metadata()

UPB_INLINE bool envoy_config_endpoint_v3_LbEndpoint_has_metadata ( const envoy_config_endpoint_v3_LbEndpoint msg)

◆ envoy_config_endpoint_v3_LbEndpoint_health_status()

UPB_INLINE int32_t envoy_config_endpoint_v3_LbEndpoint_health_status ( const envoy_config_endpoint_v3_LbEndpoint msg)

◆ envoy_config_endpoint_v3_LbEndpoint_host_identifier_case()

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)

◆ envoy_config_endpoint_v3_LbEndpoint_load_balancing_weight()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_endpoint_v3_LbEndpoint_load_balancing_weight ( const envoy_config_endpoint_v3_LbEndpoint msg)

◆ envoy_config_endpoint_v3_LbEndpoint_metadata()

UPB_INLINE const struct envoy_config_core_v3_Metadata* envoy_config_endpoint_v3_LbEndpoint_metadata ( const envoy_config_endpoint_v3_LbEndpoint msg)

◆ envoy_config_endpoint_v3_LbEndpoint_mutable_endpoint()

UPB_INLINE struct envoy_config_endpoint_v3_Endpoint* envoy_config_endpoint_v3_LbEndpoint_mutable_endpoint ( envoy_config_endpoint_v3_LbEndpoint msg,
upb_arena *  arena 
)

◆ envoy_config_endpoint_v3_LbEndpoint_mutable_load_balancing_weight()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_endpoint_v3_LbEndpoint_mutable_load_balancing_weight ( envoy_config_endpoint_v3_LbEndpoint msg,
upb_arena *  arena 
)

◆ envoy_config_endpoint_v3_LbEndpoint_mutable_metadata()

UPB_INLINE struct envoy_config_core_v3_Metadata* envoy_config_endpoint_v3_LbEndpoint_mutable_metadata ( envoy_config_endpoint_v3_LbEndpoint msg,
upb_arena *  arena 
)

◆ envoy_config_endpoint_v3_LbEndpoint_new()

UPB_INLINE envoy_config_endpoint_v3_LbEndpoint* envoy_config_endpoint_v3_LbEndpoint_new ( upb_arena *  arena)

◆ envoy_config_endpoint_v3_LbEndpoint_parse()

UPB_INLINE envoy_config_endpoint_v3_LbEndpoint* envoy_config_endpoint_v3_LbEndpoint_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_endpoint_v3_LbEndpoint_parse_ex()

UPB_INLINE envoy_config_endpoint_v3_LbEndpoint* envoy_config_endpoint_v3_LbEndpoint_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_endpoint_v3_LbEndpoint_serialize()

UPB_INLINE char* envoy_config_endpoint_v3_LbEndpoint_serialize ( const envoy_config_endpoint_v3_LbEndpoint msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_endpoint_v3_LbEndpoint_set_endpoint()

UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_endpoint ( envoy_config_endpoint_v3_LbEndpoint msg,
envoy_config_endpoint_v3_Endpoint value 
)

◆ envoy_config_endpoint_v3_LbEndpoint_set_endpoint_name()

UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_endpoint_name ( envoy_config_endpoint_v3_LbEndpoint msg,
upb_strview  value 
)

◆ envoy_config_endpoint_v3_LbEndpoint_set_health_status()

UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_health_status ( envoy_config_endpoint_v3_LbEndpoint msg,
int32_t  value 
)

◆ envoy_config_endpoint_v3_LbEndpoint_set_load_balancing_weight()

UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_load_balancing_weight ( envoy_config_endpoint_v3_LbEndpoint msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_config_endpoint_v3_LbEndpoint_set_metadata()

UPB_INLINE void envoy_config_endpoint_v3_LbEndpoint_set_metadata ( envoy_config_endpoint_v3_LbEndpoint msg,
struct envoy_config_core_v3_Metadata value 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_add_lb_endpoints()

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 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_has_lb_endpoints()

UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_lb_endpoints ( const envoy_config_endpoint_v3_LocalityLbEndpoints msg)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_has_load_balancing_weight()

UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_load_balancing_weight ( const envoy_config_endpoint_v3_LocalityLbEndpoints msg)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_has_locality()

UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_locality ( const envoy_config_endpoint_v3_LocalityLbEndpoints msg)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_has_proximity()

UPB_INLINE bool envoy_config_endpoint_v3_LocalityLbEndpoints_has_proximity ( const envoy_config_endpoint_v3_LocalityLbEndpoints msg)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_lb_endpoints()

UPB_INLINE const envoy_config_endpoint_v3_LbEndpoint* const* envoy_config_endpoint_v3_LocalityLbEndpoints_lb_endpoints ( const envoy_config_endpoint_v3_LocalityLbEndpoints msg,
size_t *  len 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_load_balancing_weight()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_endpoint_v3_LocalityLbEndpoints_load_balancing_weight ( const envoy_config_endpoint_v3_LocalityLbEndpoints msg)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_locality()

UPB_INLINE const struct envoy_config_core_v3_Locality* envoy_config_endpoint_v3_LocalityLbEndpoints_locality ( const envoy_config_endpoint_v3_LocalityLbEndpoints msg)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_lb_endpoints()

UPB_INLINE envoy_config_endpoint_v3_LbEndpoint** envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_lb_endpoints ( envoy_config_endpoint_v3_LocalityLbEndpoints msg,
size_t *  len 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_load_balancing_weight()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_load_balancing_weight ( envoy_config_endpoint_v3_LocalityLbEndpoints msg,
upb_arena *  arena 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_locality()

UPB_INLINE struct envoy_config_core_v3_Locality* envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_locality ( envoy_config_endpoint_v3_LocalityLbEndpoints msg,
upb_arena *  arena 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_proximity()

UPB_INLINE struct google_protobuf_UInt32Value* envoy_config_endpoint_v3_LocalityLbEndpoints_mutable_proximity ( envoy_config_endpoint_v3_LocalityLbEndpoints msg,
upb_arena *  arena 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_new()

UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpoints* envoy_config_endpoint_v3_LocalityLbEndpoints_new ( upb_arena *  arena)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_parse()

UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpoints* envoy_config_endpoint_v3_LocalityLbEndpoints_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_parse_ex()

UPB_INLINE envoy_config_endpoint_v3_LocalityLbEndpoints* envoy_config_endpoint_v3_LocalityLbEndpoints_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_priority()

UPB_INLINE uint32_t envoy_config_endpoint_v3_LocalityLbEndpoints_priority ( const envoy_config_endpoint_v3_LocalityLbEndpoints msg)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_proximity()

UPB_INLINE const struct google_protobuf_UInt32Value* envoy_config_endpoint_v3_LocalityLbEndpoints_proximity ( const envoy_config_endpoint_v3_LocalityLbEndpoints msg)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_resize_lb_endpoints()

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 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_serialize()

UPB_INLINE char* envoy_config_endpoint_v3_LocalityLbEndpoints_serialize ( const envoy_config_endpoint_v3_LocalityLbEndpoints msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_set_load_balancing_weight()

UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_load_balancing_weight ( envoy_config_endpoint_v3_LocalityLbEndpoints msg,
struct google_protobuf_UInt32Value value 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_set_locality()

UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_locality ( envoy_config_endpoint_v3_LocalityLbEndpoints msg,
struct envoy_config_core_v3_Locality value 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_set_priority()

UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_priority ( envoy_config_endpoint_v3_LocalityLbEndpoints msg,
uint32_t  value 
)

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_set_proximity()

UPB_INLINE void envoy_config_endpoint_v3_LocalityLbEndpoints_set_proximity ( envoy_config_endpoint_v3_LocalityLbEndpoints msg,
struct google_protobuf_UInt32Value value 
)

Variable Documentation

◆ envoy_config_core_v3_Address_msginit

const upb_msglayout envoy_config_core_v3_Address_msginit
extern

◆ envoy_config_core_v3_Locality_msginit

const upb_msglayout envoy_config_core_v3_Locality_msginit
extern

◆ envoy_config_core_v3_Metadata_msginit

const upb_msglayout envoy_config_core_v3_Metadata_msginit
extern

◆ envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_msginit

const upb_msglayout envoy_config_endpoint_v3_Endpoint_HealthCheckConfig_msginit
extern

◆ envoy_config_endpoint_v3_Endpoint_msginit

const upb_msglayout envoy_config_endpoint_v3_Endpoint_msginit
extern

◆ envoy_config_endpoint_v3_LbEndpoint_msginit

const upb_msglayout envoy_config_endpoint_v3_LbEndpoint_msginit
extern

◆ envoy_config_endpoint_v3_LocalityLbEndpoints_msginit

const upb_msglayout envoy_config_endpoint_v3_LocalityLbEndpoints_msginit
extern

◆ google_protobuf_UInt32Value_msginit

const upb_msglayout google_protobuf_UInt32Value_msginit
extern