#include <xds_bootstrap.h>
Public Member Functions | |
bool | IgnoreResourceDeletion () const |
bool | operator< (const XdsServer &other) const |
bool | operator== (const XdsServer &other) const |
bool | ShouldUseV3 () const |
Json::Object | ToJson () const |
Static Public Member Functions | |
static XdsServer | Parse (const Json &json, grpc_error_handle *error) |
Public Attributes | |
Json | channel_creds_config |
std::string | channel_creds_type |
std::set< std::string > | server_features |
std::string | server_uri |
Definition at line 52 of file xds_bootstrap.h.
bool grpc_core::XdsBootstrap::XdsServer::IgnoreResourceDeletion | ( | ) | const |
Definition at line 171 of file xds_bootstrap.cc.
Definition at line 67 of file xds_bootstrap.h.
Definition at line 60 of file xds_bootstrap.h.
|
static |
Definition at line 115 of file xds_bootstrap.cc.
bool grpc_core::XdsBootstrap::XdsServer::ShouldUseV3 | ( | ) | const |
Definition at line 166 of file xds_bootstrap.cc.
Json::Object grpc_core::XdsBootstrap::XdsServer::ToJson | ( | ) | const |
Definition at line 147 of file xds_bootstrap.cc.
Json grpc_core::XdsBootstrap::XdsServer::channel_creds_config |
Definition at line 55 of file xds_bootstrap.h.
std::string grpc_core::XdsBootstrap::XdsServer::channel_creds_type |
Definition at line 54 of file xds_bootstrap.h.
std::set<std::string> grpc_core::XdsBootstrap::XdsServer::server_features |
Definition at line 56 of file xds_bootstrap.h.
std::string grpc_core::XdsBootstrap::XdsServer::server_uri |
Definition at line 53 of file xds_bootstrap.h.