@google-cloud/tasks
Version:
Cloud Tasks API client for Node.js
41 lines (39 loc) • 2.49 kB
JavaScript
;
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.v2beta3 = exports.v2beta2 = exports.v2 = exports.protos = exports["default"] = exports.CloudTasksClient = void 0;
var v2 = _interopRequireWildcard(require("./v2/index.cjs"));
exports.v2 = v2;
var v2beta2 = _interopRequireWildcard(require("./v2beta2/index.cjs"));
exports.v2beta2 = v2beta2;
var v2beta3 = _interopRequireWildcard(require("./v2beta3/index.cjs"));
exports.v2beta3 = v2beta3;
var protos = _interopRequireWildcard(require("../../protos/protos.cjs"));
exports.protos = protos;
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
// Copyright 2025 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
//
// https://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.
//
// ** This file is automatically generated by synthtool. **
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **
var CloudTasksClient = exports.CloudTasksClient = v2.CloudTasksClient;
var _default = exports["default"] = {
v2: v2,
v2beta2: v2beta2,
v2beta3: v2beta3,
CloudTasksClient: CloudTasksClient
};