GRPC C++  1.39.1
Public Member Functions
grpc_core::internal::ClientChannelGlobalParsedConfig Class Reference

#include <resolver_result_parsing.h>

Public Member Functions

 ClientChannelGlobalParsedConfig (RefCountedPtr< LoadBalancingPolicy::Config > parsed_lb_config, std::string parsed_deprecated_lb_policy, absl::optional< std::string > health_check_service_name)
 
RefCountedPtr< LoadBalancingPolicy::Configparsed_lb_config () const
 
const std::string & parsed_deprecated_lb_policy () const
 
const absl::optional< std::string > & health_check_service_name () const
 
- Public Member Functions inherited from grpc_core::ServiceConfigParser::ParsedConfig
virtual ~ParsedConfig ()=default
 

Constructor & Destructor Documentation

◆ ClientChannelGlobalParsedConfig()

grpc_core::internal::ClientChannelGlobalParsedConfig::ClientChannelGlobalParsedConfig ( RefCountedPtr< LoadBalancingPolicy::Config parsed_lb_config,
std::string  parsed_deprecated_lb_policy,
absl::optional< std::string >  health_check_service_name 
)
inline

Member Function Documentation

◆ health_check_service_name()

const absl::optional<std::string>& grpc_core::internal::ClientChannelGlobalParsedConfig::health_check_service_name ( ) const
inline

◆ parsed_deprecated_lb_policy()

const std::string& grpc_core::internal::ClientChannelGlobalParsedConfig::parsed_deprecated_lb_policy ( ) const
inline

◆ parsed_lb_config()

RefCountedPtr<LoadBalancingPolicy::Config> grpc_core::internal::ClientChannelGlobalParsedConfig::parsed_lb_config ( ) const
inline

The documentation for this class was generated from the following file: