Lines Matching refs:rootDesc
384 resourceDesc=service, rootDesc=service, schema=schema)
702 def createMethod(methodName, methodDesc, rootDesc, schema): argument
714 maxSize, mediaPathUrl) = _fix_up_method_description(methodDesc, rootDesc, schema)
888 skip_parameters = list(rootDesc.get('parameters', {}).keys())
999 resourceDesc, rootDesc, schema): argument
1025 self._rootDesc = rootDesc
1067 def _add_basic_methods(self, resourceDesc, rootDesc, schema): argument
1069 if resourceDesc == rootDesc:
1071 rootDesc['rootUrl'], rootDesc.get('batchPath', 'batch'))
1093 methodName, methodDesc, rootDesc, schema)
1100 methodName + '_media', methodDesc, rootDesc, schema)
1104 def _add_nested_resources(self, resourceDesc, rootDesc, schema): argument
1122 resourceDesc=methodDesc, rootDesc=rootDesc,