GRPC C++
1.30.0
|
Information requested from the channel. More...
#include <grpc_types.h>
Data Fields | |
char ** | lb_policy_name |
If non-NULL, will be set to point to a string indicating the LB policy name. More... | |
char ** | service_config_json |
If non-NULL, will be set to point to a string containing the service config used by the channel in JSON form. More... | |
Information requested from the channel.
char** grpc_channel_info::lb_policy_name |
If non-NULL, will be set to point to a string indicating the LB policy name.
Caller takes ownership.
char** grpc_channel_info::service_config_json |
If non-NULL, will be set to point to a string containing the service config used by the channel in JSON form.