GRPC Core  18.0.0
Typedefs | Enumerations | Functions | Variables
bootstrap.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_bootstrap_v3_Bootstrap envoy_config_bootstrap_v3_Bootstrap
 
typedef struct envoy_config_bootstrap_v3_Bootstrap_StaticResources envoy_config_bootstrap_v3_Bootstrap_StaticResources
 
typedef struct envoy_config_bootstrap_v3_Bootstrap_DynamicResources envoy_config_bootstrap_v3_Bootstrap_DynamicResources
 
typedef struct envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry
 
typedef struct envoy_config_bootstrap_v3_Admin envoy_config_bootstrap_v3_Admin
 
typedef struct envoy_config_bootstrap_v3_ClusterManager envoy_config_bootstrap_v3_ClusterManager
 
typedef struct envoy_config_bootstrap_v3_ClusterManager_OutlierDetection envoy_config_bootstrap_v3_ClusterManager_OutlierDetection
 
typedef struct envoy_config_bootstrap_v3_Watchdogs envoy_config_bootstrap_v3_Watchdogs
 
typedef struct envoy_config_bootstrap_v3_Watchdog envoy_config_bootstrap_v3_Watchdog
 
typedef struct envoy_config_bootstrap_v3_Watchdog_WatchdogAction envoy_config_bootstrap_v3_Watchdog_WatchdogAction
 
typedef struct envoy_config_bootstrap_v3_FatalAction envoy_config_bootstrap_v3_FatalAction
 
typedef struct envoy_config_bootstrap_v3_Runtime envoy_config_bootstrap_v3_Runtime
 
typedef struct envoy_config_bootstrap_v3_RuntimeLayer envoy_config_bootstrap_v3_RuntimeLayer
 
typedef struct envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer
 
typedef struct envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer
 
typedef struct envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer
 
typedef struct envoy_config_bootstrap_v3_LayeredRuntime envoy_config_bootstrap_v3_LayeredRuntime
 

Enumerations

enum  envoy_config_bootstrap_v3_Watchdog_WatchdogAction_WatchdogEvent {
  envoy_config_bootstrap_v3_Watchdog_WatchdogAction_UNKNOWN = 0 , envoy_config_bootstrap_v3_Watchdog_WatchdogAction_KILL = 1 , envoy_config_bootstrap_v3_Watchdog_WatchdogAction_MULTIKILL = 2 , envoy_config_bootstrap_v3_Watchdog_WatchdogAction_MEGAMISS = 3 ,
  envoy_config_bootstrap_v3_Watchdog_WatchdogAction_MISS = 4
}
 
enum  envoy_config_bootstrap_v3_Bootstrap_stats_flush_oneofcases { envoy_config_bootstrap_v3_Bootstrap_stats_flush_stats_flush_on_admin = 29 , envoy_config_bootstrap_v3_Bootstrap_stats_flush_NOT_SET = 0 }
 
enum  envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_oneofcases {
  envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_static_layer = 2 , envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_disk_layer = 3 , envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_admin_layer = 4 , envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_rtds_layer = 5 ,
  envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_NOT_SET = 0
}
 

Functions

UPB_INLINE envoy_config_bootstrap_v3_Bootstrapenvoy_config_bootstrap_v3_Bootstrap_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Bootstrapenvoy_config_bootstrap_v3_Bootstrap_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Bootstrapenvoy_config_bootstrap_v3_Bootstrap_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_Bootstrap_serialize (const envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_stats_flush_oneofcases envoy_config_bootstrap_v3_Bootstrap_stats_flush_case (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_node (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const struct envoy_config_core_v3_Nodeenvoy_config_bootstrap_v3_Bootstrap_node (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_static_resources (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_Bootstrap_StaticResourcesenvoy_config_bootstrap_v3_Bootstrap_static_resources (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_dynamic_resources (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_Bootstrap_DynamicResourcesenvoy_config_bootstrap_v3_Bootstrap_dynamic_resources (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_cluster_manager (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_ClusterManagerenvoy_config_bootstrap_v3_Bootstrap_cluster_manager (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_Bootstrap_flags_path (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_stats_sinks (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const struct envoy_config_metrics_v3_StatsSink *const * envoy_config_bootstrap_v3_Bootstrap_stats_sinks (const envoy_config_bootstrap_v3_Bootstrap *msg, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_stats_flush_interval (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const struct google_protobuf_Durationenvoy_config_bootstrap_v3_Bootstrap_stats_flush_interval (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_watchdog (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_Watchdogenvoy_config_bootstrap_v3_Bootstrap_watchdog (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_tracing (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const struct envoy_config_trace_v3_Tracingenvoy_config_bootstrap_v3_Bootstrap_tracing (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_admin (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_Adminenvoy_config_bootstrap_v3_Bootstrap_admin (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_stats_config (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const struct envoy_config_metrics_v3_StatsConfigenvoy_config_bootstrap_v3_Bootstrap_stats_config (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_hds_config (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const struct envoy_config_core_v3_ApiConfigSourceenvoy_config_bootstrap_v3_Bootstrap_hds_config (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_overload_manager (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const struct envoy_config_overload_v3_OverloadManagerenvoy_config_bootstrap_v3_Bootstrap_overload_manager (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_enable_dispatcher_stats (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_layered_runtime (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_LayeredRuntimeenvoy_config_bootstrap_v3_Bootstrap_layered_runtime (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_Bootstrap_header_prefix (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_stats_server_version_override (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const struct google_protobuf_UInt64Valueenvoy_config_bootstrap_v3_Bootstrap_stats_server_version_override (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_use_tcp_for_dns_lookups (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_bootstrap_extensions (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfig *const * envoy_config_bootstrap_v3_Bootstrap_bootstrap_extensions (const envoy_config_bootstrap_v3_Bootstrap *msg, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_config_sources (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const struct envoy_config_core_v3_ConfigSource *const * envoy_config_bootstrap_v3_Bootstrap_config_sources (const envoy_config_bootstrap_v3_Bootstrap *msg, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_default_config_source (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const struct envoy_config_core_v3_ConfigSourceenvoy_config_bootstrap_v3_Bootstrap_default_config_source (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_Bootstrap_default_socket_interface (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_certificate_provider_instances (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE size_t envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_size (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_get (const envoy_config_bootstrap_v3_Bootstrap *msg, upb_strview key, struct envoy_config_core_v3_TypedExtensionConfig **val)
 
UPB_INLINE const envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntryenvoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_next (const envoy_config_bootstrap_v3_Bootstrap *msg, size_t *iter)
 
UPB_INLINE upb_strview const * envoy_config_bootstrap_v3_Bootstrap_node_context_params (const envoy_config_bootstrap_v3_Bootstrap *msg, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_watchdogs (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_Watchdogsenvoy_config_bootstrap_v3_Bootstrap_watchdogs (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_fatal_actions (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_FatalAction *const * envoy_config_bootstrap_v3_Bootstrap_fatal_actions (const envoy_config_bootstrap_v3_Bootstrap *msg, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_stats_flush_on_admin (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_stats_flush_on_admin (const envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_node (envoy_config_bootstrap_v3_Bootstrap *msg, struct envoy_config_core_v3_Node *value)
 
UPB_INLINE struct envoy_config_core_v3_Nodeenvoy_config_bootstrap_v3_Bootstrap_mutable_node (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_static_resources (envoy_config_bootstrap_v3_Bootstrap *msg, envoy_config_bootstrap_v3_Bootstrap_StaticResources *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_Bootstrap_StaticResourcesenvoy_config_bootstrap_v3_Bootstrap_mutable_static_resources (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_dynamic_resources (envoy_config_bootstrap_v3_Bootstrap *msg, envoy_config_bootstrap_v3_Bootstrap_DynamicResources *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_Bootstrap_DynamicResourcesenvoy_config_bootstrap_v3_Bootstrap_mutable_dynamic_resources (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_cluster_manager (envoy_config_bootstrap_v3_Bootstrap *msg, envoy_config_bootstrap_v3_ClusterManager *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_ClusterManagerenvoy_config_bootstrap_v3_Bootstrap_mutable_cluster_manager (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_flags_path (envoy_config_bootstrap_v3_Bootstrap *msg, upb_strview value)
 
UPB_INLINE struct envoy_config_metrics_v3_StatsSink ** envoy_config_bootstrap_v3_Bootstrap_mutable_stats_sinks (envoy_config_bootstrap_v3_Bootstrap *msg, size_t *len)
 
UPB_INLINE struct envoy_config_metrics_v3_StatsSink ** envoy_config_bootstrap_v3_Bootstrap_resize_stats_sinks (envoy_config_bootstrap_v3_Bootstrap *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_config_metrics_v3_StatsSinkenvoy_config_bootstrap_v3_Bootstrap_add_stats_sinks (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_stats_flush_interval (envoy_config_bootstrap_v3_Bootstrap *msg, struct google_protobuf_Duration *value)
 
UPB_INLINE struct google_protobuf_Durationenvoy_config_bootstrap_v3_Bootstrap_mutable_stats_flush_interval (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_watchdog (envoy_config_bootstrap_v3_Bootstrap *msg, envoy_config_bootstrap_v3_Watchdog *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_Watchdogenvoy_config_bootstrap_v3_Bootstrap_mutable_watchdog (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_tracing (envoy_config_bootstrap_v3_Bootstrap *msg, struct envoy_config_trace_v3_Tracing *value)
 
UPB_INLINE struct envoy_config_trace_v3_Tracingenvoy_config_bootstrap_v3_Bootstrap_mutable_tracing (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_admin (envoy_config_bootstrap_v3_Bootstrap *msg, envoy_config_bootstrap_v3_Admin *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_Adminenvoy_config_bootstrap_v3_Bootstrap_mutable_admin (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_stats_config (envoy_config_bootstrap_v3_Bootstrap *msg, struct envoy_config_metrics_v3_StatsConfig *value)
 
UPB_INLINE struct envoy_config_metrics_v3_StatsConfigenvoy_config_bootstrap_v3_Bootstrap_mutable_stats_config (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_hds_config (envoy_config_bootstrap_v3_Bootstrap *msg, struct envoy_config_core_v3_ApiConfigSource *value)
 
UPB_INLINE struct envoy_config_core_v3_ApiConfigSourceenvoy_config_bootstrap_v3_Bootstrap_mutable_hds_config (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_overload_manager (envoy_config_bootstrap_v3_Bootstrap *msg, struct envoy_config_overload_v3_OverloadManager *value)
 
UPB_INLINE struct envoy_config_overload_v3_OverloadManagerenvoy_config_bootstrap_v3_Bootstrap_mutable_overload_manager (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_enable_dispatcher_stats (envoy_config_bootstrap_v3_Bootstrap *msg, bool value)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_layered_runtime (envoy_config_bootstrap_v3_Bootstrap *msg, envoy_config_bootstrap_v3_LayeredRuntime *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_LayeredRuntimeenvoy_config_bootstrap_v3_Bootstrap_mutable_layered_runtime (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_header_prefix (envoy_config_bootstrap_v3_Bootstrap *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_stats_server_version_override (envoy_config_bootstrap_v3_Bootstrap *msg, struct google_protobuf_UInt64Value *value)
 
UPB_INLINE struct google_protobuf_UInt64Valueenvoy_config_bootstrap_v3_Bootstrap_mutable_stats_server_version_override (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_use_tcp_for_dns_lookups (envoy_config_bootstrap_v3_Bootstrap *msg, bool value)
 
UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfig ** envoy_config_bootstrap_v3_Bootstrap_mutable_bootstrap_extensions (envoy_config_bootstrap_v3_Bootstrap *msg, size_t *len)
 
UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfig ** envoy_config_bootstrap_v3_Bootstrap_resize_bootstrap_extensions (envoy_config_bootstrap_v3_Bootstrap *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_bootstrap_v3_Bootstrap_add_bootstrap_extensions (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE struct envoy_config_core_v3_ConfigSource ** envoy_config_bootstrap_v3_Bootstrap_mutable_config_sources (envoy_config_bootstrap_v3_Bootstrap *msg, size_t *len)
 
UPB_INLINE struct envoy_config_core_v3_ConfigSource ** envoy_config_bootstrap_v3_Bootstrap_resize_config_sources (envoy_config_bootstrap_v3_Bootstrap *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_config_core_v3_ConfigSourceenvoy_config_bootstrap_v3_Bootstrap_add_config_sources (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_default_config_source (envoy_config_bootstrap_v3_Bootstrap *msg, struct envoy_config_core_v3_ConfigSource *value)
 
UPB_INLINE struct envoy_config_core_v3_ConfigSourceenvoy_config_bootstrap_v3_Bootstrap_mutable_default_config_source (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_default_socket_interface (envoy_config_bootstrap_v3_Bootstrap *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_clear (envoy_config_bootstrap_v3_Bootstrap *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_set (envoy_config_bootstrap_v3_Bootstrap *msg, upb_strview key, struct envoy_config_core_v3_TypedExtensionConfig *val, upb_arena *a)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_delete (envoy_config_bootstrap_v3_Bootstrap *msg, upb_strview key)
 
UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntryenvoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_nextmutable (envoy_config_bootstrap_v3_Bootstrap *msg, size_t *iter)
 
UPB_INLINE upb_strview * envoy_config_bootstrap_v3_Bootstrap_mutable_node_context_params (envoy_config_bootstrap_v3_Bootstrap *msg, size_t *len)
 
UPB_INLINE upb_strview * envoy_config_bootstrap_v3_Bootstrap_resize_node_context_params (envoy_config_bootstrap_v3_Bootstrap *msg, size_t len, upb_arena *arena)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_add_node_context_params (envoy_config_bootstrap_v3_Bootstrap *msg, upb_strview val, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_watchdogs (envoy_config_bootstrap_v3_Bootstrap *msg, envoy_config_bootstrap_v3_Watchdogs *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_Watchdogsenvoy_config_bootstrap_v3_Bootstrap_mutable_watchdogs (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_FatalAction ** envoy_config_bootstrap_v3_Bootstrap_mutable_fatal_actions (envoy_config_bootstrap_v3_Bootstrap *msg, size_t *len)
 
UPB_INLINE envoy_config_bootstrap_v3_FatalAction ** envoy_config_bootstrap_v3_Bootstrap_resize_fatal_actions (envoy_config_bootstrap_v3_Bootstrap *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_config_bootstrap_v3_FatalActionenvoy_config_bootstrap_v3_Bootstrap_add_fatal_actions (envoy_config_bootstrap_v3_Bootstrap *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_stats_flush_on_admin (envoy_config_bootstrap_v3_Bootstrap *msg, bool value)
 
UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_StaticResourcesenvoy_config_bootstrap_v3_Bootstrap_StaticResources_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_StaticResourcesenvoy_config_bootstrap_v3_Bootstrap_StaticResources_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_StaticResourcesenvoy_config_bootstrap_v3_Bootstrap_StaticResources_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_Bootstrap_StaticResources_serialize (const envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_StaticResources_has_listeners (const envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg)
 
UPB_INLINE const struct envoy_config_listener_v3_Listener *const * envoy_config_bootstrap_v3_Bootstrap_StaticResources_listeners (const envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_StaticResources_has_clusters (const envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg)
 
UPB_INLINE const struct envoy_config_cluster_v3_Cluster *const * envoy_config_bootstrap_v3_Bootstrap_StaticResources_clusters (const envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_StaticResources_has_secrets (const envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg)
 
UPB_INLINE const struct envoy_extensions_transport_sockets_tls_v3_Secret *const * envoy_config_bootstrap_v3_Bootstrap_StaticResources_secrets (const envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, size_t *len)
 
UPB_INLINE struct envoy_config_listener_v3_Listener ** envoy_config_bootstrap_v3_Bootstrap_StaticResources_mutable_listeners (envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, size_t *len)
 
UPB_INLINE struct envoy_config_listener_v3_Listener ** envoy_config_bootstrap_v3_Bootstrap_StaticResources_resize_listeners (envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_config_listener_v3_Listenerenvoy_config_bootstrap_v3_Bootstrap_StaticResources_add_listeners (envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, upb_arena *arena)
 
UPB_INLINE struct envoy_config_cluster_v3_Cluster ** envoy_config_bootstrap_v3_Bootstrap_StaticResources_mutable_clusters (envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, size_t *len)
 
UPB_INLINE struct envoy_config_cluster_v3_Cluster ** envoy_config_bootstrap_v3_Bootstrap_StaticResources_resize_clusters (envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_config_cluster_v3_Clusterenvoy_config_bootstrap_v3_Bootstrap_StaticResources_add_clusters (envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, upb_arena *arena)
 
UPB_INLINE struct envoy_extensions_transport_sockets_tls_v3_Secret ** envoy_config_bootstrap_v3_Bootstrap_StaticResources_mutable_secrets (envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, size_t *len)
 
UPB_INLINE struct envoy_extensions_transport_sockets_tls_v3_Secret ** envoy_config_bootstrap_v3_Bootstrap_StaticResources_resize_secrets (envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_extensions_transport_sockets_tls_v3_Secretenvoy_config_bootstrap_v3_Bootstrap_StaticResources_add_secrets (envoy_config_bootstrap_v3_Bootstrap_StaticResources *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_DynamicResourcesenvoy_config_bootstrap_v3_Bootstrap_DynamicResources_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_DynamicResourcesenvoy_config_bootstrap_v3_Bootstrap_DynamicResources_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_DynamicResourcesenvoy_config_bootstrap_v3_Bootstrap_DynamicResources_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_Bootstrap_DynamicResources_serialize (const envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_DynamicResources_has_lds_config (const envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg)
 
UPB_INLINE const struct envoy_config_core_v3_ConfigSourceenvoy_config_bootstrap_v3_Bootstrap_DynamicResources_lds_config (const envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_DynamicResources_has_cds_config (const envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg)
 
UPB_INLINE const struct envoy_config_core_v3_ConfigSourceenvoy_config_bootstrap_v3_Bootstrap_DynamicResources_cds_config (const envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_DynamicResources_has_ads_config (const envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg)
 
UPB_INLINE const struct envoy_config_core_v3_ApiConfigSourceenvoy_config_bootstrap_v3_Bootstrap_DynamicResources_ads_config (const envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_Bootstrap_DynamicResources_lds_resources_locator (const envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_Bootstrap_DynamicResources_cds_resources_locator (const envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_lds_config (envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg, struct envoy_config_core_v3_ConfigSource *value)
 
UPB_INLINE struct envoy_config_core_v3_ConfigSourceenvoy_config_bootstrap_v3_Bootstrap_DynamicResources_mutable_lds_config (envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_cds_config (envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg, struct envoy_config_core_v3_ConfigSource *value)
 
UPB_INLINE struct envoy_config_core_v3_ConfigSourceenvoy_config_bootstrap_v3_Bootstrap_DynamicResources_mutable_cds_config (envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_ads_config (envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg, struct envoy_config_core_v3_ApiConfigSource *value)
 
UPB_INLINE struct envoy_config_core_v3_ApiConfigSourceenvoy_config_bootstrap_v3_Bootstrap_DynamicResources_mutable_ads_config (envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_lds_resources_locator (envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_cds_resources_locator (envoy_config_bootstrap_v3_Bootstrap_DynamicResources *msg, upb_strview value)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_key (const envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_has_value (const envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry *msg)
 
UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_value (const envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry *msg)
 
UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_set_value (envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry *msg, struct envoy_config_core_v3_TypedExtensionConfig *value)
 
UPB_INLINE envoy_config_bootstrap_v3_Adminenvoy_config_bootstrap_v3_Admin_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Adminenvoy_config_bootstrap_v3_Admin_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Adminenvoy_config_bootstrap_v3_Admin_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_Admin_serialize (const envoy_config_bootstrap_v3_Admin *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_Admin_access_log_path (const envoy_config_bootstrap_v3_Admin *msg)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_Admin_profile_path (const envoy_config_bootstrap_v3_Admin *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Admin_has_address (const envoy_config_bootstrap_v3_Admin *msg)
 
UPB_INLINE const struct envoy_config_core_v3_Addressenvoy_config_bootstrap_v3_Admin_address (const envoy_config_bootstrap_v3_Admin *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Admin_has_socket_options (const envoy_config_bootstrap_v3_Admin *msg)
 
UPB_INLINE const struct envoy_config_core_v3_SocketOption *const * envoy_config_bootstrap_v3_Admin_socket_options (const envoy_config_bootstrap_v3_Admin *msg, size_t *len)
 
UPB_INLINE void envoy_config_bootstrap_v3_Admin_set_access_log_path (envoy_config_bootstrap_v3_Admin *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_Admin_set_profile_path (envoy_config_bootstrap_v3_Admin *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_Admin_set_address (envoy_config_bootstrap_v3_Admin *msg, struct envoy_config_core_v3_Address *value)
 
UPB_INLINE struct envoy_config_core_v3_Addressenvoy_config_bootstrap_v3_Admin_mutable_address (envoy_config_bootstrap_v3_Admin *msg, upb_arena *arena)
 
UPB_INLINE struct envoy_config_core_v3_SocketOption ** envoy_config_bootstrap_v3_Admin_mutable_socket_options (envoy_config_bootstrap_v3_Admin *msg, size_t *len)
 
UPB_INLINE struct envoy_config_core_v3_SocketOption ** envoy_config_bootstrap_v3_Admin_resize_socket_options (envoy_config_bootstrap_v3_Admin *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_config_core_v3_SocketOptionenvoy_config_bootstrap_v3_Admin_add_socket_options (envoy_config_bootstrap_v3_Admin *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_ClusterManagerenvoy_config_bootstrap_v3_ClusterManager_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_ClusterManagerenvoy_config_bootstrap_v3_ClusterManager_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_ClusterManagerenvoy_config_bootstrap_v3_ClusterManager_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_ClusterManager_serialize (const envoy_config_bootstrap_v3_ClusterManager *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_ClusterManager_local_cluster_name (const envoy_config_bootstrap_v3_ClusterManager *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_ClusterManager_has_outlier_detection (const envoy_config_bootstrap_v3_ClusterManager *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_ClusterManager_OutlierDetectionenvoy_config_bootstrap_v3_ClusterManager_outlier_detection (const envoy_config_bootstrap_v3_ClusterManager *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_ClusterManager_has_upstream_bind_config (const envoy_config_bootstrap_v3_ClusterManager *msg)
 
UPB_INLINE const struct envoy_config_core_v3_BindConfigenvoy_config_bootstrap_v3_ClusterManager_upstream_bind_config (const envoy_config_bootstrap_v3_ClusterManager *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_ClusterManager_has_load_stats_config (const envoy_config_bootstrap_v3_ClusterManager *msg)
 
UPB_INLINE const struct envoy_config_core_v3_ApiConfigSourceenvoy_config_bootstrap_v3_ClusterManager_load_stats_config (const envoy_config_bootstrap_v3_ClusterManager *msg)
 
UPB_INLINE void envoy_config_bootstrap_v3_ClusterManager_set_local_cluster_name (envoy_config_bootstrap_v3_ClusterManager *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_ClusterManager_set_outlier_detection (envoy_config_bootstrap_v3_ClusterManager *msg, envoy_config_bootstrap_v3_ClusterManager_OutlierDetection *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_ClusterManager_OutlierDetectionenvoy_config_bootstrap_v3_ClusterManager_mutable_outlier_detection (envoy_config_bootstrap_v3_ClusterManager *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_ClusterManager_set_upstream_bind_config (envoy_config_bootstrap_v3_ClusterManager *msg, struct envoy_config_core_v3_BindConfig *value)
 
UPB_INLINE struct envoy_config_core_v3_BindConfigenvoy_config_bootstrap_v3_ClusterManager_mutable_upstream_bind_config (envoy_config_bootstrap_v3_ClusterManager *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_ClusterManager_set_load_stats_config (envoy_config_bootstrap_v3_ClusterManager *msg, struct envoy_config_core_v3_ApiConfigSource *value)
 
UPB_INLINE struct envoy_config_core_v3_ApiConfigSourceenvoy_config_bootstrap_v3_ClusterManager_mutable_load_stats_config (envoy_config_bootstrap_v3_ClusterManager *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_ClusterManager_OutlierDetectionenvoy_config_bootstrap_v3_ClusterManager_OutlierDetection_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_ClusterManager_OutlierDetectionenvoy_config_bootstrap_v3_ClusterManager_OutlierDetection_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_ClusterManager_OutlierDetectionenvoy_config_bootstrap_v3_ClusterManager_OutlierDetection_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_serialize (const envoy_config_bootstrap_v3_ClusterManager_OutlierDetection *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_event_log_path (const envoy_config_bootstrap_v3_ClusterManager_OutlierDetection *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_has_event_service (const envoy_config_bootstrap_v3_ClusterManager_OutlierDetection *msg)
 
UPB_INLINE const struct envoy_config_core_v3_EventServiceConfigenvoy_config_bootstrap_v3_ClusterManager_OutlierDetection_event_service (const envoy_config_bootstrap_v3_ClusterManager_OutlierDetection *msg)
 
UPB_INLINE void envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_set_event_log_path (envoy_config_bootstrap_v3_ClusterManager_OutlierDetection *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_set_event_service (envoy_config_bootstrap_v3_ClusterManager_OutlierDetection *msg, struct envoy_config_core_v3_EventServiceConfig *value)
 
UPB_INLINE struct envoy_config_core_v3_EventServiceConfigenvoy_config_bootstrap_v3_ClusterManager_OutlierDetection_mutable_event_service (envoy_config_bootstrap_v3_ClusterManager_OutlierDetection *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Watchdogsenvoy_config_bootstrap_v3_Watchdogs_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Watchdogsenvoy_config_bootstrap_v3_Watchdogs_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Watchdogsenvoy_config_bootstrap_v3_Watchdogs_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_Watchdogs_serialize (const envoy_config_bootstrap_v3_Watchdogs *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Watchdogs_has_main_thread_watchdog (const envoy_config_bootstrap_v3_Watchdogs *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_Watchdogenvoy_config_bootstrap_v3_Watchdogs_main_thread_watchdog (const envoy_config_bootstrap_v3_Watchdogs *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Watchdogs_has_worker_watchdog (const envoy_config_bootstrap_v3_Watchdogs *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_Watchdogenvoy_config_bootstrap_v3_Watchdogs_worker_watchdog (const envoy_config_bootstrap_v3_Watchdogs *msg)
 
UPB_INLINE void envoy_config_bootstrap_v3_Watchdogs_set_main_thread_watchdog (envoy_config_bootstrap_v3_Watchdogs *msg, envoy_config_bootstrap_v3_Watchdog *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_Watchdogenvoy_config_bootstrap_v3_Watchdogs_mutable_main_thread_watchdog (envoy_config_bootstrap_v3_Watchdogs *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Watchdogs_set_worker_watchdog (envoy_config_bootstrap_v3_Watchdogs *msg, envoy_config_bootstrap_v3_Watchdog *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_Watchdogenvoy_config_bootstrap_v3_Watchdogs_mutable_worker_watchdog (envoy_config_bootstrap_v3_Watchdogs *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Watchdogenvoy_config_bootstrap_v3_Watchdog_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Watchdogenvoy_config_bootstrap_v3_Watchdog_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Watchdogenvoy_config_bootstrap_v3_Watchdog_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_Watchdog_serialize (const envoy_config_bootstrap_v3_Watchdog *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_miss_timeout (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE const struct google_protobuf_Durationenvoy_config_bootstrap_v3_Watchdog_miss_timeout (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_megamiss_timeout (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE const struct google_protobuf_Durationenvoy_config_bootstrap_v3_Watchdog_megamiss_timeout (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_kill_timeout (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE const struct google_protobuf_Durationenvoy_config_bootstrap_v3_Watchdog_kill_timeout (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_multikill_timeout (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE const struct google_protobuf_Durationenvoy_config_bootstrap_v3_Watchdog_multikill_timeout (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_multikill_threshold (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE const struct envoy_type_v3_Percentenvoy_config_bootstrap_v3_Watchdog_multikill_threshold (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_max_kill_timeout_jitter (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE const struct google_protobuf_Durationenvoy_config_bootstrap_v3_Watchdog_max_kill_timeout_jitter (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_actions (const envoy_config_bootstrap_v3_Watchdog *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_Watchdog_WatchdogAction *const * envoy_config_bootstrap_v3_Watchdog_actions (const envoy_config_bootstrap_v3_Watchdog *msg, size_t *len)
 
UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_set_miss_timeout (envoy_config_bootstrap_v3_Watchdog *msg, struct google_protobuf_Duration *value)
 
UPB_INLINE struct google_protobuf_Durationenvoy_config_bootstrap_v3_Watchdog_mutable_miss_timeout (envoy_config_bootstrap_v3_Watchdog *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_set_megamiss_timeout (envoy_config_bootstrap_v3_Watchdog *msg, struct google_protobuf_Duration *value)
 
UPB_INLINE struct google_protobuf_Durationenvoy_config_bootstrap_v3_Watchdog_mutable_megamiss_timeout (envoy_config_bootstrap_v3_Watchdog *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_set_kill_timeout (envoy_config_bootstrap_v3_Watchdog *msg, struct google_protobuf_Duration *value)
 
UPB_INLINE struct google_protobuf_Durationenvoy_config_bootstrap_v3_Watchdog_mutable_kill_timeout (envoy_config_bootstrap_v3_Watchdog *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_set_multikill_timeout (envoy_config_bootstrap_v3_Watchdog *msg, struct google_protobuf_Duration *value)
 
UPB_INLINE struct google_protobuf_Durationenvoy_config_bootstrap_v3_Watchdog_mutable_multikill_timeout (envoy_config_bootstrap_v3_Watchdog *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_set_multikill_threshold (envoy_config_bootstrap_v3_Watchdog *msg, struct envoy_type_v3_Percent *value)
 
UPB_INLINE struct envoy_type_v3_Percentenvoy_config_bootstrap_v3_Watchdog_mutable_multikill_threshold (envoy_config_bootstrap_v3_Watchdog *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_set_max_kill_timeout_jitter (envoy_config_bootstrap_v3_Watchdog *msg, struct google_protobuf_Duration *value)
 
UPB_INLINE struct google_protobuf_Durationenvoy_config_bootstrap_v3_Watchdog_mutable_max_kill_timeout_jitter (envoy_config_bootstrap_v3_Watchdog *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Watchdog_WatchdogAction ** envoy_config_bootstrap_v3_Watchdog_mutable_actions (envoy_config_bootstrap_v3_Watchdog *msg, size_t *len)
 
UPB_INLINE envoy_config_bootstrap_v3_Watchdog_WatchdogAction ** envoy_config_bootstrap_v3_Watchdog_resize_actions (envoy_config_bootstrap_v3_Watchdog *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_config_bootstrap_v3_Watchdog_WatchdogActionenvoy_config_bootstrap_v3_Watchdog_add_actions (envoy_config_bootstrap_v3_Watchdog *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Watchdog_WatchdogActionenvoy_config_bootstrap_v3_Watchdog_WatchdogAction_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Watchdog_WatchdogActionenvoy_config_bootstrap_v3_Watchdog_WatchdogAction_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Watchdog_WatchdogActionenvoy_config_bootstrap_v3_Watchdog_WatchdogAction_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_Watchdog_WatchdogAction_serialize (const envoy_config_bootstrap_v3_Watchdog_WatchdogAction *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_WatchdogAction_has_config (const envoy_config_bootstrap_v3_Watchdog_WatchdogAction *msg)
 
UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_bootstrap_v3_Watchdog_WatchdogAction_config (const envoy_config_bootstrap_v3_Watchdog_WatchdogAction *msg)
 
UPB_INLINE int32_t envoy_config_bootstrap_v3_Watchdog_WatchdogAction_event (const envoy_config_bootstrap_v3_Watchdog_WatchdogAction *msg)
 
UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_WatchdogAction_set_config (envoy_config_bootstrap_v3_Watchdog_WatchdogAction *msg, struct envoy_config_core_v3_TypedExtensionConfig *value)
 
UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_bootstrap_v3_Watchdog_WatchdogAction_mutable_config (envoy_config_bootstrap_v3_Watchdog_WatchdogAction *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_WatchdogAction_set_event (envoy_config_bootstrap_v3_Watchdog_WatchdogAction *msg, int32_t value)
 
UPB_INLINE envoy_config_bootstrap_v3_FatalActionenvoy_config_bootstrap_v3_FatalAction_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_FatalActionenvoy_config_bootstrap_v3_FatalAction_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_FatalActionenvoy_config_bootstrap_v3_FatalAction_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_FatalAction_serialize (const envoy_config_bootstrap_v3_FatalAction *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_FatalAction_has_config (const envoy_config_bootstrap_v3_FatalAction *msg)
 
UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_bootstrap_v3_FatalAction_config (const envoy_config_bootstrap_v3_FatalAction *msg)
 
UPB_INLINE void envoy_config_bootstrap_v3_FatalAction_set_config (envoy_config_bootstrap_v3_FatalAction *msg, struct envoy_config_core_v3_TypedExtensionConfig *value)
 
UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfigenvoy_config_bootstrap_v3_FatalAction_mutable_config (envoy_config_bootstrap_v3_FatalAction *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Runtimeenvoy_config_bootstrap_v3_Runtime_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Runtimeenvoy_config_bootstrap_v3_Runtime_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_Runtimeenvoy_config_bootstrap_v3_Runtime_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_Runtime_serialize (const envoy_config_bootstrap_v3_Runtime *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_Runtime_symlink_root (const envoy_config_bootstrap_v3_Runtime *msg)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_Runtime_subdirectory (const envoy_config_bootstrap_v3_Runtime *msg)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_Runtime_override_subdirectory (const envoy_config_bootstrap_v3_Runtime *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_Runtime_has_base (const envoy_config_bootstrap_v3_Runtime *msg)
 
UPB_INLINE const struct google_protobuf_Structenvoy_config_bootstrap_v3_Runtime_base (const envoy_config_bootstrap_v3_Runtime *msg)
 
UPB_INLINE void envoy_config_bootstrap_v3_Runtime_set_symlink_root (envoy_config_bootstrap_v3_Runtime *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_Runtime_set_subdirectory (envoy_config_bootstrap_v3_Runtime *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_Runtime_set_override_subdirectory (envoy_config_bootstrap_v3_Runtime *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_Runtime_set_base (envoy_config_bootstrap_v3_Runtime *msg, struct google_protobuf_Struct *value)
 
UPB_INLINE struct google_protobuf_Structenvoy_config_bootstrap_v3_Runtime_mutable_base (envoy_config_bootstrap_v3_Runtime *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayerenvoy_config_bootstrap_v3_RuntimeLayer_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayerenvoy_config_bootstrap_v3_RuntimeLayer_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayerenvoy_config_bootstrap_v3_RuntimeLayer_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_RuntimeLayer_serialize (const envoy_config_bootstrap_v3_RuntimeLayer *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_oneofcases envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_case (const envoy_config_bootstrap_v3_RuntimeLayer *msg)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_RuntimeLayer_name (const envoy_config_bootstrap_v3_RuntimeLayer *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_RuntimeLayer_has_static_layer (const envoy_config_bootstrap_v3_RuntimeLayer *msg)
 
UPB_INLINE const struct google_protobuf_Structenvoy_config_bootstrap_v3_RuntimeLayer_static_layer (const envoy_config_bootstrap_v3_RuntimeLayer *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_RuntimeLayer_has_disk_layer (const envoy_config_bootstrap_v3_RuntimeLayer *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_RuntimeLayer_DiskLayerenvoy_config_bootstrap_v3_RuntimeLayer_disk_layer (const envoy_config_bootstrap_v3_RuntimeLayer *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_RuntimeLayer_has_admin_layer (const envoy_config_bootstrap_v3_RuntimeLayer *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_RuntimeLayer_AdminLayerenvoy_config_bootstrap_v3_RuntimeLayer_admin_layer (const envoy_config_bootstrap_v3_RuntimeLayer *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_RuntimeLayer_has_rtds_layer (const envoy_config_bootstrap_v3_RuntimeLayer *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayerenvoy_config_bootstrap_v3_RuntimeLayer_rtds_layer (const envoy_config_bootstrap_v3_RuntimeLayer *msg)
 
UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_set_name (envoy_config_bootstrap_v3_RuntimeLayer *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_set_static_layer (envoy_config_bootstrap_v3_RuntimeLayer *msg, struct google_protobuf_Struct *value)
 
UPB_INLINE struct google_protobuf_Structenvoy_config_bootstrap_v3_RuntimeLayer_mutable_static_layer (envoy_config_bootstrap_v3_RuntimeLayer *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_set_disk_layer (envoy_config_bootstrap_v3_RuntimeLayer *msg, envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_RuntimeLayer_DiskLayerenvoy_config_bootstrap_v3_RuntimeLayer_mutable_disk_layer (envoy_config_bootstrap_v3_RuntimeLayer *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_set_admin_layer (envoy_config_bootstrap_v3_RuntimeLayer *msg, envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_RuntimeLayer_AdminLayerenvoy_config_bootstrap_v3_RuntimeLayer_mutable_admin_layer (envoy_config_bootstrap_v3_RuntimeLayer *msg, upb_arena *arena)
 
UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_set_rtds_layer (envoy_config_bootstrap_v3_RuntimeLayer *msg, envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer *value)
 
UPB_INLINE struct envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayerenvoy_config_bootstrap_v3_RuntimeLayer_mutable_rtds_layer (envoy_config_bootstrap_v3_RuntimeLayer *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_DiskLayerenvoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_DiskLayerenvoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_DiskLayerenvoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_serialize (const envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_symlink_root (const envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_append_service_cluster (const envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer *msg)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_subdirectory (const envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer *msg)
 
UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_set_symlink_root (envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_set_append_service_cluster (envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer *msg, bool value)
 
UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_set_subdirectory (envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer *msg, upb_strview value)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_AdminLayerenvoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_AdminLayerenvoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_AdminLayerenvoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_serialize (const envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayerenvoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayerenvoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayerenvoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_serialize (const envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_name (const envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer *msg)
 
UPB_INLINE bool envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_has_rtds_config (const envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer *msg)
 
UPB_INLINE const struct envoy_config_core_v3_ConfigSourceenvoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_rtds_config (const envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer *msg)
 
UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_set_name (envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer *msg, upb_strview value)
 
UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_set_rtds_config (envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer *msg, struct envoy_config_core_v3_ConfigSource *value)
 
UPB_INLINE struct envoy_config_core_v3_ConfigSourceenvoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_mutable_rtds_config (envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer *msg, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_LayeredRuntimeenvoy_config_bootstrap_v3_LayeredRuntime_new (upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_LayeredRuntimeenvoy_config_bootstrap_v3_LayeredRuntime_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE envoy_config_bootstrap_v3_LayeredRuntimeenvoy_config_bootstrap_v3_LayeredRuntime_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * envoy_config_bootstrap_v3_LayeredRuntime_serialize (const envoy_config_bootstrap_v3_LayeredRuntime *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool envoy_config_bootstrap_v3_LayeredRuntime_has_layers (const envoy_config_bootstrap_v3_LayeredRuntime *msg)
 
UPB_INLINE const envoy_config_bootstrap_v3_RuntimeLayer *const * envoy_config_bootstrap_v3_LayeredRuntime_layers (const envoy_config_bootstrap_v3_LayeredRuntime *msg, size_t *len)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer ** envoy_config_bootstrap_v3_LayeredRuntime_mutable_layers (envoy_config_bootstrap_v3_LayeredRuntime *msg, size_t *len)
 
UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer ** envoy_config_bootstrap_v3_LayeredRuntime_resize_layers (envoy_config_bootstrap_v3_LayeredRuntime *msg, size_t len, upb_arena *arena)
 
UPB_INLINE struct envoy_config_bootstrap_v3_RuntimeLayerenvoy_config_bootstrap_v3_LayeredRuntime_add_layers (envoy_config_bootstrap_v3_LayeredRuntime *msg, upb_arena *arena)
 

Variables

const upb_msglayout envoy_config_bootstrap_v3_Bootstrap_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_Bootstrap_StaticResources_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_Bootstrap_DynamicResources_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_Admin_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_ClusterManager_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_Watchdogs_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_Watchdog_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_Watchdog_WatchdogAction_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_FatalAction_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_Runtime_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_RuntimeLayer_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_msginit
 
const upb_msglayout envoy_config_bootstrap_v3_LayeredRuntime_msginit
 
const upb_msglayout envoy_config_cluster_v3_Cluster_msginit
 
const upb_msglayout envoy_config_core_v3_Address_msginit
 
const upb_msglayout envoy_config_core_v3_ApiConfigSource_msginit
 
const upb_msglayout envoy_config_core_v3_BindConfig_msginit
 
const upb_msglayout envoy_config_core_v3_ConfigSource_msginit
 
const upb_msglayout envoy_config_core_v3_EventServiceConfig_msginit
 
const upb_msglayout envoy_config_core_v3_Node_msginit
 
const upb_msglayout envoy_config_core_v3_SocketOption_msginit
 
const upb_msglayout envoy_config_core_v3_TypedExtensionConfig_msginit
 
const upb_msglayout envoy_config_listener_v3_Listener_msginit
 
const upb_msglayout envoy_config_metrics_v3_StatsConfig_msginit
 
const upb_msglayout envoy_config_metrics_v3_StatsSink_msginit
 
const upb_msglayout envoy_config_overload_v3_OverloadManager_msginit
 
const upb_msglayout envoy_config_trace_v3_Tracing_msginit
 
const upb_msglayout envoy_extensions_transport_sockets_tls_v3_Secret_msginit
 
const upb_msglayout envoy_type_v3_Percent_msginit
 
const upb_msglayout google_protobuf_Duration_msginit
 
const upb_msglayout google_protobuf_Struct_msginit
 
const upb_msglayout google_protobuf_UInt64Value_msginit
 

Typedef Documentation

◆ envoy_config_bootstrap_v3_Admin

◆ envoy_config_bootstrap_v3_Bootstrap

◆ envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources

◆ envoy_config_bootstrap_v3_ClusterManager

◆ envoy_config_bootstrap_v3_ClusterManager_OutlierDetection

◆ envoy_config_bootstrap_v3_FatalAction

◆ envoy_config_bootstrap_v3_LayeredRuntime

◆ envoy_config_bootstrap_v3_Runtime

◆ envoy_config_bootstrap_v3_RuntimeLayer

◆ envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer

◆ envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer

◆ envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer

◆ envoy_config_bootstrap_v3_Watchdog

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction

◆ envoy_config_bootstrap_v3_Watchdogs

Enumeration Type Documentation

◆ envoy_config_bootstrap_v3_Bootstrap_stats_flush_oneofcases

Enumerator
envoy_config_bootstrap_v3_Bootstrap_stats_flush_stats_flush_on_admin 
envoy_config_bootstrap_v3_Bootstrap_stats_flush_NOT_SET 

◆ envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_oneofcases

Enumerator
envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_static_layer 
envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_disk_layer 
envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_admin_layer 
envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_rtds_layer 
envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_NOT_SET 

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction_WatchdogEvent

Enumerator
envoy_config_bootstrap_v3_Watchdog_WatchdogAction_UNKNOWN 
envoy_config_bootstrap_v3_Watchdog_WatchdogAction_KILL 
envoy_config_bootstrap_v3_Watchdog_WatchdogAction_MULTIKILL 
envoy_config_bootstrap_v3_Watchdog_WatchdogAction_MEGAMISS 
envoy_config_bootstrap_v3_Watchdog_WatchdogAction_MISS 

Function Documentation

◆ envoy_config_bootstrap_v3_Admin_access_log_path()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_Admin_access_log_path ( const envoy_config_bootstrap_v3_Admin msg)

◆ envoy_config_bootstrap_v3_Admin_add_socket_options()

UPB_INLINE struct envoy_config_core_v3_SocketOption* envoy_config_bootstrap_v3_Admin_add_socket_options ( envoy_config_bootstrap_v3_Admin msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Admin_address()

UPB_INLINE const struct envoy_config_core_v3_Address* envoy_config_bootstrap_v3_Admin_address ( const envoy_config_bootstrap_v3_Admin msg)

◆ envoy_config_bootstrap_v3_Admin_has_address()

UPB_INLINE bool envoy_config_bootstrap_v3_Admin_has_address ( const envoy_config_bootstrap_v3_Admin msg)

◆ envoy_config_bootstrap_v3_Admin_has_socket_options()

UPB_INLINE bool envoy_config_bootstrap_v3_Admin_has_socket_options ( const envoy_config_bootstrap_v3_Admin msg)

◆ envoy_config_bootstrap_v3_Admin_mutable_address()

UPB_INLINE struct envoy_config_core_v3_Address* envoy_config_bootstrap_v3_Admin_mutable_address ( envoy_config_bootstrap_v3_Admin msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Admin_mutable_socket_options()

UPB_INLINE struct envoy_config_core_v3_SocketOption** envoy_config_bootstrap_v3_Admin_mutable_socket_options ( envoy_config_bootstrap_v3_Admin msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Admin_new()

UPB_INLINE envoy_config_bootstrap_v3_Admin* envoy_config_bootstrap_v3_Admin_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_Admin_parse()

UPB_INLINE envoy_config_bootstrap_v3_Admin* envoy_config_bootstrap_v3_Admin_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Admin_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_Admin* envoy_config_bootstrap_v3_Admin_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_Admin_profile_path()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_Admin_profile_path ( const envoy_config_bootstrap_v3_Admin msg)

◆ envoy_config_bootstrap_v3_Admin_resize_socket_options()

UPB_INLINE struct envoy_config_core_v3_SocketOption** envoy_config_bootstrap_v3_Admin_resize_socket_options ( envoy_config_bootstrap_v3_Admin msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Admin_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_Admin_serialize ( const envoy_config_bootstrap_v3_Admin msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Admin_set_access_log_path()

UPB_INLINE void envoy_config_bootstrap_v3_Admin_set_access_log_path ( envoy_config_bootstrap_v3_Admin msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_Admin_set_address()

UPB_INLINE void envoy_config_bootstrap_v3_Admin_set_address ( envoy_config_bootstrap_v3_Admin msg,
struct envoy_config_core_v3_Address value 
)

◆ envoy_config_bootstrap_v3_Admin_set_profile_path()

UPB_INLINE void envoy_config_bootstrap_v3_Admin_set_profile_path ( envoy_config_bootstrap_v3_Admin msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_Admin_socket_options()

UPB_INLINE const struct envoy_config_core_v3_SocketOption* const* envoy_config_bootstrap_v3_Admin_socket_options ( const envoy_config_bootstrap_v3_Admin msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_add_bootstrap_extensions()

UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_bootstrap_v3_Bootstrap_add_bootstrap_extensions ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_add_config_sources()

UPB_INLINE struct envoy_config_core_v3_ConfigSource* envoy_config_bootstrap_v3_Bootstrap_add_config_sources ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_add_fatal_actions()

UPB_INLINE struct envoy_config_bootstrap_v3_FatalAction* envoy_config_bootstrap_v3_Bootstrap_add_fatal_actions ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_add_node_context_params()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_add_node_context_params ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_strview  val,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_add_stats_sinks()

UPB_INLINE struct envoy_config_metrics_v3_StatsSink* envoy_config_bootstrap_v3_Bootstrap_add_stats_sinks ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_admin()

UPB_INLINE const envoy_config_bootstrap_v3_Admin* envoy_config_bootstrap_v3_Bootstrap_admin ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_bootstrap_extensions()

UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfig* const* envoy_config_bootstrap_v3_Bootstrap_bootstrap_extensions ( const envoy_config_bootstrap_v3_Bootstrap msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_clear()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_clear ( envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_delete()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_delete ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_strview  key 
)

◆ envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_get()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_get ( const envoy_config_bootstrap_v3_Bootstrap msg,
upb_strview  key,
struct envoy_config_core_v3_TypedExtensionConfig **  val 
)

◆ envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_next()

UPB_INLINE const envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry* envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_next ( const envoy_config_bootstrap_v3_Bootstrap msg,
size_t *  iter 
)

◆ envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_nextmutable()

UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry* envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_nextmutable ( envoy_config_bootstrap_v3_Bootstrap msg,
size_t *  iter 
)

◆ envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_set()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_set ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_strview  key,
struct envoy_config_core_v3_TypedExtensionConfig val,
upb_arena *  a 
)

◆ envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_size()

UPB_INLINE size_t envoy_config_bootstrap_v3_Bootstrap_certificate_provider_instances_size ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_has_value()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_has_value ( const envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry msg)

◆ envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_key()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_key ( const envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry msg)

◆ envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_set_value()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_set_value ( envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry msg,
struct envoy_config_core_v3_TypedExtensionConfig value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_value()

UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_value ( const envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry msg)

◆ envoy_config_bootstrap_v3_Bootstrap_cluster_manager()

UPB_INLINE const envoy_config_bootstrap_v3_ClusterManager* envoy_config_bootstrap_v3_Bootstrap_cluster_manager ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_config_sources()

UPB_INLINE const struct envoy_config_core_v3_ConfigSource* const* envoy_config_bootstrap_v3_Bootstrap_config_sources ( const envoy_config_bootstrap_v3_Bootstrap msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_default_config_source()

UPB_INLINE const struct envoy_config_core_v3_ConfigSource* envoy_config_bootstrap_v3_Bootstrap_default_config_source ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_default_socket_interface()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_Bootstrap_default_socket_interface ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_dynamic_resources()

UPB_INLINE const envoy_config_bootstrap_v3_Bootstrap_DynamicResources* envoy_config_bootstrap_v3_Bootstrap_dynamic_resources ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_ads_config()

UPB_INLINE const struct envoy_config_core_v3_ApiConfigSource* envoy_config_bootstrap_v3_Bootstrap_DynamicResources_ads_config ( const envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_cds_config()

UPB_INLINE const struct envoy_config_core_v3_ConfigSource* envoy_config_bootstrap_v3_Bootstrap_DynamicResources_cds_config ( const envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_cds_resources_locator()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_Bootstrap_DynamicResources_cds_resources_locator ( const envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_has_ads_config()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_DynamicResources_has_ads_config ( const envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_has_cds_config()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_DynamicResources_has_cds_config ( const envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_has_lds_config()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_DynamicResources_has_lds_config ( const envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_lds_config()

UPB_INLINE const struct envoy_config_core_v3_ConfigSource* envoy_config_bootstrap_v3_Bootstrap_DynamicResources_lds_config ( const envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_lds_resources_locator()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_Bootstrap_DynamicResources_lds_resources_locator ( const envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_mutable_ads_config()

UPB_INLINE struct envoy_config_core_v3_ApiConfigSource* envoy_config_bootstrap_v3_Bootstrap_DynamicResources_mutable_ads_config ( envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_mutable_cds_config()

UPB_INLINE struct envoy_config_core_v3_ConfigSource* envoy_config_bootstrap_v3_Bootstrap_DynamicResources_mutable_cds_config ( envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_mutable_lds_config()

UPB_INLINE struct envoy_config_core_v3_ConfigSource* envoy_config_bootstrap_v3_Bootstrap_DynamicResources_mutable_lds_config ( envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_new()

UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_DynamicResources* envoy_config_bootstrap_v3_Bootstrap_DynamicResources_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_parse()

UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_DynamicResources* envoy_config_bootstrap_v3_Bootstrap_DynamicResources_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_DynamicResources* envoy_config_bootstrap_v3_Bootstrap_DynamicResources_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_Bootstrap_DynamicResources_serialize ( const envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_ads_config()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_ads_config ( envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg,
struct envoy_config_core_v3_ApiConfigSource value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_cds_config()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_cds_config ( envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg,
struct envoy_config_core_v3_ConfigSource value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_cds_resources_locator()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_cds_resources_locator ( envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_lds_config()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_lds_config ( envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg,
struct envoy_config_core_v3_ConfigSource value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_lds_resources_locator()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_DynamicResources_set_lds_resources_locator ( envoy_config_bootstrap_v3_Bootstrap_DynamicResources msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_enable_dispatcher_stats()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_enable_dispatcher_stats ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_fatal_actions()

UPB_INLINE const envoy_config_bootstrap_v3_FatalAction* const* envoy_config_bootstrap_v3_Bootstrap_fatal_actions ( const envoy_config_bootstrap_v3_Bootstrap msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_flags_path()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_Bootstrap_flags_path ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_admin()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_admin ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_bootstrap_extensions()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_bootstrap_extensions ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_certificate_provider_instances()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_certificate_provider_instances ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_cluster_manager()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_cluster_manager ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_config_sources()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_config_sources ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_default_config_source()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_default_config_source ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_dynamic_resources()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_dynamic_resources ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_fatal_actions()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_fatal_actions ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_hds_config()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_hds_config ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_layered_runtime()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_layered_runtime ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_node()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_node ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_overload_manager()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_overload_manager ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_static_resources()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_static_resources ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_stats_config()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_stats_config ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_stats_flush_interval()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_stats_flush_interval ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_stats_flush_on_admin()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_stats_flush_on_admin ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_stats_server_version_override()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_stats_server_version_override ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_stats_sinks()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_stats_sinks ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_tracing()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_tracing ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_watchdog()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_watchdog ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_has_watchdogs()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_has_watchdogs ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_hds_config()

UPB_INLINE const struct envoy_config_core_v3_ApiConfigSource* envoy_config_bootstrap_v3_Bootstrap_hds_config ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_header_prefix()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_Bootstrap_header_prefix ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_layered_runtime()

UPB_INLINE const envoy_config_bootstrap_v3_LayeredRuntime* envoy_config_bootstrap_v3_Bootstrap_layered_runtime ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_admin()

UPB_INLINE struct envoy_config_bootstrap_v3_Admin* envoy_config_bootstrap_v3_Bootstrap_mutable_admin ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_bootstrap_extensions()

UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfig** envoy_config_bootstrap_v3_Bootstrap_mutable_bootstrap_extensions ( envoy_config_bootstrap_v3_Bootstrap msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_cluster_manager()

UPB_INLINE struct envoy_config_bootstrap_v3_ClusterManager* envoy_config_bootstrap_v3_Bootstrap_mutable_cluster_manager ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_config_sources()

UPB_INLINE struct envoy_config_core_v3_ConfigSource** envoy_config_bootstrap_v3_Bootstrap_mutable_config_sources ( envoy_config_bootstrap_v3_Bootstrap msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_default_config_source()

UPB_INLINE struct envoy_config_core_v3_ConfigSource* envoy_config_bootstrap_v3_Bootstrap_mutable_default_config_source ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_dynamic_resources()

UPB_INLINE struct envoy_config_bootstrap_v3_Bootstrap_DynamicResources* envoy_config_bootstrap_v3_Bootstrap_mutable_dynamic_resources ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_fatal_actions()

UPB_INLINE envoy_config_bootstrap_v3_FatalAction** envoy_config_bootstrap_v3_Bootstrap_mutable_fatal_actions ( envoy_config_bootstrap_v3_Bootstrap msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_hds_config()

UPB_INLINE struct envoy_config_core_v3_ApiConfigSource* envoy_config_bootstrap_v3_Bootstrap_mutable_hds_config ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_layered_runtime()

UPB_INLINE struct envoy_config_bootstrap_v3_LayeredRuntime* envoy_config_bootstrap_v3_Bootstrap_mutable_layered_runtime ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_node()

UPB_INLINE struct envoy_config_core_v3_Node* envoy_config_bootstrap_v3_Bootstrap_mutable_node ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_node_context_params()

UPB_INLINE upb_strview* envoy_config_bootstrap_v3_Bootstrap_mutable_node_context_params ( envoy_config_bootstrap_v3_Bootstrap msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_overload_manager()

UPB_INLINE struct envoy_config_overload_v3_OverloadManager* envoy_config_bootstrap_v3_Bootstrap_mutable_overload_manager ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_static_resources()

UPB_INLINE struct envoy_config_bootstrap_v3_Bootstrap_StaticResources* envoy_config_bootstrap_v3_Bootstrap_mutable_static_resources ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_stats_config()

UPB_INLINE struct envoy_config_metrics_v3_StatsConfig* envoy_config_bootstrap_v3_Bootstrap_mutable_stats_config ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_stats_flush_interval()

UPB_INLINE struct google_protobuf_Duration* envoy_config_bootstrap_v3_Bootstrap_mutable_stats_flush_interval ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_stats_server_version_override()

UPB_INLINE struct google_protobuf_UInt64Value* envoy_config_bootstrap_v3_Bootstrap_mutable_stats_server_version_override ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_stats_sinks()

UPB_INLINE struct envoy_config_metrics_v3_StatsSink** envoy_config_bootstrap_v3_Bootstrap_mutable_stats_sinks ( envoy_config_bootstrap_v3_Bootstrap msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_tracing()

UPB_INLINE struct envoy_config_trace_v3_Tracing* envoy_config_bootstrap_v3_Bootstrap_mutable_tracing ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_watchdog()

UPB_INLINE struct envoy_config_bootstrap_v3_Watchdog* envoy_config_bootstrap_v3_Bootstrap_mutable_watchdog ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_mutable_watchdogs()

UPB_INLINE struct envoy_config_bootstrap_v3_Watchdogs* envoy_config_bootstrap_v3_Bootstrap_mutable_watchdogs ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_new()

UPB_INLINE envoy_config_bootstrap_v3_Bootstrap* envoy_config_bootstrap_v3_Bootstrap_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_Bootstrap_node()

UPB_INLINE const struct envoy_config_core_v3_Node* envoy_config_bootstrap_v3_Bootstrap_node ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_node_context_params()

UPB_INLINE upb_strview const* envoy_config_bootstrap_v3_Bootstrap_node_context_params ( const envoy_config_bootstrap_v3_Bootstrap msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_overload_manager()

UPB_INLINE const struct envoy_config_overload_v3_OverloadManager* envoy_config_bootstrap_v3_Bootstrap_overload_manager ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_parse()

UPB_INLINE envoy_config_bootstrap_v3_Bootstrap* envoy_config_bootstrap_v3_Bootstrap_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_Bootstrap* envoy_config_bootstrap_v3_Bootstrap_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_Bootstrap_resize_bootstrap_extensions()

UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfig** envoy_config_bootstrap_v3_Bootstrap_resize_bootstrap_extensions ( envoy_config_bootstrap_v3_Bootstrap msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_resize_config_sources()

UPB_INLINE struct envoy_config_core_v3_ConfigSource** envoy_config_bootstrap_v3_Bootstrap_resize_config_sources ( envoy_config_bootstrap_v3_Bootstrap msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_resize_fatal_actions()

UPB_INLINE envoy_config_bootstrap_v3_FatalAction** envoy_config_bootstrap_v3_Bootstrap_resize_fatal_actions ( envoy_config_bootstrap_v3_Bootstrap msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_resize_node_context_params()

UPB_INLINE upb_strview* envoy_config_bootstrap_v3_Bootstrap_resize_node_context_params ( envoy_config_bootstrap_v3_Bootstrap msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_resize_stats_sinks()

UPB_INLINE struct envoy_config_metrics_v3_StatsSink** envoy_config_bootstrap_v3_Bootstrap_resize_stats_sinks ( envoy_config_bootstrap_v3_Bootstrap msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_Bootstrap_serialize ( const envoy_config_bootstrap_v3_Bootstrap msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_admin()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_admin ( envoy_config_bootstrap_v3_Bootstrap msg,
envoy_config_bootstrap_v3_Admin value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_cluster_manager()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_cluster_manager ( envoy_config_bootstrap_v3_Bootstrap msg,
envoy_config_bootstrap_v3_ClusterManager value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_default_config_source()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_default_config_source ( envoy_config_bootstrap_v3_Bootstrap msg,
struct envoy_config_core_v3_ConfigSource value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_default_socket_interface()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_default_socket_interface ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_dynamic_resources()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_dynamic_resources ( envoy_config_bootstrap_v3_Bootstrap msg,
envoy_config_bootstrap_v3_Bootstrap_DynamicResources value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_enable_dispatcher_stats()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_enable_dispatcher_stats ( envoy_config_bootstrap_v3_Bootstrap msg,
bool  value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_flags_path()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_flags_path ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_hds_config()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_hds_config ( envoy_config_bootstrap_v3_Bootstrap msg,
struct envoy_config_core_v3_ApiConfigSource value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_header_prefix()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_header_prefix ( envoy_config_bootstrap_v3_Bootstrap msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_layered_runtime()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_layered_runtime ( envoy_config_bootstrap_v3_Bootstrap msg,
envoy_config_bootstrap_v3_LayeredRuntime value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_node()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_node ( envoy_config_bootstrap_v3_Bootstrap msg,
struct envoy_config_core_v3_Node value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_overload_manager()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_overload_manager ( envoy_config_bootstrap_v3_Bootstrap msg,
struct envoy_config_overload_v3_OverloadManager value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_static_resources()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_static_resources ( envoy_config_bootstrap_v3_Bootstrap msg,
envoy_config_bootstrap_v3_Bootstrap_StaticResources value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_stats_config()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_stats_config ( envoy_config_bootstrap_v3_Bootstrap msg,
struct envoy_config_metrics_v3_StatsConfig value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_stats_flush_interval()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_stats_flush_interval ( envoy_config_bootstrap_v3_Bootstrap msg,
struct google_protobuf_Duration value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_stats_flush_on_admin()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_stats_flush_on_admin ( envoy_config_bootstrap_v3_Bootstrap msg,
bool  value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_stats_server_version_override()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_stats_server_version_override ( envoy_config_bootstrap_v3_Bootstrap msg,
struct google_protobuf_UInt64Value value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_tracing()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_tracing ( envoy_config_bootstrap_v3_Bootstrap msg,
struct envoy_config_trace_v3_Tracing value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_use_tcp_for_dns_lookups()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_use_tcp_for_dns_lookups ( envoy_config_bootstrap_v3_Bootstrap msg,
bool  value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_watchdog()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_watchdog ( envoy_config_bootstrap_v3_Bootstrap msg,
envoy_config_bootstrap_v3_Watchdog value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_set_watchdogs()

UPB_INLINE void envoy_config_bootstrap_v3_Bootstrap_set_watchdogs ( envoy_config_bootstrap_v3_Bootstrap msg,
envoy_config_bootstrap_v3_Watchdogs value 
)

◆ envoy_config_bootstrap_v3_Bootstrap_static_resources()

UPB_INLINE const envoy_config_bootstrap_v3_Bootstrap_StaticResources* envoy_config_bootstrap_v3_Bootstrap_static_resources ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_add_clusters()

UPB_INLINE struct envoy_config_cluster_v3_Cluster* envoy_config_bootstrap_v3_Bootstrap_StaticResources_add_clusters ( envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_add_listeners()

UPB_INLINE struct envoy_config_listener_v3_Listener* envoy_config_bootstrap_v3_Bootstrap_StaticResources_add_listeners ( envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_add_secrets()

UPB_INLINE struct envoy_extensions_transport_sockets_tls_v3_Secret* envoy_config_bootstrap_v3_Bootstrap_StaticResources_add_secrets ( envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_clusters()

UPB_INLINE const struct envoy_config_cluster_v3_Cluster* const* envoy_config_bootstrap_v3_Bootstrap_StaticResources_clusters ( const envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_has_clusters()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_StaticResources_has_clusters ( const envoy_config_bootstrap_v3_Bootstrap_StaticResources msg)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_has_listeners()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_StaticResources_has_listeners ( const envoy_config_bootstrap_v3_Bootstrap_StaticResources msg)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_has_secrets()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_StaticResources_has_secrets ( const envoy_config_bootstrap_v3_Bootstrap_StaticResources msg)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_listeners()

UPB_INLINE const struct envoy_config_listener_v3_Listener* const* envoy_config_bootstrap_v3_Bootstrap_StaticResources_listeners ( const envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_mutable_clusters()

UPB_INLINE struct envoy_config_cluster_v3_Cluster** envoy_config_bootstrap_v3_Bootstrap_StaticResources_mutable_clusters ( envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_mutable_listeners()

UPB_INLINE struct envoy_config_listener_v3_Listener** envoy_config_bootstrap_v3_Bootstrap_StaticResources_mutable_listeners ( envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_mutable_secrets()

UPB_INLINE struct envoy_extensions_transport_sockets_tls_v3_Secret** envoy_config_bootstrap_v3_Bootstrap_StaticResources_mutable_secrets ( envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_new()

UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_StaticResources* envoy_config_bootstrap_v3_Bootstrap_StaticResources_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_parse()

UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_StaticResources* envoy_config_bootstrap_v3_Bootstrap_StaticResources_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_StaticResources* envoy_config_bootstrap_v3_Bootstrap_StaticResources_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_resize_clusters()

UPB_INLINE struct envoy_config_cluster_v3_Cluster** envoy_config_bootstrap_v3_Bootstrap_StaticResources_resize_clusters ( envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_resize_listeners()

UPB_INLINE struct envoy_config_listener_v3_Listener** envoy_config_bootstrap_v3_Bootstrap_StaticResources_resize_listeners ( envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_resize_secrets()

UPB_INLINE struct envoy_extensions_transport_sockets_tls_v3_Secret** envoy_config_bootstrap_v3_Bootstrap_StaticResources_resize_secrets ( envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_secrets()

UPB_INLINE const struct envoy_extensions_transport_sockets_tls_v3_Secret* const* envoy_config_bootstrap_v3_Bootstrap_StaticResources_secrets ( const envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_Bootstrap_StaticResources_serialize ( const envoy_config_bootstrap_v3_Bootstrap_StaticResources msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_stats_config()

UPB_INLINE const struct envoy_config_metrics_v3_StatsConfig* envoy_config_bootstrap_v3_Bootstrap_stats_config ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_stats_flush_case()

UPB_INLINE envoy_config_bootstrap_v3_Bootstrap_stats_flush_oneofcases envoy_config_bootstrap_v3_Bootstrap_stats_flush_case ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_stats_flush_interval()

UPB_INLINE const struct google_protobuf_Duration* envoy_config_bootstrap_v3_Bootstrap_stats_flush_interval ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_stats_flush_on_admin()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_stats_flush_on_admin ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_stats_server_version_override()

UPB_INLINE const struct google_protobuf_UInt64Value* envoy_config_bootstrap_v3_Bootstrap_stats_server_version_override ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_stats_sinks()

UPB_INLINE const struct envoy_config_metrics_v3_StatsSink* const* envoy_config_bootstrap_v3_Bootstrap_stats_sinks ( const envoy_config_bootstrap_v3_Bootstrap msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Bootstrap_tracing()

UPB_INLINE const struct envoy_config_trace_v3_Tracing* envoy_config_bootstrap_v3_Bootstrap_tracing ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_use_tcp_for_dns_lookups()

UPB_INLINE bool envoy_config_bootstrap_v3_Bootstrap_use_tcp_for_dns_lookups ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_watchdog()

UPB_INLINE const envoy_config_bootstrap_v3_Watchdog* envoy_config_bootstrap_v3_Bootstrap_watchdog ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_Bootstrap_watchdogs()

UPB_INLINE const envoy_config_bootstrap_v3_Watchdogs* envoy_config_bootstrap_v3_Bootstrap_watchdogs ( const envoy_config_bootstrap_v3_Bootstrap msg)

◆ envoy_config_bootstrap_v3_ClusterManager_has_load_stats_config()

UPB_INLINE bool envoy_config_bootstrap_v3_ClusterManager_has_load_stats_config ( const envoy_config_bootstrap_v3_ClusterManager msg)

◆ envoy_config_bootstrap_v3_ClusterManager_has_outlier_detection()

UPB_INLINE bool envoy_config_bootstrap_v3_ClusterManager_has_outlier_detection ( const envoy_config_bootstrap_v3_ClusterManager msg)

◆ envoy_config_bootstrap_v3_ClusterManager_has_upstream_bind_config()

UPB_INLINE bool envoy_config_bootstrap_v3_ClusterManager_has_upstream_bind_config ( const envoy_config_bootstrap_v3_ClusterManager msg)

◆ envoy_config_bootstrap_v3_ClusterManager_load_stats_config()

UPB_INLINE const struct envoy_config_core_v3_ApiConfigSource* envoy_config_bootstrap_v3_ClusterManager_load_stats_config ( const envoy_config_bootstrap_v3_ClusterManager msg)

◆ envoy_config_bootstrap_v3_ClusterManager_local_cluster_name()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_ClusterManager_local_cluster_name ( const envoy_config_bootstrap_v3_ClusterManager msg)

◆ envoy_config_bootstrap_v3_ClusterManager_mutable_load_stats_config()

UPB_INLINE struct envoy_config_core_v3_ApiConfigSource* envoy_config_bootstrap_v3_ClusterManager_mutable_load_stats_config ( envoy_config_bootstrap_v3_ClusterManager msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_ClusterManager_mutable_outlier_detection()

UPB_INLINE struct envoy_config_bootstrap_v3_ClusterManager_OutlierDetection* envoy_config_bootstrap_v3_ClusterManager_mutable_outlier_detection ( envoy_config_bootstrap_v3_ClusterManager msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_ClusterManager_mutable_upstream_bind_config()

UPB_INLINE struct envoy_config_core_v3_BindConfig* envoy_config_bootstrap_v3_ClusterManager_mutable_upstream_bind_config ( envoy_config_bootstrap_v3_ClusterManager msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_ClusterManager_new()

UPB_INLINE envoy_config_bootstrap_v3_ClusterManager* envoy_config_bootstrap_v3_ClusterManager_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_ClusterManager_outlier_detection()

UPB_INLINE const envoy_config_bootstrap_v3_ClusterManager_OutlierDetection* envoy_config_bootstrap_v3_ClusterManager_outlier_detection ( const envoy_config_bootstrap_v3_ClusterManager msg)

◆ envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_event_log_path()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_event_log_path ( const envoy_config_bootstrap_v3_ClusterManager_OutlierDetection msg)

◆ envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_event_service()

UPB_INLINE const struct envoy_config_core_v3_EventServiceConfig* envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_event_service ( const envoy_config_bootstrap_v3_ClusterManager_OutlierDetection msg)

◆ envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_has_event_service()

UPB_INLINE bool envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_has_event_service ( const envoy_config_bootstrap_v3_ClusterManager_OutlierDetection msg)

◆ envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_mutable_event_service()

UPB_INLINE struct envoy_config_core_v3_EventServiceConfig* envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_mutable_event_service ( envoy_config_bootstrap_v3_ClusterManager_OutlierDetection msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_new()

UPB_INLINE envoy_config_bootstrap_v3_ClusterManager_OutlierDetection* envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_parse()

UPB_INLINE envoy_config_bootstrap_v3_ClusterManager_OutlierDetection* envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_ClusterManager_OutlierDetection* envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_serialize ( const envoy_config_bootstrap_v3_ClusterManager_OutlierDetection msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_set_event_log_path()

UPB_INLINE void envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_set_event_log_path ( envoy_config_bootstrap_v3_ClusterManager_OutlierDetection msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_set_event_service()

UPB_INLINE void envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_set_event_service ( envoy_config_bootstrap_v3_ClusterManager_OutlierDetection msg,
struct envoy_config_core_v3_EventServiceConfig value 
)

◆ envoy_config_bootstrap_v3_ClusterManager_parse()

UPB_INLINE envoy_config_bootstrap_v3_ClusterManager* envoy_config_bootstrap_v3_ClusterManager_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_ClusterManager_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_ClusterManager* envoy_config_bootstrap_v3_ClusterManager_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_ClusterManager_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_ClusterManager_serialize ( const envoy_config_bootstrap_v3_ClusterManager msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_ClusterManager_set_load_stats_config()

UPB_INLINE void envoy_config_bootstrap_v3_ClusterManager_set_load_stats_config ( envoy_config_bootstrap_v3_ClusterManager msg,
struct envoy_config_core_v3_ApiConfigSource value 
)

◆ envoy_config_bootstrap_v3_ClusterManager_set_local_cluster_name()

UPB_INLINE void envoy_config_bootstrap_v3_ClusterManager_set_local_cluster_name ( envoy_config_bootstrap_v3_ClusterManager msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_ClusterManager_set_outlier_detection()

UPB_INLINE void envoy_config_bootstrap_v3_ClusterManager_set_outlier_detection ( envoy_config_bootstrap_v3_ClusterManager msg,
envoy_config_bootstrap_v3_ClusterManager_OutlierDetection value 
)

◆ envoy_config_bootstrap_v3_ClusterManager_set_upstream_bind_config()

UPB_INLINE void envoy_config_bootstrap_v3_ClusterManager_set_upstream_bind_config ( envoy_config_bootstrap_v3_ClusterManager msg,
struct envoy_config_core_v3_BindConfig value 
)

◆ envoy_config_bootstrap_v3_ClusterManager_upstream_bind_config()

UPB_INLINE const struct envoy_config_core_v3_BindConfig* envoy_config_bootstrap_v3_ClusterManager_upstream_bind_config ( const envoy_config_bootstrap_v3_ClusterManager msg)

◆ envoy_config_bootstrap_v3_FatalAction_config()

UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_bootstrap_v3_FatalAction_config ( const envoy_config_bootstrap_v3_FatalAction msg)

◆ envoy_config_bootstrap_v3_FatalAction_has_config()

UPB_INLINE bool envoy_config_bootstrap_v3_FatalAction_has_config ( const envoy_config_bootstrap_v3_FatalAction msg)

◆ envoy_config_bootstrap_v3_FatalAction_mutable_config()

UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_bootstrap_v3_FatalAction_mutable_config ( envoy_config_bootstrap_v3_FatalAction msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_FatalAction_new()

UPB_INLINE envoy_config_bootstrap_v3_FatalAction* envoy_config_bootstrap_v3_FatalAction_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_FatalAction_parse()

UPB_INLINE envoy_config_bootstrap_v3_FatalAction* envoy_config_bootstrap_v3_FatalAction_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_FatalAction_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_FatalAction* envoy_config_bootstrap_v3_FatalAction_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_FatalAction_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_FatalAction_serialize ( const envoy_config_bootstrap_v3_FatalAction msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_FatalAction_set_config()

UPB_INLINE void envoy_config_bootstrap_v3_FatalAction_set_config ( envoy_config_bootstrap_v3_FatalAction msg,
struct envoy_config_core_v3_TypedExtensionConfig value 
)

◆ envoy_config_bootstrap_v3_LayeredRuntime_add_layers()

UPB_INLINE struct envoy_config_bootstrap_v3_RuntimeLayer* envoy_config_bootstrap_v3_LayeredRuntime_add_layers ( envoy_config_bootstrap_v3_LayeredRuntime msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_LayeredRuntime_has_layers()

UPB_INLINE bool envoy_config_bootstrap_v3_LayeredRuntime_has_layers ( const envoy_config_bootstrap_v3_LayeredRuntime msg)

◆ envoy_config_bootstrap_v3_LayeredRuntime_layers()

UPB_INLINE const envoy_config_bootstrap_v3_RuntimeLayer* const* envoy_config_bootstrap_v3_LayeredRuntime_layers ( const envoy_config_bootstrap_v3_LayeredRuntime msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_LayeredRuntime_mutable_layers()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer** envoy_config_bootstrap_v3_LayeredRuntime_mutable_layers ( envoy_config_bootstrap_v3_LayeredRuntime msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_LayeredRuntime_new()

UPB_INLINE envoy_config_bootstrap_v3_LayeredRuntime* envoy_config_bootstrap_v3_LayeredRuntime_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_LayeredRuntime_parse()

UPB_INLINE envoy_config_bootstrap_v3_LayeredRuntime* envoy_config_bootstrap_v3_LayeredRuntime_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_LayeredRuntime_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_LayeredRuntime* envoy_config_bootstrap_v3_LayeredRuntime_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_LayeredRuntime_resize_layers()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer** envoy_config_bootstrap_v3_LayeredRuntime_resize_layers ( envoy_config_bootstrap_v3_LayeredRuntime msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_LayeredRuntime_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_LayeredRuntime_serialize ( const envoy_config_bootstrap_v3_LayeredRuntime msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Runtime_base()

UPB_INLINE const struct google_protobuf_Struct* envoy_config_bootstrap_v3_Runtime_base ( const envoy_config_bootstrap_v3_Runtime msg)

◆ envoy_config_bootstrap_v3_Runtime_has_base()

UPB_INLINE bool envoy_config_bootstrap_v3_Runtime_has_base ( const envoy_config_bootstrap_v3_Runtime msg)

◆ envoy_config_bootstrap_v3_Runtime_mutable_base()

UPB_INLINE struct google_protobuf_Struct* envoy_config_bootstrap_v3_Runtime_mutable_base ( envoy_config_bootstrap_v3_Runtime msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Runtime_new()

UPB_INLINE envoy_config_bootstrap_v3_Runtime* envoy_config_bootstrap_v3_Runtime_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_Runtime_override_subdirectory()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_Runtime_override_subdirectory ( const envoy_config_bootstrap_v3_Runtime msg)

◆ envoy_config_bootstrap_v3_Runtime_parse()

UPB_INLINE envoy_config_bootstrap_v3_Runtime* envoy_config_bootstrap_v3_Runtime_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Runtime_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_Runtime* envoy_config_bootstrap_v3_Runtime_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_Runtime_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_Runtime_serialize ( const envoy_config_bootstrap_v3_Runtime msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Runtime_set_base()

UPB_INLINE void envoy_config_bootstrap_v3_Runtime_set_base ( envoy_config_bootstrap_v3_Runtime msg,
struct google_protobuf_Struct value 
)

◆ envoy_config_bootstrap_v3_Runtime_set_override_subdirectory()

UPB_INLINE void envoy_config_bootstrap_v3_Runtime_set_override_subdirectory ( envoy_config_bootstrap_v3_Runtime msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_Runtime_set_subdirectory()

UPB_INLINE void envoy_config_bootstrap_v3_Runtime_set_subdirectory ( envoy_config_bootstrap_v3_Runtime msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_Runtime_set_symlink_root()

UPB_INLINE void envoy_config_bootstrap_v3_Runtime_set_symlink_root ( envoy_config_bootstrap_v3_Runtime msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_Runtime_subdirectory()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_Runtime_subdirectory ( const envoy_config_bootstrap_v3_Runtime msg)

◆ envoy_config_bootstrap_v3_Runtime_symlink_root()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_Runtime_symlink_root ( const envoy_config_bootstrap_v3_Runtime msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_admin_layer()

UPB_INLINE const envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer* envoy_config_bootstrap_v3_RuntimeLayer_admin_layer ( const envoy_config_bootstrap_v3_RuntimeLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_new()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer* envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_parse()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer* envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer* envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_serialize ( const envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_disk_layer()

UPB_INLINE const envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer* envoy_config_bootstrap_v3_RuntimeLayer_disk_layer ( const envoy_config_bootstrap_v3_RuntimeLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_append_service_cluster()

UPB_INLINE bool envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_append_service_cluster ( const envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_new()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer* envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_parse()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer* envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer* envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_serialize ( const envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_set_append_service_cluster()

UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_set_append_service_cluster ( envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer msg,
bool  value 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_set_subdirectory()

UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_set_subdirectory ( envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_set_symlink_root()

UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_set_symlink_root ( envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_subdirectory()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_subdirectory ( const envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_symlink_root()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_symlink_root ( const envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_has_admin_layer()

UPB_INLINE bool envoy_config_bootstrap_v3_RuntimeLayer_has_admin_layer ( const envoy_config_bootstrap_v3_RuntimeLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_has_disk_layer()

UPB_INLINE bool envoy_config_bootstrap_v3_RuntimeLayer_has_disk_layer ( const envoy_config_bootstrap_v3_RuntimeLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_has_rtds_layer()

UPB_INLINE bool envoy_config_bootstrap_v3_RuntimeLayer_has_rtds_layer ( const envoy_config_bootstrap_v3_RuntimeLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_has_static_layer()

UPB_INLINE bool envoy_config_bootstrap_v3_RuntimeLayer_has_static_layer ( const envoy_config_bootstrap_v3_RuntimeLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_case()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_oneofcases envoy_config_bootstrap_v3_RuntimeLayer_layer_specifier_case ( const envoy_config_bootstrap_v3_RuntimeLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_mutable_admin_layer()

UPB_INLINE struct envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer* envoy_config_bootstrap_v3_RuntimeLayer_mutable_admin_layer ( envoy_config_bootstrap_v3_RuntimeLayer msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_mutable_disk_layer()

UPB_INLINE struct envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer* envoy_config_bootstrap_v3_RuntimeLayer_mutable_disk_layer ( envoy_config_bootstrap_v3_RuntimeLayer msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_mutable_rtds_layer()

UPB_INLINE struct envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer* envoy_config_bootstrap_v3_RuntimeLayer_mutable_rtds_layer ( envoy_config_bootstrap_v3_RuntimeLayer msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_mutable_static_layer()

UPB_INLINE struct google_protobuf_Struct* envoy_config_bootstrap_v3_RuntimeLayer_mutable_static_layer ( envoy_config_bootstrap_v3_RuntimeLayer msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_name()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_RuntimeLayer_name ( const envoy_config_bootstrap_v3_RuntimeLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_new()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer* envoy_config_bootstrap_v3_RuntimeLayer_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_RuntimeLayer_parse()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer* envoy_config_bootstrap_v3_RuntimeLayer_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer* envoy_config_bootstrap_v3_RuntimeLayer_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_rtds_layer()

UPB_INLINE const envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer* envoy_config_bootstrap_v3_RuntimeLayer_rtds_layer ( const envoy_config_bootstrap_v3_RuntimeLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_has_rtds_config()

UPB_INLINE bool envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_has_rtds_config ( const envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_mutable_rtds_config()

UPB_INLINE struct envoy_config_core_v3_ConfigSource* envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_mutable_rtds_config ( envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_name()

UPB_INLINE upb_strview envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_name ( const envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_new()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer* envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_parse()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer* envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer* envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_rtds_config()

UPB_INLINE const struct envoy_config_core_v3_ConfigSource* envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_rtds_config ( const envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer msg)

◆ envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_serialize ( const envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_set_name()

UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_set_name ( envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_set_rtds_config()

UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_set_rtds_config ( envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer msg,
struct envoy_config_core_v3_ConfigSource value 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_RuntimeLayer_serialize ( const envoy_config_bootstrap_v3_RuntimeLayer msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_set_admin_layer()

UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_set_admin_layer ( envoy_config_bootstrap_v3_RuntimeLayer msg,
envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer value 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_set_disk_layer()

UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_set_disk_layer ( envoy_config_bootstrap_v3_RuntimeLayer msg,
envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer value 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_set_name()

UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_set_name ( envoy_config_bootstrap_v3_RuntimeLayer msg,
upb_strview  value 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_set_rtds_layer()

UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_set_rtds_layer ( envoy_config_bootstrap_v3_RuntimeLayer msg,
envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer value 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_set_static_layer()

UPB_INLINE void envoy_config_bootstrap_v3_RuntimeLayer_set_static_layer ( envoy_config_bootstrap_v3_RuntimeLayer msg,
struct google_protobuf_Struct value 
)

◆ envoy_config_bootstrap_v3_RuntimeLayer_static_layer()

UPB_INLINE const struct google_protobuf_Struct* envoy_config_bootstrap_v3_RuntimeLayer_static_layer ( const envoy_config_bootstrap_v3_RuntimeLayer msg)

◆ envoy_config_bootstrap_v3_Watchdog_actions()

UPB_INLINE const envoy_config_bootstrap_v3_Watchdog_WatchdogAction* const* envoy_config_bootstrap_v3_Watchdog_actions ( const envoy_config_bootstrap_v3_Watchdog msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Watchdog_add_actions()

UPB_INLINE struct envoy_config_bootstrap_v3_Watchdog_WatchdogAction* envoy_config_bootstrap_v3_Watchdog_add_actions ( envoy_config_bootstrap_v3_Watchdog msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdog_has_actions()

UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_actions ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_has_kill_timeout()

UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_kill_timeout ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_has_max_kill_timeout_jitter()

UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_max_kill_timeout_jitter ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_has_megamiss_timeout()

UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_megamiss_timeout ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_has_miss_timeout()

UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_miss_timeout ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_has_multikill_threshold()

UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_multikill_threshold ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_has_multikill_timeout()

UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_has_multikill_timeout ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_kill_timeout()

UPB_INLINE const struct google_protobuf_Duration* envoy_config_bootstrap_v3_Watchdog_kill_timeout ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_max_kill_timeout_jitter()

UPB_INLINE const struct google_protobuf_Duration* envoy_config_bootstrap_v3_Watchdog_max_kill_timeout_jitter ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_megamiss_timeout()

UPB_INLINE const struct google_protobuf_Duration* envoy_config_bootstrap_v3_Watchdog_megamiss_timeout ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_miss_timeout()

UPB_INLINE const struct google_protobuf_Duration* envoy_config_bootstrap_v3_Watchdog_miss_timeout ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_multikill_threshold()

UPB_INLINE const struct envoy_type_v3_Percent* envoy_config_bootstrap_v3_Watchdog_multikill_threshold ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_multikill_timeout()

UPB_INLINE const struct google_protobuf_Duration* envoy_config_bootstrap_v3_Watchdog_multikill_timeout ( const envoy_config_bootstrap_v3_Watchdog msg)

◆ envoy_config_bootstrap_v3_Watchdog_mutable_actions()

UPB_INLINE envoy_config_bootstrap_v3_Watchdog_WatchdogAction** envoy_config_bootstrap_v3_Watchdog_mutable_actions ( envoy_config_bootstrap_v3_Watchdog msg,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Watchdog_mutable_kill_timeout()

UPB_INLINE struct google_protobuf_Duration* envoy_config_bootstrap_v3_Watchdog_mutable_kill_timeout ( envoy_config_bootstrap_v3_Watchdog msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdog_mutable_max_kill_timeout_jitter()

UPB_INLINE struct google_protobuf_Duration* envoy_config_bootstrap_v3_Watchdog_mutable_max_kill_timeout_jitter ( envoy_config_bootstrap_v3_Watchdog msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdog_mutable_megamiss_timeout()

UPB_INLINE struct google_protobuf_Duration* envoy_config_bootstrap_v3_Watchdog_mutable_megamiss_timeout ( envoy_config_bootstrap_v3_Watchdog msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdog_mutable_miss_timeout()

UPB_INLINE struct google_protobuf_Duration* envoy_config_bootstrap_v3_Watchdog_mutable_miss_timeout ( envoy_config_bootstrap_v3_Watchdog msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdog_mutable_multikill_threshold()

UPB_INLINE struct envoy_type_v3_Percent* envoy_config_bootstrap_v3_Watchdog_mutable_multikill_threshold ( envoy_config_bootstrap_v3_Watchdog msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdog_mutable_multikill_timeout()

UPB_INLINE struct google_protobuf_Duration* envoy_config_bootstrap_v3_Watchdog_mutable_multikill_timeout ( envoy_config_bootstrap_v3_Watchdog msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdog_new()

UPB_INLINE envoy_config_bootstrap_v3_Watchdog* envoy_config_bootstrap_v3_Watchdog_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_Watchdog_parse()

UPB_INLINE envoy_config_bootstrap_v3_Watchdog* envoy_config_bootstrap_v3_Watchdog_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdog_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_Watchdog* envoy_config_bootstrap_v3_Watchdog_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_Watchdog_resize_actions()

UPB_INLINE envoy_config_bootstrap_v3_Watchdog_WatchdogAction** envoy_config_bootstrap_v3_Watchdog_resize_actions ( envoy_config_bootstrap_v3_Watchdog msg,
size_t  len,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdog_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_Watchdog_serialize ( const envoy_config_bootstrap_v3_Watchdog msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Watchdog_set_kill_timeout()

UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_set_kill_timeout ( envoy_config_bootstrap_v3_Watchdog msg,
struct google_protobuf_Duration value 
)

◆ envoy_config_bootstrap_v3_Watchdog_set_max_kill_timeout_jitter()

UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_set_max_kill_timeout_jitter ( envoy_config_bootstrap_v3_Watchdog msg,
struct google_protobuf_Duration value 
)

◆ envoy_config_bootstrap_v3_Watchdog_set_megamiss_timeout()

UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_set_megamiss_timeout ( envoy_config_bootstrap_v3_Watchdog msg,
struct google_protobuf_Duration value 
)

◆ envoy_config_bootstrap_v3_Watchdog_set_miss_timeout()

UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_set_miss_timeout ( envoy_config_bootstrap_v3_Watchdog msg,
struct google_protobuf_Duration value 
)

◆ envoy_config_bootstrap_v3_Watchdog_set_multikill_threshold()

UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_set_multikill_threshold ( envoy_config_bootstrap_v3_Watchdog msg,
struct envoy_type_v3_Percent value 
)

◆ envoy_config_bootstrap_v3_Watchdog_set_multikill_timeout()

UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_set_multikill_timeout ( envoy_config_bootstrap_v3_Watchdog msg,
struct google_protobuf_Duration value 
)

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction_config()

UPB_INLINE const struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_bootstrap_v3_Watchdog_WatchdogAction_config ( const envoy_config_bootstrap_v3_Watchdog_WatchdogAction msg)

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction_event()

UPB_INLINE int32_t envoy_config_bootstrap_v3_Watchdog_WatchdogAction_event ( const envoy_config_bootstrap_v3_Watchdog_WatchdogAction msg)

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction_has_config()

UPB_INLINE bool envoy_config_bootstrap_v3_Watchdog_WatchdogAction_has_config ( const envoy_config_bootstrap_v3_Watchdog_WatchdogAction msg)

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction_mutable_config()

UPB_INLINE struct envoy_config_core_v3_TypedExtensionConfig* envoy_config_bootstrap_v3_Watchdog_WatchdogAction_mutable_config ( envoy_config_bootstrap_v3_Watchdog_WatchdogAction msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction_new()

UPB_INLINE envoy_config_bootstrap_v3_Watchdog_WatchdogAction* envoy_config_bootstrap_v3_Watchdog_WatchdogAction_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction_parse()

UPB_INLINE envoy_config_bootstrap_v3_Watchdog_WatchdogAction* envoy_config_bootstrap_v3_Watchdog_WatchdogAction_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_Watchdog_WatchdogAction* envoy_config_bootstrap_v3_Watchdog_WatchdogAction_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_Watchdog_WatchdogAction_serialize ( const envoy_config_bootstrap_v3_Watchdog_WatchdogAction msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction_set_config()

UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_WatchdogAction_set_config ( envoy_config_bootstrap_v3_Watchdog_WatchdogAction msg,
struct envoy_config_core_v3_TypedExtensionConfig value 
)

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction_set_event()

UPB_INLINE void envoy_config_bootstrap_v3_Watchdog_WatchdogAction_set_event ( envoy_config_bootstrap_v3_Watchdog_WatchdogAction msg,
int32_t  value 
)

◆ envoy_config_bootstrap_v3_Watchdogs_has_main_thread_watchdog()

UPB_INLINE bool envoy_config_bootstrap_v3_Watchdogs_has_main_thread_watchdog ( const envoy_config_bootstrap_v3_Watchdogs msg)

◆ envoy_config_bootstrap_v3_Watchdogs_has_worker_watchdog()

UPB_INLINE bool envoy_config_bootstrap_v3_Watchdogs_has_worker_watchdog ( const envoy_config_bootstrap_v3_Watchdogs msg)

◆ envoy_config_bootstrap_v3_Watchdogs_main_thread_watchdog()

UPB_INLINE const envoy_config_bootstrap_v3_Watchdog* envoy_config_bootstrap_v3_Watchdogs_main_thread_watchdog ( const envoy_config_bootstrap_v3_Watchdogs msg)

◆ envoy_config_bootstrap_v3_Watchdogs_mutable_main_thread_watchdog()

UPB_INLINE struct envoy_config_bootstrap_v3_Watchdog* envoy_config_bootstrap_v3_Watchdogs_mutable_main_thread_watchdog ( envoy_config_bootstrap_v3_Watchdogs msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdogs_mutable_worker_watchdog()

UPB_INLINE struct envoy_config_bootstrap_v3_Watchdog* envoy_config_bootstrap_v3_Watchdogs_mutable_worker_watchdog ( envoy_config_bootstrap_v3_Watchdogs msg,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdogs_new()

UPB_INLINE envoy_config_bootstrap_v3_Watchdogs* envoy_config_bootstrap_v3_Watchdogs_new ( upb_arena *  arena)

◆ envoy_config_bootstrap_v3_Watchdogs_parse()

UPB_INLINE envoy_config_bootstrap_v3_Watchdogs* envoy_config_bootstrap_v3_Watchdogs_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ envoy_config_bootstrap_v3_Watchdogs_parse_ex()

UPB_INLINE envoy_config_bootstrap_v3_Watchdogs* envoy_config_bootstrap_v3_Watchdogs_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ envoy_config_bootstrap_v3_Watchdogs_serialize()

UPB_INLINE char* envoy_config_bootstrap_v3_Watchdogs_serialize ( const envoy_config_bootstrap_v3_Watchdogs msg,
upb_arena *  arena,
size_t *  len 
)

◆ envoy_config_bootstrap_v3_Watchdogs_set_main_thread_watchdog()

UPB_INLINE void envoy_config_bootstrap_v3_Watchdogs_set_main_thread_watchdog ( envoy_config_bootstrap_v3_Watchdogs msg,
envoy_config_bootstrap_v3_Watchdog value 
)

◆ envoy_config_bootstrap_v3_Watchdogs_set_worker_watchdog()

UPB_INLINE void envoy_config_bootstrap_v3_Watchdogs_set_worker_watchdog ( envoy_config_bootstrap_v3_Watchdogs msg,
envoy_config_bootstrap_v3_Watchdog value 
)

◆ envoy_config_bootstrap_v3_Watchdogs_worker_watchdog()

UPB_INLINE const envoy_config_bootstrap_v3_Watchdog* envoy_config_bootstrap_v3_Watchdogs_worker_watchdog ( const envoy_config_bootstrap_v3_Watchdogs msg)

Variable Documentation

◆ envoy_config_bootstrap_v3_Admin_msginit

const upb_msglayout envoy_config_bootstrap_v3_Admin_msginit
extern

◆ envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_msginit

const upb_msglayout envoy_config_bootstrap_v3_Bootstrap_CertificateProviderInstancesEntry_msginit
extern

◆ envoy_config_bootstrap_v3_Bootstrap_DynamicResources_msginit

const upb_msglayout envoy_config_bootstrap_v3_Bootstrap_DynamicResources_msginit
extern

◆ envoy_config_bootstrap_v3_Bootstrap_msginit

const upb_msglayout envoy_config_bootstrap_v3_Bootstrap_msginit
extern

◆ envoy_config_bootstrap_v3_Bootstrap_StaticResources_msginit

const upb_msglayout envoy_config_bootstrap_v3_Bootstrap_StaticResources_msginit
extern

◆ envoy_config_bootstrap_v3_ClusterManager_msginit

const upb_msglayout envoy_config_bootstrap_v3_ClusterManager_msginit
extern

◆ envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_msginit

const upb_msglayout envoy_config_bootstrap_v3_ClusterManager_OutlierDetection_msginit
extern

◆ envoy_config_bootstrap_v3_FatalAction_msginit

const upb_msglayout envoy_config_bootstrap_v3_FatalAction_msginit
extern

◆ envoy_config_bootstrap_v3_LayeredRuntime_msginit

const upb_msglayout envoy_config_bootstrap_v3_LayeredRuntime_msginit
extern

◆ envoy_config_bootstrap_v3_Runtime_msginit

const upb_msglayout envoy_config_bootstrap_v3_Runtime_msginit
extern

◆ envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_msginit

const upb_msglayout envoy_config_bootstrap_v3_RuntimeLayer_AdminLayer_msginit
extern

◆ envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_msginit

const upb_msglayout envoy_config_bootstrap_v3_RuntimeLayer_DiskLayer_msginit
extern

◆ envoy_config_bootstrap_v3_RuntimeLayer_msginit

const upb_msglayout envoy_config_bootstrap_v3_RuntimeLayer_msginit
extern

◆ envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_msginit

const upb_msglayout envoy_config_bootstrap_v3_RuntimeLayer_RtdsLayer_msginit
extern

◆ envoy_config_bootstrap_v3_Watchdog_msginit

const upb_msglayout envoy_config_bootstrap_v3_Watchdog_msginit
extern

◆ envoy_config_bootstrap_v3_Watchdog_WatchdogAction_msginit

const upb_msglayout envoy_config_bootstrap_v3_Watchdog_WatchdogAction_msginit
extern

◆ envoy_config_bootstrap_v3_Watchdogs_msginit

const upb_msglayout envoy_config_bootstrap_v3_Watchdogs_msginit
extern

◆ envoy_config_cluster_v3_Cluster_msginit

const upb_msglayout envoy_config_cluster_v3_Cluster_msginit
extern

◆ envoy_config_core_v3_Address_msginit

const upb_msglayout envoy_config_core_v3_Address_msginit
extern

◆ envoy_config_core_v3_ApiConfigSource_msginit

const upb_msglayout envoy_config_core_v3_ApiConfigSource_msginit
extern

◆ envoy_config_core_v3_BindConfig_msginit

const upb_msglayout envoy_config_core_v3_BindConfig_msginit
extern

◆ envoy_config_core_v3_ConfigSource_msginit

const upb_msglayout envoy_config_core_v3_ConfigSource_msginit
extern

◆ envoy_config_core_v3_EventServiceConfig_msginit

const upb_msglayout envoy_config_core_v3_EventServiceConfig_msginit
extern

◆ envoy_config_core_v3_Node_msginit

const upb_msglayout envoy_config_core_v3_Node_msginit
extern

◆ envoy_config_core_v3_SocketOption_msginit

const upb_msglayout envoy_config_core_v3_SocketOption_msginit
extern

◆ envoy_config_core_v3_TypedExtensionConfig_msginit

const upb_msglayout envoy_config_core_v3_TypedExtensionConfig_msginit
extern

◆ envoy_config_listener_v3_Listener_msginit

const upb_msglayout envoy_config_listener_v3_Listener_msginit
extern

◆ envoy_config_metrics_v3_StatsConfig_msginit

const upb_msglayout envoy_config_metrics_v3_StatsConfig_msginit
extern

◆ envoy_config_metrics_v3_StatsSink_msginit

const upb_msglayout envoy_config_metrics_v3_StatsSink_msginit
extern

◆ envoy_config_overload_v3_OverloadManager_msginit

const upb_msglayout envoy_config_overload_v3_OverloadManager_msginit
extern

◆ envoy_config_trace_v3_Tracing_msginit

const upb_msglayout envoy_config_trace_v3_Tracing_msginit
extern

◆ envoy_extensions_transport_sockets_tls_v3_Secret_msginit

const upb_msglayout envoy_extensions_transport_sockets_tls_v3_Secret_msginit
extern

◆ envoy_type_v3_Percent_msginit

const upb_msglayout envoy_type_v3_Percent_msginit
extern

◆ google_protobuf_Duration_msginit

const upb_msglayout google_protobuf_Duration_msginit
extern

◆ google_protobuf_Struct_msginit

const upb_msglayout google_protobuf_Struct_msginit
extern

◆ google_protobuf_UInt64Value_msginit

const upb_msglayout google_protobuf_UInt64Value_msginit
extern