We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2151afb commit bd0e674Copy full SHA for bd0e674
compute/vms_api.js
@@ -28,7 +28,7 @@ function auth (callback) {
28
29
// The createScopedRequired method returns true when running on GAE or a
30
// local developer machine. In that case, the desired scopes must be passed
31
- // in manually. When the code is running in GCE or a Managed VM, the scopes
+ // in manually. When the code is running in GCE or GAE Flexible, the scopes
32
// are pulled from the GCE metadata server.
33
// See https://cloud.google.com/compute/docs/authentication for more
34
// information.
0 commit comments