Home
last modified time | relevance | path

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

/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_client.py73 ordered_params=[u'bucket', u'entity'],
99 ordered_params=[u'bucket', u'entity'],
125 ordered_params=[u'bucket'],
151 ordered_params=[u'bucket'],
177 ordered_params=[u'bucket', u'entity'],
203 ordered_params=[u'bucket', u'entity'],
239 ordered_params=[u'bucket'],
265 ordered_params=[u'bucket'],
291 ordered_params=[u'bucket'],
317 ordered_params=[u'project'],
[all …]
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_client.py72 ordered_params=[u'tableId', u'columnId'],
98 ordered_params=[u'tableId', u'columnId'],
124 ordered_params=[u'tableId'],
150 ordered_params=[u'tableId'],
176 ordered_params=[u'tableId', u'columnId'],
202 ordered_params=[u'tableId', u'columnId'],
241 ordered_params=[u'sql'],
270 ordered_params=[u'sql'],
306 ordered_params=[u'tableId', u'styleId'],
332 ordered_params=[u'tableId', u'styleId'],
[all …]
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_client.py75 ordered_params=[u'operationsId'],
118 ordered_params=[u'serviceName'],
156 ordered_params=[u'serviceName'],
183 ordered_params=[u'serviceName', u'configId'],
210 ordered_params=[u'serviceName'],
242 ordered_params=[u'serviceName'],
279 ordered_params=[u'serviceName', u'customerId'],
309 ordered_params=[u'serviceName', u'customerId'],
346 ordered_params=[u'serviceName', u'consumerProjectId'],
376 ordered_params=[u'serviceName', u'consumerProjectId'],
[all …]
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_client.py71 ordered_params=[u'projectId', u'datasetId'],
97 ordered_params=[u'projectId', u'datasetId'],
123 ordered_params=[u'projectId'],
149 ordered_params=[u'projectId'],
175 ordered_params=[u'projectId', u'datasetId'],
201 ordered_params=[u'projectId', u'datasetId'],
245 ordered_params=[u'projectId', u'jobId'],
271 ordered_params=[u'projectId', u'jobId'],
297 ordered_params=[u'projectId', u'jobId'],
327 ordered_params=[u'projectId'],
[all …]
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_client.py72 ordered_params=[],
110 ordered_params=[u'name'],
137 ordered_params=[u'name'],
165 ordered_params=[u'name'],
192 ordered_params=[u'name'],
230 ordered_params=[u'name'],
257 ordered_params=[u'name'],
284 ordered_params=[u'name'],
311 ordered_params=[u'resource'],
338 ordered_params=[u'name'],
[all …]
/external/python/apitools/samples/dns_sample/dns_v1/
Ddns_v1_client.py70 ordered_params=[u'project', u'managedZone'],
96 ordered_params=[u'project', u'managedZone', u'changeId'],
122 ordered_params=[u'project', u'managedZone'],
158 ordered_params=[u'project'],
184 ordered_params=[u'project', u'managedZone'],
210 ordered_params=[u'project', u'managedZone'],
236 ordered_params=[u'project'],
272 ordered_params=[u'project'],
308 ordered_params=[u'project', u'managedZone'],
/external/python/apitools/apitools/gen/
Dservice_registry.py379 ordered_params = []
383 ordered_params.append(param_name)
392 ordered_params=ordered_params,
/external/python/apitools/apitools/base/py/
Dbase_api.py111 ordered_params = messages.StringField(7, repeated=True) variable in ApiMethodInfo