#include <service_config.h>
|
| | RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) |
| |
◆ ServiceConfig()
◆ ~ServiceConfig()
| grpc_core::ServiceConfig::~ServiceConfig |
( |
| ) |
|
|
override |
◆ Create()
Creates a new service config from parsing json_string.
Returns null on parse error.
◆ GetGlobalParsedConfig()
Retrieves the global parsed config at index index.
The lifetime of the returned object is tied to the lifetime of the ServiceConfig object.
◆ GetMethodParsedConfigVector()
Retrieves the vector of parsed configs for the method identified by path.
The lifetime of the returned vector and contained objects is tied to the lifetime of the ServiceConfig object.
◆ json_string()
| const std::string& grpc_core::ServiceConfig::json_string |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: