From a08aef769f3fc0824d59a98e3b34fb43724b579d Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot <44816363+yoshi-automation@users.noreply.github.com> Date: Tue, 5 Feb 2019 08:23:31 -0800 Subject: [PATCH] docs: fix example comments (#511) docs: fix example comments --- src/v1/database_admin_client.js | 4 ++-- src/v1/instance_admin_client.js | 8 ++++---- src/v1/spanner_client.js | 4 ++-- synth.metadata | 10 +++++----- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/v1/database_admin_client.js b/src/v1/database_admin_client.js index 7cfc569d8..022d76bb8 100644 --- a/src/v1/database_admin_client.js +++ b/src/v1/database_admin_client.js @@ -308,7 +308,7 @@ class DatabaseAdminClient { * .then(responses => { * const resources = responses[0]; * for (const resource of resources) { - * // doThingsWith(resources[i]) + * // doThingsWith(resource) * } * }) * .catch(err => { @@ -328,7 +328,7 @@ class DatabaseAdminClient { * // The actual response object, if necessary. * // const rawResponse = responses[2]; * for (const resource of resources) { - * // doThingsWith(resources[i]); + * // doThingsWith(resource); * } * if (nextRequest) { * // Fetch the next page. diff --git a/src/v1/instance_admin_client.js b/src/v1/instance_admin_client.js index 82d2b42fd..70d65a5b2 100644 --- a/src/v1/instance_admin_client.js +++ b/src/v1/instance_admin_client.js @@ -332,7 +332,7 @@ class InstanceAdminClient { * .then(responses => { * const resources = responses[0]; * for (const resource of resources) { - * // doThingsWith(resources[i]) + * // doThingsWith(resource) * } * }) * .catch(err => { @@ -352,7 +352,7 @@ class InstanceAdminClient { * // The actual response object, if necessary. * // const rawResponse = responses[2]; * for (const resource of resources) { - * // doThingsWith(resources[i]); + * // doThingsWith(resource); * } * if (nextRequest) { * // Fetch the next page. @@ -551,7 +551,7 @@ class InstanceAdminClient { * .then(responses => { * const resources = responses[0]; * for (const resource of resources) { - * // doThingsWith(resources[i]) + * // doThingsWith(resource) * } * }) * .catch(err => { @@ -571,7 +571,7 @@ class InstanceAdminClient { * // The actual response object, if necessary. * // const rawResponse = responses[2]; * for (const resource of resources) { - * // doThingsWith(resources[i]); + * // doThingsWith(resource); * } * if (nextRequest) { * // Fetch the next page. diff --git a/src/v1/spanner_client.js b/src/v1/spanner_client.js index 954ceda15..7be0c2d36 100644 --- a/src/v1/spanner_client.js +++ b/src/v1/spanner_client.js @@ -400,7 +400,7 @@ class SpannerClient { * .then(responses => { * const resources = responses[0]; * for (const resource of resources) { - * // doThingsWith(resources[i]) + * // doThingsWith(resource) * } * }) * .catch(err => { @@ -420,7 +420,7 @@ class SpannerClient { * // The actual response object, if necessary. * // const rawResponse = responses[2]; * for (const resource of resources) { - * // doThingsWith(resources[i]); + * // doThingsWith(resource); * } * if (nextRequest) { * // Fetch the next page. diff --git a/synth.metadata b/synth.metadata index e90f74607..212c0056d 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-02-02T12:24:01.282246Z", + "updateTime": "2019-02-05T12:19:30.273042Z", "sources": [ { "generator": { "name": "artman", - "version": "0.16.8", - "dockerImage": "googleapis/artman@sha256:75bc07ef34a1de9895c18af54dc503ed3b3f3b52e85062e3360a979d2a0741e7" + "version": "0.16.9", + "dockerImage": "googleapis/artman@sha256:80c39fa84e7203c8f355e01bdeef82155013cc39dcaa48fba7a6fe2c253623e3" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "bce093dab3e65c40eb9a37efbdc960f34df6037a", - "internalRef": "231974277" + "sha": "f26c727dde5051abefc5ad9e7dee82a2686ad2b0", + "internalRef": "232306662" } }, {