From f8a9b869c759b443d19a7c411cf6c4da57d2e755 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot <yoshi-automation@google.com> Date: Fri, 22 Nov 2019 13:15:56 -0800 Subject: [PATCH] fix: import long type into proto ts declaration file (#93) --- .../google-cloud-datalabeling/protos/protos.d.ts | 15 +++++++++++++++ .../google-cloud-datalabeling/protos/protos.js | 14 ++++++++++++++ packages/google-cloud-datalabeling/synth.metadata | 10 +++++----- 3 files changed, 34 insertions(+), 5 deletions(-) diff --git a/packages/google-cloud-datalabeling/protos/protos.d.ts b/packages/google-cloud-datalabeling/protos/protos.d.ts index a7f4031d54d..62dd5551bb1 100644 --- a/packages/google-cloud-datalabeling/protos/protos.d.ts +++ b/packages/google-cloud-datalabeling/protos/protos.d.ts @@ -1,3 +1,18 @@ +// Copyright 2019 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +import * as Long from "long"; import * as $protobuf from "protobufjs"; /** Namespace google. */ export namespace google { diff --git a/packages/google-cloud-datalabeling/protos/protos.js b/packages/google-cloud-datalabeling/protos/protos.js index 43e76339547..5fe96c18557 100644 --- a/packages/google-cloud-datalabeling/protos/protos.js +++ b/packages/google-cloud-datalabeling/protos/protos.js @@ -1,3 +1,17 @@ +// Copyright 2019 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + /*eslint-disable block-scoped-var, id-length, no-control-regex, no-magic-numbers, no-prototype-builtins, no-redeclare, no-shadow, no-var, sort-vars*/ (function(global, factory) { /* global define, require, module */ diff --git a/packages/google-cloud-datalabeling/synth.metadata b/packages/google-cloud-datalabeling/synth.metadata index 3d85cf2982b..b4adac2a8dd 100644 --- a/packages/google-cloud-datalabeling/synth.metadata +++ b/packages/google-cloud-datalabeling/synth.metadata @@ -1,19 +1,19 @@ { - "updateTime": "2019-11-16T12:12:04.674444Z", + "updateTime": "2019-11-19T12:14:05.145972Z", "sources": [ { "generator": { "name": "artman", - "version": "0.41.1", - "dockerImage": "googleapis/artman@sha256:545c758c76c3f779037aa259023ec3d1ef2d57d2c8cd00a222cb187d63ceac5e" + "version": "0.42.1", + "dockerImage": "googleapis/artman@sha256:c773192618c608a7a0415dd95282f841f8e6bcdef7dd760a988c93b77a64bd57" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "c89394342a9ef70acaf73a6959e04b943fbc817b", - "internalRef": "280761373" + "sha": "d8dd7fe8d5304f7bd1c52207703d7f27d5328c5a", + "internalRef": "281088257" } }, {