Lines Matching refs:rootDesc
397 rootDesc=service,
711 def createMethod(methodName, methodDesc, rootDesc, schema): argument
729 ) = _fix_up_method_description(methodDesc, rootDesc, schema)
911 skip_parameters = list(rootDesc.get("parameters", {}).keys())
1039 rootDesc, argument
1067 self._rootDesc = rootDesc
1109 def _add_basic_methods(self, resourceDesc, rootDesc, schema): argument
1111 if resourceDesc == rootDesc:
1113 rootDesc["rootUrl"],
1114 rootDesc.get("batchPath", "batch"),
1139 methodName, methodDesc, rootDesc, schema
1148 methodName + "_media", methodDesc, rootDesc, schema
1154 def _add_nested_resources(self, resourceDesc, rootDesc, schema): argument
1176 rootDesc=rootDesc,