Home
last modified time | relevance | path

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

/external/python/google-api-python-client/docs/
Dbatch.md20 You create batch requests by calling `new_batch_http_request()` on your service
49 If you supply a callback to both `new_batch_http_request()` and `add()`, they both get called.
69 batch = service.new_batch_http_request()
88 batch = service.new_batch_http_request(callback=insert_animal)
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py1117 def new_batch_http_request(callback=None): function
1133 self._set_dynamic_attr("new_batch_http_request", new_batch_http_request)
/external/python/google-api-python-client/tests/
Dtest_discovery.py827 batch_request = zoo.new_batch_http_request()
836 batch_request = plus.new_batch_http_request()
/external/python/google-api-python-client/
DCHANGELOG320 Add the googleapiclient.discovery.Resource.new_batch_http_request method.