Searched defs:MethodConfig (Results 1 – 6 of 6) sorted by relevance
47 struct MethodConfig { struct48 struct Name {73 std::vector<Name> names;75 static const JsonLoaderInterface* JsonLoader(const JsonArgs&) { in JsonLoader()
259 struct MethodConfig { struct260 std::unique_ptr<RetryMethodConfig> retry_policy;262 static const JsonLoaderInterface* JsonLoader(const JsonArgs&) { in JsonLoader()
109 MethodConfig = collections.namedtuple("MethodConfig", ["retry", "timeout"]) variable
43 message MethodConfig { message