What would you like to accomplish by running this command? Does your 
use-case ask specifically for the use of a gcloud command? 

In this particular case, the easiest and straightforward way to get the 
desired information is an API call to method: instances.list 
<https://cloud.google.com/compute/docs/reference/rest/v1/instances/list> of 
the REST API, from your PHP script. To simplify calling the API, you should 
use the Client Library 
<https://cloud.google.com/compute/docs/api/libraries#google_apis_php_client_library>
. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/51f71c27-76ca-415d-979d-c4e20a055935%40googlegroups.com.

Reply via email to