Home
last modified time | relevance | path

Searched refs:query_params (Results 1 – 25 of 39) sorted by relevance

12

/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_client.py75 query_params=[],
101 query_params=[],
127 query_params=[],
153 query_params=[],
179 query_params=[],
205 query_params=[],
241 query_params=[u'ifMetagenerationMatch', u'ifMetagenerationNotMatch'],
267 query_params=[u'ifMetagenerationMatch', u'ifMetagenerationNotMatch', u'projection'],
293 query_params=[],
319 query_params=[u'predefinedAcl', u'predefinedDefaultObjectAcl', u'project', u'projection'],
[all …]
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_client.py74 query_params=[],
100 query_params=[],
126 query_params=[],
152 query_params=[u'maxResults', u'pageToken'],
178 query_params=[],
204 query_params=[],
243 query_params=[u'hdrs', u'sql', u'typed'],
272 query_params=[u'hdrs', u'sql', u'typed'],
308 query_params=[],
334 query_params=[],
[all …]
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_client.py77 query_params=[],
120 query_params=[u'userEmail'],
158 query_params=[],
185 query_params=[],
212 query_params=[u'pageSize', u'pageToken'],
244 query_params=[],
281 query_params=[u'expand', u'view'],
311 query_params=[u'updateMask'],
348 query_params=[u'expand', u'view'],
378 query_params=[u'updateMask'],
[all …]
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_client.py73 query_params=[u'deleteContents'],
99 query_params=[],
125 query_params=[],
151 query_params=[u'all', u'filter', u'maxResults', u'pageToken'],
177 query_params=[],
203 query_params=[],
247 query_params=[],
273 query_params=[],
299 query_params=[u'maxResults', u'pageToken', u'startIndex', u'timeoutMs'],
329 query_params=[],
[all …]
/external/python/google-api-python-client/tests/
Dtest_json_model.py48 query_params = {}
52 headers, path_params, query_params, body
65 query_params = {}
69 headers, path_params, query_params, body
82 query_params = {}
86 headers, path_params, query_params, body
100 query_params = {}
104 headers, path_params, query_params, body
117 query_params = {
126 headers, path_params, query_params, body
[all …]
Dtest_protobuf_model.py53 query_params = {}
57 headers, path_params, query_params, body
68 query_params = {}
72 headers, path_params, query_params, body
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_client.py74 query_params=[],
112 query_params=[],
139 query_params=[],
167 query_params=[u'publicKeyType'],
194 query_params=[u'keyTypes'],
232 query_params=[],
259 query_params=[],
286 query_params=[],
313 query_params=[],
340 query_params=[u'pageSize', u'pageToken', u'removeDeletedServiceAccounts'],
[all …]
/external/python/google-auth-library-python/google/auth/
D_helpers.py164 query_params = urllib.parse.parse_qs(parts.query)
166 query_params.update(params)
168 query_params = {
169 key: value for key, value in six.iteritems(query_params) if key not in remove
172 new_query = urllib.parse.urlencode(query_params, doseq=True)
/external/python/apitools/samples/dns_sample/dns_v1/
Ddns_v1_client.py72 query_params=[],
98 query_params=[],
124 query_params=[u'maxResults', u'pageToken', u'sortBy', u'sortOrder'],
160 query_params=[],
186 query_params=[],
212 query_params=[],
238 query_params=[u'dnsName', u'maxResults', u'pageToken'],
274 query_params=[],
310 query_params=[u'maxResults', u'name', u'pageToken', u'type'],
/external/autotest/utils/frozen_chromite/third_party/oauth2client/
Dtools.py81 query_params = {} variable in ClientRedirectServer
103 self.server.query_params = query
219 if 'error' in httpd.query_params:
221 if 'code' in httpd.query_params:
222 code = httpd.query_params['code']
Dclient.py467 query_params = dict(urllib.parse.parse_qsl(parts.query))
468 query_params.update(params)
469 new_parts = parts._replace(query=urllib.parse.urlencode(query_params))
935 query_params = {'token': token}
936 token_revoke_uri = _update_query_params(self.revoke_uri, query_params)
978 query_params = {'access_token': token, 'fields': 'scope'}
980 query_params)
2018 query_params = {
2024 query_params['state'] = state
2026 query_params['login_hint'] = self.login_hint
[all …]
/external/python/oauth2client/oauth2client/
Dtools.py108 query_params = {} variable in ClientRedirectServer
130 self.server.query_params = query
231 if 'error' in httpd.query_params:
233 if 'code' in httpd.query_params:
234 code = httpd.query_params['code']
Dclient.py454 query_params = dict(urllib.parse.parse_qsl(parts.query))
455 query_params.update(params)
456 new_parts = parts._replace(query=urllib.parse.urlencode(query_params))
861 query_params = {'token': token}
862 token_revoke_uri = _update_query_params(self.revoke_uri, query_params)
904 query_params = {'access_token': token, 'fields': 'scope'}
906 query_params)
1906 query_params = {
1912 query_params['state'] = state
1914 query_params['login_hint'] = self.login_hint
[all …]
/external/python/google-auth-library-python/system_tests/system_tests_async/
Dconftest.py68 query_params = {}
71 query_params["access_token"] = access_token
73 query_params["id_token"] = id_token
77 url = _helpers.update_query(sync_conftest.TOKEN_INFO_URL, query_params)
/external/python/apitools/apitools/base/py/
Dbase_api.py110 query_params = messages.StringField(6, repeated=True) variable in ApiMethodInfo
169 def __init__(self, base_url, relative_path=None, query_params=None): argument
175 self.query_params = urllib.parse.parse_qs(components.query or '')
176 if query_params is not None:
177 self.query_params.update(query_params)
185 query_params = urllib.parse.parse_qs(urlparts.query)
190 base_url, relative_path=relative_path, query_params=query_params)
212 return urllib.parse.urlencode(self.query_params, True)
458 url_builder.query_params['key'] = self.global_params.key
547 def __ConstructQueryParams(self, query_params, request, global_params): argument
[all …]
Dbase_api_test.py230 request_type_name='MessageWithTime', query_params=['timestamp'])
241 request_type_name='MessageWithTime', query_params=['timestamp'])
262 request_type_name='SimpleMessage', query_params=['bytes_field'])
277 request_type_name='SimpleMessage', query_params=['bytes_field'])
294 query_params=['remapped_field', 'enum_field'])
/external/python/python-api-core/google/api_core/operations_v1/transports/
Drest.py180 query_params = json_format.MessageToDict(
194 params=rest_helpers.flatten_query_params(query_params),
257 query_params = json_format.MessageToDict(
271 params=rest_helpers.flatten_query_params(query_params),
327 query_params = json_format.MessageToDict(
341 params=rest_helpers.flatten_query_params(query_params),
403 query_params = json_format.MessageToDict(
417 params=rest_helpers.flatten_query_params(query_params),
/external/python/google-auth-library-python/system_tests/system_tests_sync/
Dconftest.py96 query_params = {}
99 query_params["access_token"] = access_token
101 query_params["id_token"] = id_token
105 url = _helpers.update_query(TOKEN_INFO_URL, query_params)
/external/python/google-api-python-client/googleapiclient/
D_helpers.py185 query_params = parse_unique_urlencoded(parts.query)
186 query_params.update(params)
187 new_query = urllib.parse.urlencode(query_params)
Dmodel.py54 def request(self, headers, path_params, query_params, body_value): argument
124 def request(self, headers, path_params, query_params, body_value): argument
141 query = self._build_query(query_params)
/external/python/google-auth-library-python/google/auth/compute_engine/
D_metadata.py140 query_params = {} if params is None else params
143 query_params["recursive"] = "true"
145 url = _helpers.update_query(base_url, query_params)
/external/python/oauth2client/tests/
Dtest_tools.py51 self.assertEqual(httpd.query_params.get('code'), code)
125 self.server.query_params = {'code': 'auth_code'}
147 self.server.query_params = {'error': 'any error'}
161 self.server.query_params = {}
/external/python/oauth2client/scripts/
Drun_gce_system_tests.py43 query_params = {'access_token': credentials.access_token}
45 urllib.parse.urlencode(query_params))
/external/autotest/utils/frozen_chromite/third_party/googleapiclient/
Dmodel.py53 def request(self, headers, path_params, query_params, body_value): argument
123 def request(self, headers, path_params, query_params, body_value): argument
140 query = self._build_query(query_params)
/external/autotest/client/site_tests/video_AVAnalysis/
Dvideo_AVAnalysis.py109 query_params = {'filename': self.rec_info.vid_name,
113 response = requests.post(destination, params=query_params,

12