Searched refs:BatchHttpRequest (Results 1 – 9 of 9) sorted by relevance
351 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 …]
217 batch_http_request = BatchHttpRequest(243 class BatchHttpRequest(object): class
49 from googleapiclient.http import BatchHttpRequest1124 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 …]
69 from googleapiclient.http import BatchHttpRequest
184 googleapiclient.http.BatchHttpRequest googleapiclient.http.BatchHttpRequest-class.html185 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#add188 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 …]
22 [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…
60 from googleapiclient.http import BatchHttpRequest1131 return BatchHttpRequest(callback=callback, batch_uri=batch_uri)
1113 class BatchHttpRequest(object): class
167 - Warn when constructing BatchHttpRequest using the legacy batch URI (#488)285 - Obtain access token if necessary in BatchHttpRequest.execute(). (#232)