| 31 | const instanceTemplatesClient = new compute.InstanceTemplatesClient(); |
| 32 | |
| 33 | const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'}); |
| 34 | |
| 35 | // A helper for delaying integration tests with an exponential backoff. |
| 36 | // See examples like: https://github.com/googleapis/nodejs-monitoring/issues/190, |