#include <python_generator.h>
Public Member Functions | |
GeneratorConfiguration () | |
Public Attributes | |
std::string | beta_package_root |
std::string | grpc_package_root |
std::string | import_prefix |
std::vector< std::string > | prefixes_to_filter |
Definition at line 32 of file src/compiler/python_generator.h.
grpc_python_generator::GeneratorConfiguration::GeneratorConfiguration | ( | ) |
Definition at line 823 of file src/compiler/python_generator.cc.
std::string grpc_python_generator::GeneratorConfiguration::beta_package_root |
Definition at line 36 of file src/compiler/python_generator.h.
std::string grpc_python_generator::GeneratorConfiguration::grpc_package_root |
Definition at line 34 of file src/compiler/python_generator.h.
std::string grpc_python_generator::GeneratorConfiguration::import_prefix |
Definition at line 38 of file src/compiler/python_generator.h.
std::vector<std::string> grpc_python_generator::GeneratorConfiguration::prefixes_to_filter |
Definition at line 39 of file src/compiler/python_generator.h.