From 152ec4600f228e9937eb810f1d623ecd40aa97a7 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 25 Aug 2019 18:02:35 -0700 Subject: [PATCH] fix: include the correct version of node in a header (#26) --- .../phishing_protection_service_v1_beta1_client.js | 2 +- .../google-cloud-phishingprotection/synth.metadata | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/google-cloud-phishingprotection/src/v1beta1/phishing_protection_service_v1_beta1_client.js b/packages/google-cloud-phishingprotection/src/v1beta1/phishing_protection_service_v1_beta1_client.js index d3aee2d2c2a..3580786707f 100644 --- a/packages/google-cloud-phishingprotection/src/v1beta1/phishing_protection_service_v1_beta1_client.js +++ b/packages/google-cloud-phishingprotection/src/v1beta1/phishing_protection_service_v1_beta1_client.js @@ -81,7 +81,7 @@ class PhishingProtectionServiceV1Beta1Client { // Determine the client header string. const clientHeader = [ - `gl-node/${process.version}`, + `gl-node/${process.versions.node}`, `grpc/${gaxGrpc.grpcVersion}`, `gax/${gax.version}`, `gapic/${VERSION}`, diff --git a/packages/google-cloud-phishingprotection/synth.metadata b/packages/google-cloud-phishingprotection/synth.metadata index 22dd72d3a00..60f9378b9b5 100644 --- a/packages/google-cloud-phishingprotection/synth.metadata +++ b/packages/google-cloud-phishingprotection/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-08-02T11:21:01.150237Z", + "updateTime": "2019-08-21T11:18:24.993575Z", "sources": [ { "generator": { "name": "artman", - "version": "0.32.0", - "dockerImage": "googleapis/artman@sha256:6929f343c400122d85818195b18613330a12a014bffc1e08499550d40571479d" + "version": "0.34.0", + "dockerImage": "googleapis/artman@sha256:38a27ba6245f96c3e86df7acb2ebcc33b4f186d9e475efe2d64303aec3d4e0ea" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "3a40d3a5f5e5a33fd49888a8a33ed021f65c0ccf", - "internalRef": "261297518" + "sha": "11592a15391951348a64f5c303399733b1c5b3b2", + "internalRef": "264425502" } }, {