File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515from typing import Iterable
1616
1717# [START compute_images_get]
18- # [START compute_images_list ]
18+ # [START compute_images_get_list ]
1919from google .cloud import compute_v1
2020
21- # [END compute_images_list ]
21+ # [END compute_images_get_list ]
2222# [END compute_images_get]
2323
2424
25- # [START compute_images_list ]
25+ # [START compute_images_get_list ]
2626def list_images (project_id : str ) -> Iterable [compute_v1 .Image ]:
2727 """
2828 Retrieve a list of images available in given project.
@@ -37,7 +37,7 @@ def list_images(project_id: str) -> Iterable[compute_v1.Image]:
3737 return image_client .list (project = project_id )
3838
3939
40- # [END compute_images_list ]
40+ # [END compute_images_get_list ]
4141
4242
4343# [START compute_images_get]
You can’t perform that action at this time.
0 commit comments