From bdd1ba01a958f7e9889bf51e3117b8970e372986 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 4 Oct 2023 21:00:53 +0000 Subject: [PATCH] chore(nodejs): Add `system-test/fixtures` to `.eslintignore` * fix: Add `system-test/fixtures` to `.eslintignore` * refactor: Use `**` Source-Link: https://github.com/googleapis/synthtool/commit/b7858ba70e8acabc89d13558a71dd9318a57034a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:abc68a9bbf4fa808b25fa16d3b11141059dc757dbc34f024744bba36c200b40f --- .github/.OwlBot.lock.yaml | 4 ++-- ...logging_service_v2.list_monitored_resource_descriptors.js | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 807a8916..40b49d2b 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest - digest: sha256:8b6a07a38d1583d96b6e251ba208bd4ef0bc2a0cc37471ffc518841651d15bd6 -# created: 2023-09-25T22:18:27.595486267Z + digest: sha256:abc68a9bbf4fa808b25fa16d3b11141059dc757dbc34f024744bba36c200b40f +# created: 2023-10-04T20:56:40.710775365Z diff --git a/samples/generated/v2/logging_service_v2.list_monitored_resource_descriptors.js b/samples/generated/v2/logging_service_v2.list_monitored_resource_descriptors.js index 2d05df22..76cc75e4 100644 --- a/samples/generated/v2/logging_service_v2.list_monitored_resource_descriptors.js +++ b/samples/generated/v2/logging_service_v2.list_monitored_resource_descriptors.js @@ -51,9 +51,8 @@ function main() { const request = {}; // Run request - const iterable = await loggingClient.listMonitoredResourceDescriptorsAsync( - request - ); + const iterable = + await loggingClient.listMonitoredResourceDescriptorsAsync(request); for await (const response of iterable) { console.log(response); }