I dont see an easy way of listing the resources in a google cloud project from the console. For those familiar with Azure, I can easily navigate over to the resource group and it will displays all the resources within it. I cannot appear to do the same in google cloud.
-
Google Cloud has a similar feature [Asset Inventory](https://console.cloud.google.com/iam-admin/asset-inventory/resources) but the Google Cloud GUI displays resources by (I think) SKU which means a large amount of detail is displayed. The weakness is that all resources are not included. For me, that is primarily useful if I am auditing a project. Azure provides details at a higher level (fewer details). See Fariya's answer for more information. The Google Cloud benefit is that you can export the details (CSV) for use in a spreadsheet or similar type of app. – John Hanley Jul 13 '23 at 05:57
-
@user1074593 You can also refer to this SO [link](https://stackoverflow.com/questions/60517563) for more information. – Fariya Rahmat Jul 13 '23 at 08:10
1 Answers
You can use the Google Asset inventory feature to list all the resources in your project.
To search all resources using the console, complete the following steps.
Go to the Asset Inventory page in the Google Cloud console.
To set the scope of your search, open the Projects list box in the menu bar, and then select the organization, folder, or project to query.
Select the Resource tab.
To search resources, enter the query text in the Filter bar. Select the text box, and then a list of searchable fields display. Resource search supports multiple fields.
Search results can also be filtered by the pre-defined Asset type, Project, and Location filters in the Filter results pane.
However, all the resources aren't supported. You can find the full list of supported asset type here.

- 2,123
- 3
- 11