|
GRPC Core
9.0.0
|
#include <xds_bootstrap.h>
Data Structures | |
| struct | ChannelCreds |
| struct | MetadataValue |
| struct | Node |
Public Member Functions | |
| XdsBootstrap (grpc_slice contents, grpc_error **error) | |
| ~XdsBootstrap () | |
| const char * | server_uri () const |
| const InlinedVector< ChannelCreds, 1 > & | channel_creds () const |
| const Node * | node () const |
Static Public Member Functions | |
| static std::unique_ptr< XdsBootstrap > | ReadFromFile (grpc_error **error) |
| grpc_core::XdsBootstrap::XdsBootstrap | ( | grpc_slice | contents, |
| grpc_error ** | error | ||
| ) |
| grpc_core::XdsBootstrap::~XdsBootstrap | ( | ) |
|
inline |
|
inline |
|
static |
|
inline |