Home
last modified time | relevance | path

Searched refs:rootDesc (Results 1 – 1 of 1) sorted by relevance

/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py384 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)
[all …]