UNPKG

1.76 kBJavaScriptView Raw
1"use strict";
2// Copyright 2016 Google LLC
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15Object.defineProperty(exports, "__esModule", { value: true });
16exports.util = exports.ApiError = exports.ServiceObject = exports.Service = exports.Operation = void 0;
17/**
18 * @type {module:common/operation}
19 * @private
20 */
21var operation_1 = require("./operation");
22Object.defineProperty(exports, "Operation", { enumerable: true, get: function () { return operation_1.Operation; } });
23/**
24 * @type {module:common/service}
25 * @private
26 */
27var service_1 = require("./service");
28Object.defineProperty(exports, "Service", { enumerable: true, get: function () { return service_1.Service; } });
29/**
30 * @type {module:common/serviceObject}
31 * @private
32 */
33var service_object_1 = require("./service-object");
34Object.defineProperty(exports, "ServiceObject", { enumerable: true, get: function () { return service_object_1.ServiceObject; } });
35/**
36 * @type {module:common/util}
37 * @private
38 */
39var util_1 = require("./util");
40Object.defineProperty(exports, "ApiError", { enumerable: true, get: function () { return util_1.ApiError; } });
41Object.defineProperty(exports, "util", { enumerable: true, get: function () { return util_1.util; } });
42//# sourceMappingURL=index.js.map
\No newline at end of file