We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053ec0b commit d4dfc2cCopy full SHA for d4dfc2c
eventarc/quickstart/quickstart.js
@@ -18,16 +18,14 @@ async function main(projectId) {
18
// Imports the Google Cloud client library
19
20
// remove this line after package is released
21
- // eslint-disable-next-line node/no-missing-require
22
const {EventarcClient} = require('@google-cloud/eventarc');
23
24
- // TODO(developer): replace with your prefered project ID.
+ // TODO: replace with your prefered project ID.
25
// const projectId = 'my-project'
26
27
// Creates a client
28
const client = new EventarcClient();
29
30
- //TODO(library generator): write the actual function you will be testing
31
async function doSomething() {
32
for await (const trigger of await client.listTriggersAsync({
33
parent: client.locationPath(projectId, 'us-central1'),
0 commit comments