Home
last modified time | relevance | path

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

/external/python/apitools/apitools/base/py/
Dbatch_test.py351 batch_request = batch.BatchHttpRequest('https://www.example.com')
363 batch_request = batch.BatchHttpRequest('https://www.example.com')
374 batch_request = batch.BatchHttpRequest('https://www.example.com')
397 batch_request = batch.BatchHttpRequest('https://www.example.com')
410 batch_request = batch.BatchHttpRequest('https://www.example.com')
426 batch_request = batch.BatchHttpRequest('https://www.example.com')
444 batch_request = batch.BatchHttpRequest('https://www.example.com')
469 batch_request = batch.BatchHttpRequest(example_url)
475 batch_request = batch.BatchHttpRequest('https://www.example.com')
481 batch_request = batch.BatchHttpRequest('https://www.example.com')
[all …]
Dbatch.py217 batch_http_request = BatchHttpRequest(
243 class BatchHttpRequest(object): class
/external/python/google-api-python-client/tests/
Dtest_http.py49 from googleapiclient.http import BatchHttpRequest
1124 batch = BatchHttpRequest()
1128 batch = BatchHttpRequest()
1134 batch = BatchHttpRequest()
1149 batch = BatchHttpRequest()
1168 batch = BatchHttpRequest()
1183 batch = BatchHttpRequest()
1198 batch = BatchHttpRequest()
1207 batch = BatchHttpRequest()
1221 batch = BatchHttpRequest()
[all …]
Dtest_discovery.py69 from googleapiclient.http import BatchHttpRequest
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt184 googleapiclient.http.BatchHttpRequest googleapiclient.http.BatchHttpRequest-class.html
185 googleapiclient.http.BatchHttpRequest.__init__ googleapiclient.http.BatchHttpRequest-class.html#__i…
186 googleapiclient.http.BatchHttpRequest._execute googleapiclient.http.BatchHttpRequest-class.html#_ex…
187 googleapiclient.http.BatchHttpRequest.add googleapiclient.http.BatchHttpRequest-class.html#add
188 googleapiclient.http.BatchHttpRequest._refresh_and_apply_credentials googleapiclient.http.BatchHttp…
189 googleapiclient.http.BatchHttpRequest.execute googleapiclient.http.BatchHttpRequest-class.html#exec…
190 googleapiclient.http.BatchHttpRequest._id_to_header googleapiclient.http.BatchHttpRequest-class.htm…
191 googleapiclient.http.BatchHttpRequest._deserialize_response googleapiclient.http.BatchHttpRequest-c…
192 googleapiclient.http.BatchHttpRequest._header_to_id googleapiclient.http.BatchHttpRequest-class.htm…
193 googleapiclient.http.BatchHttpRequest._new_id googleapiclient.http.BatchHttpRequest-class.html#_new…
[all …]
/external/python/google-api-python-client/docs/
Dbatch.md22 [BatchHttpRequest](https://google.github.io/google-api-python-client/docs/epy/googleapiclient.http.
42 …le.github.io/google-api-python-client/docs/epy/googleapiclient.http.BatchHttpRequest-class.html#ad…
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py60 from googleapiclient.http import BatchHttpRequest
1131 return BatchHttpRequest(callback=callback, batch_uri=batch_uri)
Dhttp.py1113 class BatchHttpRequest(object): class
/external/python/google-api-python-client/
DCHANGELOG167 - Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
285 - Obtain access token if necessary in BatchHttpRequest.execute(). (#232)