Searched defs:methodConfigs (Results 1 – 2 of 2) sorted by relevance
43 private final List<MethodConfig> methodConfigs; field in GapicServiceConfig53 List<MethodConfig> methodConfigs, Map<MethodConfig.Name, Integer> methodConfigTable) { in GapicServiceConfig()65 List<MethodConfig> methodConfigs = serviceConfig.getMethodConfigList(); in create() local
106 List<Map<String, ?>> methodConfigs = in fromServiceConfig() local