MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / list_instances

Function list_instances

samples/compute/create_instance.py:33–35  ·  view source on GitHub ↗
(compute, project, zone)

Source from the content-addressed store, hash-verified

31
32# [START compute_apiary_list_instances]
33def list_instances(compute, project, zone):
34 result = compute.instances().list(project=project, zone=zone).execute()
35 return result.get("items")
36
37
38# [END compute_apiary_list_instances]

Callers 1

mainFunction · 0.85

Calls 2

executeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…