
Ultimate access to all questions.
To generate a list of all the Google Cloud Platform APIs that are enabled for a specific GCP project using the gcloud command-line tool within the Cloud Shell environment, and given that the project name is my-project, what commands and steps should you perform?
A
Run gcloud projects list to get the project ID, and then run gcloud services list --project <project ID>.
B
Run gcloud init to set the current project to my-project, and then run gcloud services list --available.
C
Run gcloud info to view the account value, and then run gcloud services list --account <Account>.
D
Run gcloud projects describe <project ID> to verify the project value, and then run gcloud services list --available.