GRPC Core  39.0.0
Data Fields
grpc_channel_info Struct Reference

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...
 

Detailed Description

Information requested from the channel.

Field Documentation

◆ lb_policy_name

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.

◆ service_config_json

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.


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