GRPC Core  18.0.0
Public Types | Data Fields
grpc_core::GrpcLbResponse Struct Reference

#include <load_balancer_api.h>

Public Types

enum  { INITIAL , SERVERLIST , FALLBACK }
 

Data Fields

enum grpc_core::GrpcLbResponse:: { ... }  type
 
grpc_millis client_stats_report_interval = 0
 
std::vector< GrpcLbServerserverlist
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
INITIAL 
SERVERLIST 
FALLBACK 

Field Documentation

◆ client_stats_report_interval

grpc_millis grpc_core::GrpcLbResponse::client_stats_report_interval = 0

◆ serverlist

std::vector<GrpcLbServer> grpc_core::GrpcLbResponse::serverlist

◆ 

enum { ... } grpc_core::GrpcLbResponse::type

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