GRPC C++  1.39.1
Typedefs | Enumerations | Functions | Variables
csds.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_service_status_v3_ClientStatusRequest envoy_service_status_v3_ClientStatusRequest
 
typedef struct envoy_service_status_v3_PerXdsConfig envoy_service_status_v3_PerXdsConfig
 
typedef struct envoy_service_status_v3_ClientConfig envoy_service_status_v3_ClientConfig
 
typedef struct envoy_service_status_v3_ClientStatusResponse envoy_service_status_v3_ClientStatusResponse
 

Enumerations

enum  envoy_service_status_v3_ClientConfigStatus { envoy_service_status_v3_CLIENT_UNKNOWN = 0 , envoy_service_status_v3_CLIENT_REQUESTED = 1 , envoy_service_status_v3_CLIENT_ACKED = 2 , envoy_service_status_v3_CLIENT_NACKED = 3 }
 
enum  envoy_service_status_v3_ConfigStatus {
  envoy_service_status_v3_UNKNOWN = 0 , envoy_service_status_v3_SYNCED = 1 , envoy_service_status_v3_NOT_SENT = 2 , envoy_service_status_v3_STALE = 3 ,
  envoy_service_status_v3_ERROR = 4
}
 
enum  envoy_service_status_v3_PerXdsConfig_per_xds_config_oneofcases {
  envoy_service_status_v3_PerXdsConfig_per_xds_config_listener_config = 2 , envoy_service_status_v3_PerXdsConfig_per_xds_config_cluster_config = 3 , envoy_service_status_v3_PerXdsConfig_per_xds_config_route_config = 4 , envoy_service_status_v3_PerXdsConfig_per_xds_config_scoped_route_config = 5 ,
  envoy_service_status_v3_PerXdsConfig_per_xds_config_endpoint_config = 6 , envoy_service_status_v3_PerXdsConfig_per_xds_config_NOT_SET = 0
}
 

Functions

UPB_INLINE envoy_service_status_v3_ClientStatusRequestenvoy_service_status_v3_ClientStatusRequest_new (upb_arena *arena)
 
UPB_INLINE envoy_service_status_v3_ClientStatusRequestenvoy_service_status_v3_ClientStatusRequest_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_service_status_v3_ClientStatusRequestenvoy_service_status_v3_ClientStatusRequest_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_service_status_v3_ClientStatusRequest_serialize (const envoy_service_status_v3_ClientStatusRequest *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_service_status_v3_ClientStatusRequest_has_node_matchers (const envoy_service_status_v3_ClientStatusRequest *msg)
 
UPB_INLINE const struct envoy_type_matcher_v3_NodeMatcher *const * envoy_service_status_v3_ClientStatusRequest_node_matchers (const envoy_service_status_v3_ClientStatusRequest *msg, size_t *len)
 
UPB_INLINE bool envoy_service_status_v3_ClientStatusRequest_has_node (const envoy_service_status_v3_ClientStatusRequest *msg)
 
UPB_INLINE const struct envoy_config_core_v3_Nodeenvoy_service_status_v3_ClientStatusRequest_node (const envoy_service_status_v3_ClientStatusRequest *msg)
 
UPB_INLINE struct envoy_type_matcher_v3_NodeMatcher ** envoy_service_status_v3_ClientStatusRequest_mutable_node_matchers (envoy_service_status_v3_ClientStatusRequest *msg, size_t *len)
 
UPB_INLINE struct envoy_type_matcher_v3_NodeMatcher ** envoy_service_status_v3_ClientStatusRequest_resize_node_matchers (envoy_service_status_v3_ClientStatusRequest *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_type_matcher_v3_NodeMatcherenvoy_service_status_v3_ClientStatusRequest_add_node_matchers (envoy_service_status_v3_ClientStatusRequest *msg, upb_arena *arena)
 
UPB_INLINE void envoy_service_status_v3_ClientStatusRequest_set_node (envoy_service_status_v3_ClientStatusRequest *msg, struct envoy_config_core_v3_Node *value)
 
UPB_INLINE struct envoy_config_core_v3_Nodeenvoy_service_status_v3_ClientStatusRequest_mutable_node (envoy_service_status_v3_ClientStatusRequest *msg, upb_arena *arena)
 
UPB_INLINE envoy_service_status_v3_PerXdsConfigenvoy_service_status_v3_PerXdsConfig_new (upb_arena *arena)
 
UPB_INLINE envoy_service_status_v3_PerXdsConfigenvoy_service_status_v3_PerXdsConfig_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_service_status_v3_PerXdsConfigenvoy_service_status_v3_PerXdsConfig_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_service_status_v3_PerXdsConfig_serialize (const envoy_service_status_v3_PerXdsConfig *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE envoy_service_status_v3_PerXdsConfig_per_xds_config_oneofcases envoy_service_status_v3_PerXdsConfig_per_xds_config_case (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE int32_t envoy_service_status_v3_PerXdsConfig_status (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE bool envoy_service_status_v3_PerXdsConfig_has_listener_config (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE const struct envoy_admin_v3_ListenersConfigDumpenvoy_service_status_v3_PerXdsConfig_listener_config (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE bool envoy_service_status_v3_PerXdsConfig_has_cluster_config (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE const struct envoy_admin_v3_ClustersConfigDumpenvoy_service_status_v3_PerXdsConfig_cluster_config (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE bool envoy_service_status_v3_PerXdsConfig_has_route_config (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE const struct envoy_admin_v3_RoutesConfigDumpenvoy_service_status_v3_PerXdsConfig_route_config (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE bool envoy_service_status_v3_PerXdsConfig_has_scoped_route_config (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE const struct envoy_admin_v3_ScopedRoutesConfigDumpenvoy_service_status_v3_PerXdsConfig_scoped_route_config (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE bool envoy_service_status_v3_PerXdsConfig_has_endpoint_config (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE const struct envoy_admin_v3_EndpointsConfigDumpenvoy_service_status_v3_PerXdsConfig_endpoint_config (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE int32_t envoy_service_status_v3_PerXdsConfig_client_status (const envoy_service_status_v3_PerXdsConfig *msg)
 
UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_status (envoy_service_status_v3_PerXdsConfig *msg, int32_t value)
 
UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_listener_config (envoy_service_status_v3_PerXdsConfig *msg, struct envoy_admin_v3_ListenersConfigDump *value)
 
UPB_INLINE struct envoy_admin_v3_ListenersConfigDumpenvoy_service_status_v3_PerXdsConfig_mutable_listener_config (envoy_service_status_v3_PerXdsConfig *msg, upb_arena *arena)
 
UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_cluster_config (envoy_service_status_v3_PerXdsConfig *msg, struct envoy_admin_v3_ClustersConfigDump *value)
 
UPB_INLINE struct envoy_admin_v3_ClustersConfigDumpenvoy_service_status_v3_PerXdsConfig_mutable_cluster_config (envoy_service_status_v3_PerXdsConfig *msg, upb_arena *arena)
 
UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_route_config (envoy_service_status_v3_PerXdsConfig *msg, struct envoy_admin_v3_RoutesConfigDump *value)
 
UPB_INLINE struct envoy_admin_v3_RoutesConfigDumpenvoy_service_status_v3_PerXdsConfig_mutable_route_config (envoy_service_status_v3_PerXdsConfig *msg, upb_arena *arena)
 
UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_scoped_route_config (envoy_service_status_v3_PerXdsConfig *msg, struct envoy_admin_v3_ScopedRoutesConfigDump *value)
 
UPB_INLINE struct envoy_admin_v3_ScopedRoutesConfigDumpenvoy_service_status_v3_PerXdsConfig_mutable_scoped_route_config (envoy_service_status_v3_PerXdsConfig *msg, upb_arena *arena)
 
UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_endpoint_config (envoy_service_status_v3_PerXdsConfig *msg, struct envoy_admin_v3_EndpointsConfigDump *value)
 
UPB_INLINE struct envoy_admin_v3_EndpointsConfigDumpenvoy_service_status_v3_PerXdsConfig_mutable_endpoint_config (envoy_service_status_v3_PerXdsConfig *msg, upb_arena *arena)
 
UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_client_status (envoy_service_status_v3_PerXdsConfig *msg, int32_t value)
 
UPB_INLINE envoy_service_status_v3_ClientConfigenvoy_service_status_v3_ClientConfig_new (upb_arena *arena)
 
UPB_INLINE envoy_service_status_v3_ClientConfigenvoy_service_status_v3_ClientConfig_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_service_status_v3_ClientConfigenvoy_service_status_v3_ClientConfig_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_service_status_v3_ClientConfig_serialize (const envoy_service_status_v3_ClientConfig *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_service_status_v3_ClientConfig_has_node (const envoy_service_status_v3_ClientConfig *msg)
 
UPB_INLINE const struct envoy_config_core_v3_Nodeenvoy_service_status_v3_ClientConfig_node (const envoy_service_status_v3_ClientConfig *msg)
 
UPB_INLINE bool envoy_service_status_v3_ClientConfig_has_xds_config (const envoy_service_status_v3_ClientConfig *msg)
 
UPB_INLINE const envoy_service_status_v3_PerXdsConfig *const * envoy_service_status_v3_ClientConfig_xds_config (const envoy_service_status_v3_ClientConfig *msg, size_t *len)
 
UPB_INLINE void envoy_service_status_v3_ClientConfig_set_node (envoy_service_status_v3_ClientConfig *msg, struct envoy_config_core_v3_Node *value)
 
UPB_INLINE struct envoy_config_core_v3_Nodeenvoy_service_status_v3_ClientConfig_mutable_node (envoy_service_status_v3_ClientConfig *msg, upb_arena *arena)
 
UPB_INLINE envoy_service_status_v3_PerXdsConfig ** envoy_service_status_v3_ClientConfig_mutable_xds_config (envoy_service_status_v3_ClientConfig *msg, size_t *len)
 
UPB_INLINE envoy_service_status_v3_PerXdsConfig ** envoy_service_status_v3_ClientConfig_resize_xds_config (envoy_service_status_v3_ClientConfig *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_service_status_v3_PerXdsConfigenvoy_service_status_v3_ClientConfig_add_xds_config (envoy_service_status_v3_ClientConfig *msg, upb_arena *arena)
 
UPB_INLINE envoy_service_status_v3_ClientStatusResponseenvoy_service_status_v3_ClientStatusResponse_new (upb_arena *arena)
 
UPB_INLINE envoy_service_status_v3_ClientStatusResponseenvoy_service_status_v3_ClientStatusResponse_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_service_status_v3_ClientStatusResponseenvoy_service_status_v3_ClientStatusResponse_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_service_status_v3_ClientStatusResponse_serialize (const envoy_service_status_v3_ClientStatusResponse *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_service_status_v3_ClientStatusResponse_has_config (const envoy_service_status_v3_ClientStatusResponse *msg)
 
UPB_INLINE const envoy_service_status_v3_ClientConfig *const * envoy_service_status_v3_ClientStatusResponse_config (const envoy_service_status_v3_ClientStatusResponse *msg, size_t *len)
 
UPB_INLINE envoy_service_status_v3_ClientConfig ** envoy_service_status_v3_ClientStatusResponse_mutable_config (envoy_service_status_v3_ClientStatusResponse *msg, size_t *len)
 
UPB_INLINE envoy_service_status_v3_ClientConfig ** envoy_service_status_v3_ClientStatusResponse_resize_config (envoy_service_status_v3_ClientStatusResponse *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_service_status_v3_ClientConfigenvoy_service_status_v3_ClientStatusResponse_add_config (envoy_service_status_v3_ClientStatusResponse *msg, upb_arena *arena)
 

Variables

const upb_msglayout envoy_service_status_v3_ClientStatusRequest_msginit
 
const upb_msglayout envoy_service_status_v3_PerXdsConfig_msginit
 
const upb_msglayout envoy_service_status_v3_ClientConfig_msginit
 
const upb_msglayout envoy_service_status_v3_ClientStatusResponse_msginit
 
const upb_msglayout envoy_admin_v3_ClustersConfigDump_msginit
 
const upb_msglayout envoy_admin_v3_EndpointsConfigDump_msginit
 
const upb_msglayout envoy_admin_v3_ListenersConfigDump_msginit
 
const upb_msglayout envoy_admin_v3_RoutesConfigDump_msginit
 
const upb_msglayout envoy_admin_v3_ScopedRoutesConfigDump_msginit
 
const upb_msglayout envoy_config_core_v3_Node_msginit
 
const upb_msglayout envoy_type_matcher_v3_NodeMatcher_msginit
 

Typedef Documentation

◆ envoy_service_status_v3_ClientConfig

◆ envoy_service_status_v3_ClientStatusRequest

◆ envoy_service_status_v3_ClientStatusResponse

◆ envoy_service_status_v3_PerXdsConfig

Enumeration Type Documentation

◆ envoy_service_status_v3_ClientConfigStatus

Enumerator
envoy_service_status_v3_CLIENT_UNKNOWN 
envoy_service_status_v3_CLIENT_REQUESTED 
envoy_service_status_v3_CLIENT_ACKED 
envoy_service_status_v3_CLIENT_NACKED 

◆ envoy_service_status_v3_ConfigStatus

Enumerator
envoy_service_status_v3_UNKNOWN 
envoy_service_status_v3_SYNCED 
envoy_service_status_v3_NOT_SENT 
envoy_service_status_v3_STALE 
envoy_service_status_v3_ERROR 

◆ envoy_service_status_v3_PerXdsConfig_per_xds_config_oneofcases

Enumerator
envoy_service_status_v3_PerXdsConfig_per_xds_config_listener_config 
envoy_service_status_v3_PerXdsConfig_per_xds_config_cluster_config 
envoy_service_status_v3_PerXdsConfig_per_xds_config_route_config 
envoy_service_status_v3_PerXdsConfig_per_xds_config_scoped_route_config 
envoy_service_status_v3_PerXdsConfig_per_xds_config_endpoint_config 
envoy_service_status_v3_PerXdsConfig_per_xds_config_NOT_SET 

Function Documentation

◆ envoy_service_status_v3_ClientConfig_add_xds_config()

UPB_INLINE struct envoy_service_status_v3_PerXdsConfig* envoy_service_status_v3_ClientConfig_add_xds_config ( envoy_service_status_v3_ClientConfig msg,
upb_arena *  arena 
)

◆ envoy_service_status_v3_ClientConfig_has_node()

UPB_INLINE bool envoy_service_status_v3_ClientConfig_has_node ( const envoy_service_status_v3_ClientConfig msg)

◆ envoy_service_status_v3_ClientConfig_has_xds_config()

UPB_INLINE bool envoy_service_status_v3_ClientConfig_has_xds_config ( const envoy_service_status_v3_ClientConfig msg)

◆ envoy_service_status_v3_ClientConfig_mutable_node()

UPB_INLINE struct envoy_config_core_v3_Node* envoy_service_status_v3_ClientConfig_mutable_node ( envoy_service_status_v3_ClientConfig msg,
upb_arena *  arena 
)

◆ envoy_service_status_v3_ClientConfig_mutable_xds_config()

UPB_INLINE envoy_service_status_v3_PerXdsConfig** envoy_service_status_v3_ClientConfig_mutable_xds_config ( envoy_service_status_v3_ClientConfig msg,
size_t *  len 
)

◆ envoy_service_status_v3_ClientConfig_new()

UPB_INLINE envoy_service_status_v3_ClientConfig* envoy_service_status_v3_ClientConfig_new ( upb_arena *  arena)

◆ envoy_service_status_v3_ClientConfig_node()

UPB_INLINE const struct envoy_config_core_v3_Node* envoy_service_status_v3_ClientConfig_node ( const envoy_service_status_v3_ClientConfig msg)

◆ envoy_service_status_v3_ClientConfig_parse()

UPB_INLINE envoy_service_status_v3_ClientConfig* envoy_service_status_v3_ClientConfig_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_service_status_v3_ClientConfig_parse_ex()

UPB_INLINE envoy_service_status_v3_ClientConfig* envoy_service_status_v3_ClientConfig_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_service_status_v3_ClientConfig_resize_xds_config()

UPB_INLINE envoy_service_status_v3_PerXdsConfig** envoy_service_status_v3_ClientConfig_resize_xds_config ( envoy_service_status_v3_ClientConfig msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_service_status_v3_ClientConfig_serialize()

UPB_INLINE char* envoy_service_status_v3_ClientConfig_serialize ( const envoy_service_status_v3_ClientConfig msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_service_status_v3_ClientConfig_set_node()

UPB_INLINE void envoy_service_status_v3_ClientConfig_set_node ( envoy_service_status_v3_ClientConfig msg,
struct envoy_config_core_v3_Node value 
)

◆ envoy_service_status_v3_ClientConfig_xds_config()

UPB_INLINE const envoy_service_status_v3_PerXdsConfig* const* envoy_service_status_v3_ClientConfig_xds_config ( const envoy_service_status_v3_ClientConfig msg,
size_t *  len 
)

◆ envoy_service_status_v3_ClientStatusRequest_add_node_matchers()

UPB_INLINE struct envoy_type_matcher_v3_NodeMatcher* envoy_service_status_v3_ClientStatusRequest_add_node_matchers ( envoy_service_status_v3_ClientStatusRequest msg,
upb_arena *  arena 
)

◆ envoy_service_status_v3_ClientStatusRequest_has_node()

UPB_INLINE bool envoy_service_status_v3_ClientStatusRequest_has_node ( const envoy_service_status_v3_ClientStatusRequest msg)

◆ envoy_service_status_v3_ClientStatusRequest_has_node_matchers()

UPB_INLINE bool envoy_service_status_v3_ClientStatusRequest_has_node_matchers ( const envoy_service_status_v3_ClientStatusRequest msg)

◆ envoy_service_status_v3_ClientStatusRequest_mutable_node()

UPB_INLINE struct envoy_config_core_v3_Node* envoy_service_status_v3_ClientStatusRequest_mutable_node ( envoy_service_status_v3_ClientStatusRequest msg,
upb_arena *  arena 
)

◆ envoy_service_status_v3_ClientStatusRequest_mutable_node_matchers()

UPB_INLINE struct envoy_type_matcher_v3_NodeMatcher** envoy_service_status_v3_ClientStatusRequest_mutable_node_matchers ( envoy_service_status_v3_ClientStatusRequest msg,
size_t *  len 
)

◆ envoy_service_status_v3_ClientStatusRequest_new()

UPB_INLINE envoy_service_status_v3_ClientStatusRequest* envoy_service_status_v3_ClientStatusRequest_new ( upb_arena *  arena)

◆ envoy_service_status_v3_ClientStatusRequest_node()

UPB_INLINE const struct envoy_config_core_v3_Node* envoy_service_status_v3_ClientStatusRequest_node ( const envoy_service_status_v3_ClientStatusRequest msg)

◆ envoy_service_status_v3_ClientStatusRequest_node_matchers()

UPB_INLINE const struct envoy_type_matcher_v3_NodeMatcher* const* envoy_service_status_v3_ClientStatusRequest_node_matchers ( const envoy_service_status_v3_ClientStatusRequest msg,
size_t *  len 
)

◆ envoy_service_status_v3_ClientStatusRequest_parse()

UPB_INLINE envoy_service_status_v3_ClientStatusRequest* envoy_service_status_v3_ClientStatusRequest_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_service_status_v3_ClientStatusRequest_parse_ex()

UPB_INLINE envoy_service_status_v3_ClientStatusRequest* envoy_service_status_v3_ClientStatusRequest_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_service_status_v3_ClientStatusRequest_resize_node_matchers()

UPB_INLINE struct envoy_type_matcher_v3_NodeMatcher** envoy_service_status_v3_ClientStatusRequest_resize_node_matchers ( envoy_service_status_v3_ClientStatusRequest msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_service_status_v3_ClientStatusRequest_serialize()

UPB_INLINE char* envoy_service_status_v3_ClientStatusRequest_serialize ( const envoy_service_status_v3_ClientStatusRequest msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_service_status_v3_ClientStatusRequest_set_node()

UPB_INLINE void envoy_service_status_v3_ClientStatusRequest_set_node ( envoy_service_status_v3_ClientStatusRequest msg,
struct envoy_config_core_v3_Node value 
)

◆ envoy_service_status_v3_ClientStatusResponse_add_config()

UPB_INLINE struct envoy_service_status_v3_ClientConfig* envoy_service_status_v3_ClientStatusResponse_add_config ( envoy_service_status_v3_ClientStatusResponse msg,
upb_arena *  arena 
)

◆ envoy_service_status_v3_ClientStatusResponse_config()

UPB_INLINE const envoy_service_status_v3_ClientConfig* const* envoy_service_status_v3_ClientStatusResponse_config ( const envoy_service_status_v3_ClientStatusResponse msg,
size_t *  len 
)

◆ envoy_service_status_v3_ClientStatusResponse_has_config()

UPB_INLINE bool envoy_service_status_v3_ClientStatusResponse_has_config ( const envoy_service_status_v3_ClientStatusResponse msg)

◆ envoy_service_status_v3_ClientStatusResponse_mutable_config()

UPB_INLINE envoy_service_status_v3_ClientConfig** envoy_service_status_v3_ClientStatusResponse_mutable_config ( envoy_service_status_v3_ClientStatusResponse msg,
size_t *  len 
)

◆ envoy_service_status_v3_ClientStatusResponse_new()

UPB_INLINE envoy_service_status_v3_ClientStatusResponse* envoy_service_status_v3_ClientStatusResponse_new ( upb_arena *  arena)

◆ envoy_service_status_v3_ClientStatusResponse_parse()

UPB_INLINE envoy_service_status_v3_ClientStatusResponse* envoy_service_status_v3_ClientStatusResponse_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_service_status_v3_ClientStatusResponse_parse_ex()

UPB_INLINE envoy_service_status_v3_ClientStatusResponse* envoy_service_status_v3_ClientStatusResponse_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_service_status_v3_ClientStatusResponse_resize_config()

UPB_INLINE envoy_service_status_v3_ClientConfig** envoy_service_status_v3_ClientStatusResponse_resize_config ( envoy_service_status_v3_ClientStatusResponse msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_service_status_v3_ClientStatusResponse_serialize()

UPB_INLINE char* envoy_service_status_v3_ClientStatusResponse_serialize ( const envoy_service_status_v3_ClientStatusResponse msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_service_status_v3_PerXdsConfig_client_status()

UPB_INLINE int32_t envoy_service_status_v3_PerXdsConfig_client_status ( const envoy_service_status_v3_PerXdsConfig msg)

◆ envoy_service_status_v3_PerXdsConfig_cluster_config()

UPB_INLINE const struct envoy_admin_v3_ClustersConfigDump* envoy_service_status_v3_PerXdsConfig_cluster_config ( const envoy_service_status_v3_PerXdsConfig msg)

◆ envoy_service_status_v3_PerXdsConfig_endpoint_config()

UPB_INLINE const struct envoy_admin_v3_EndpointsConfigDump* envoy_service_status_v3_PerXdsConfig_endpoint_config ( const envoy_service_status_v3_PerXdsConfig msg)

◆ envoy_service_status_v3_PerXdsConfig_has_cluster_config()

UPB_INLINE bool envoy_service_status_v3_PerXdsConfig_has_cluster_config ( const envoy_service_status_v3_PerXdsConfig msg)

◆ envoy_service_status_v3_PerXdsConfig_has_endpoint_config()

UPB_INLINE bool envoy_service_status_v3_PerXdsConfig_has_endpoint_config ( const envoy_service_status_v3_PerXdsConfig msg)

◆ envoy_service_status_v3_PerXdsConfig_has_listener_config()

UPB_INLINE bool envoy_service_status_v3_PerXdsConfig_has_listener_config ( const envoy_service_status_v3_PerXdsConfig msg)

◆ envoy_service_status_v3_PerXdsConfig_has_route_config()

UPB_INLINE bool envoy_service_status_v3_PerXdsConfig_has_route_config ( const envoy_service_status_v3_PerXdsConfig msg)

◆ envoy_service_status_v3_PerXdsConfig_has_scoped_route_config()

UPB_INLINE bool envoy_service_status_v3_PerXdsConfig_has_scoped_route_config ( const envoy_service_status_v3_PerXdsConfig msg)

◆ envoy_service_status_v3_PerXdsConfig_listener_config()

UPB_INLINE const struct envoy_admin_v3_ListenersConfigDump* envoy_service_status_v3_PerXdsConfig_listener_config ( const envoy_service_status_v3_PerXdsConfig msg)

◆ envoy_service_status_v3_PerXdsConfig_mutable_cluster_config()

UPB_INLINE struct envoy_admin_v3_ClustersConfigDump* envoy_service_status_v3_PerXdsConfig_mutable_cluster_config ( envoy_service_status_v3_PerXdsConfig msg,
upb_arena *  arena 
)

◆ envoy_service_status_v3_PerXdsConfig_mutable_endpoint_config()

UPB_INLINE struct envoy_admin_v3_EndpointsConfigDump* envoy_service_status_v3_PerXdsConfig_mutable_endpoint_config ( envoy_service_status_v3_PerXdsConfig msg,
upb_arena *  arena 
)

◆ envoy_service_status_v3_PerXdsConfig_mutable_listener_config()

UPB_INLINE struct envoy_admin_v3_ListenersConfigDump* envoy_service_status_v3_PerXdsConfig_mutable_listener_config ( envoy_service_status_v3_PerXdsConfig msg,
upb_arena *  arena 
)

◆ envoy_service_status_v3_PerXdsConfig_mutable_route_config()

UPB_INLINE struct envoy_admin_v3_RoutesConfigDump* envoy_service_status_v3_PerXdsConfig_mutable_route_config ( envoy_service_status_v3_PerXdsConfig msg,
upb_arena *  arena 
)

◆ envoy_service_status_v3_PerXdsConfig_mutable_scoped_route_config()

UPB_INLINE struct envoy_admin_v3_ScopedRoutesConfigDump* envoy_service_status_v3_PerXdsConfig_mutable_scoped_route_config ( envoy_service_status_v3_PerXdsConfig msg,
upb_arena *  arena 
)

◆ envoy_service_status_v3_PerXdsConfig_new()

UPB_INLINE envoy_service_status_v3_PerXdsConfig* envoy_service_status_v3_PerXdsConfig_new ( upb_arena *  arena)

◆ envoy_service_status_v3_PerXdsConfig_parse()

UPB_INLINE envoy_service_status_v3_PerXdsConfig* envoy_service_status_v3_PerXdsConfig_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_service_status_v3_PerXdsConfig_parse_ex()

UPB_INLINE envoy_service_status_v3_PerXdsConfig* envoy_service_status_v3_PerXdsConfig_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_service_status_v3_PerXdsConfig_per_xds_config_case()

UPB_INLINE envoy_service_status_v3_PerXdsConfig_per_xds_config_oneofcases envoy_service_status_v3_PerXdsConfig_per_xds_config_case ( const envoy_service_status_v3_PerXdsConfig msg)

◆ envoy_service_status_v3_PerXdsConfig_route_config()

UPB_INLINE const struct envoy_admin_v3_RoutesConfigDump* envoy_service_status_v3_PerXdsConfig_route_config ( const envoy_service_status_v3_PerXdsConfig msg)

◆ envoy_service_status_v3_PerXdsConfig_scoped_route_config()

UPB_INLINE const struct envoy_admin_v3_ScopedRoutesConfigDump* envoy_service_status_v3_PerXdsConfig_scoped_route_config ( const envoy_service_status_v3_PerXdsConfig msg)

◆ envoy_service_status_v3_PerXdsConfig_serialize()

UPB_INLINE char* envoy_service_status_v3_PerXdsConfig_serialize ( const envoy_service_status_v3_PerXdsConfig msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_service_status_v3_PerXdsConfig_set_client_status()

UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_client_status ( envoy_service_status_v3_PerXdsConfig msg,
int32_t  value 
)

◆ envoy_service_status_v3_PerXdsConfig_set_cluster_config()

UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_cluster_config ( envoy_service_status_v3_PerXdsConfig msg,
struct envoy_admin_v3_ClustersConfigDump value 
)

◆ envoy_service_status_v3_PerXdsConfig_set_endpoint_config()

UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_endpoint_config ( envoy_service_status_v3_PerXdsConfig msg,
struct envoy_admin_v3_EndpointsConfigDump value 
)

◆ envoy_service_status_v3_PerXdsConfig_set_listener_config()

UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_listener_config ( envoy_service_status_v3_PerXdsConfig msg,
struct envoy_admin_v3_ListenersConfigDump value 
)

◆ envoy_service_status_v3_PerXdsConfig_set_route_config()

UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_route_config ( envoy_service_status_v3_PerXdsConfig msg,
struct envoy_admin_v3_RoutesConfigDump value 
)

◆ envoy_service_status_v3_PerXdsConfig_set_scoped_route_config()

UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_scoped_route_config ( envoy_service_status_v3_PerXdsConfig msg,
struct envoy_admin_v3_ScopedRoutesConfigDump value 
)

◆ envoy_service_status_v3_PerXdsConfig_set_status()

UPB_INLINE void envoy_service_status_v3_PerXdsConfig_set_status ( envoy_service_status_v3_PerXdsConfig msg,
int32_t  value 
)

◆ envoy_service_status_v3_PerXdsConfig_status()

UPB_INLINE int32_t envoy_service_status_v3_PerXdsConfig_status ( const envoy_service_status_v3_PerXdsConfig msg)

Variable Documentation

◆ envoy_admin_v3_ClustersConfigDump_msginit

const upb_msglayout envoy_admin_v3_ClustersConfigDump_msginit
extern

◆ envoy_admin_v3_EndpointsConfigDump_msginit

const upb_msglayout envoy_admin_v3_EndpointsConfigDump_msginit
extern

◆ envoy_admin_v3_ListenersConfigDump_msginit

const upb_msglayout envoy_admin_v3_ListenersConfigDump_msginit
extern

◆ envoy_admin_v3_RoutesConfigDump_msginit

const upb_msglayout envoy_admin_v3_RoutesConfigDump_msginit
extern

◆ envoy_admin_v3_ScopedRoutesConfigDump_msginit

const upb_msglayout envoy_admin_v3_ScopedRoutesConfigDump_msginit
extern

◆ envoy_config_core_v3_Node_msginit

const upb_msglayout envoy_config_core_v3_Node_msginit
extern

◆ envoy_service_status_v3_ClientConfig_msginit

const upb_msglayout envoy_service_status_v3_ClientConfig_msginit
extern

◆ envoy_service_status_v3_ClientStatusRequest_msginit

const upb_msglayout envoy_service_status_v3_ClientStatusRequest_msginit
extern

◆ envoy_service_status_v3_ClientStatusResponse_msginit

const upb_msglayout envoy_service_status_v3_ClientStatusResponse_msginit
extern

◆ envoy_service_status_v3_PerXdsConfig_msginit

const upb_msglayout envoy_service_status_v3_PerXdsConfig_msginit
extern

◆ envoy_type_matcher_v3_NodeMatcher_msginit

const upb_msglayout envoy_type_matcher_v3_NodeMatcher_msginit
extern