I was going through the Google Cloud Java SDK on Github when I came across this line. I don't quite understand the meaning of "within Compute/App Engine". This is in with regards to Authentication for Google Cloud Services.
Github Link : https://github.com/GoogleCloudPlatform/google-cloud-java
*When using google-cloud libraries from within Compute/App Engine, no additional authentication steps are necessary. For example:
`Storage storage = StorageOptions.getDefaultInstance().getService();`*