UNPKG

@google-cloud/tasks

Version:
42 lines (40 loc) 2.66 kB
"use strict"; 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 _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); } function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; } // 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 };