Solved

You Need to Produce a List of the Enabled Google

Question 119

Multiple Choice

You need to produce a list of the enabled Google Cloud Platform APIs for a GCP project using the gcloud command line in the Cloud Shell. The project name is my-project . What should you do?


A) Run gcloud projects list to get the project ID, and then run gcloud services list --project <project ID> . 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 . gcloud init to set the current project to , and then run gcloud services list --available
C) Run gcloud info to view the account value, and then run g cloud services list --account <Account> . gcloud info to view the account value, and then run g cloud services list --account <Account>
D) Run gcloud projects describe <project ID> to verify the project value, and then run gcloud services list --available . gcloud projects describe <project ID> to verify the project value, and then run

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions