From f148ce333ad63c576d9b2e73a08acbfb915c087f Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 08:38:38 -0700 Subject: [PATCH] chore: update gapic-generator-typescript to v1.3.2 (#747) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update gapic-generator-typescript to v1.3.2 Committer: @alexander-fenster PiperOrigin-RevId: 372656503 Source-Link: https://github.com/googleapis/googleapis/commit/6fa858c6489b1bbc505a7d7afe39f2dc45819c38 Source-Link: https://github.com/googleapis/googleapis-gen/commit/d7c95df3ab1ea1b4c22a4542bad4924cc46d1388 * 🦉 Updates from OwlBot Co-authored-by: Owl Bot Co-authored-by: Jeff Ching --- packages/google-cloud-node/src/v1/speech_client.ts | 1 - packages/google-cloud-node/src/v1p1beta1/adaptation_client.ts | 1 - packages/google-cloud-node/src/v1p1beta1/speech_client.ts | 1 - 3 files changed, 3 deletions(-) diff --git a/packages/google-cloud-node/src/v1/speech_client.ts b/packages/google-cloud-node/src/v1/speech_client.ts index 5944cab9b6d3..481d49f9c9bd 100644 --- a/packages/google-cloud-node/src/v1/speech_client.ts +++ b/packages/google-cloud-node/src/v1/speech_client.ts @@ -25,7 +25,6 @@ import { ClientOptions, LROperation, } from 'google-gax'; -import * as path from 'path'; import * as protos from '../../protos/protos'; import jsonProtos = require('../../protos/protos.json'); diff --git a/packages/google-cloud-node/src/v1p1beta1/adaptation_client.ts b/packages/google-cloud-node/src/v1p1beta1/adaptation_client.ts index 1e7cf174234d..07e31ae1c653 100644 --- a/packages/google-cloud-node/src/v1p1beta1/adaptation_client.ts +++ b/packages/google-cloud-node/src/v1p1beta1/adaptation_client.ts @@ -26,7 +26,6 @@ import { PaginationCallback, GaxCall, } from 'google-gax'; -import * as path from 'path'; import {Transform} from 'stream'; import {RequestType} from 'google-gax/build/src/apitypes'; diff --git a/packages/google-cloud-node/src/v1p1beta1/speech_client.ts b/packages/google-cloud-node/src/v1p1beta1/speech_client.ts index 51b4f5f98678..8d4a6751c257 100644 --- a/packages/google-cloud-node/src/v1p1beta1/speech_client.ts +++ b/packages/google-cloud-node/src/v1p1beta1/speech_client.ts @@ -25,7 +25,6 @@ import { ClientOptions, LROperation, } from 'google-gax'; -import * as path from 'path'; import * as protos from '../../protos/protos'; import jsonProtos = require('../../protos/protos.json');