@google-cloud/resource-manager
Version:
Cloud Resource Manager Client Library for Node.js
35 lines • 2.46 kB
JavaScript
;
// Copyright 2026 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 gapic-generator-typescript. **
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **
Object.defineProperty(exports, "__esModule", { value: true });
exports.TagValuesClient = exports.TagKeysClient = exports.TagHoldsClient = exports.TagBindingsClient = exports.ProjectsClient = exports.OrganizationsClient = exports.FoldersClient = void 0;
var folders_client_1 = require("./folders_client");
Object.defineProperty(exports, "FoldersClient", { enumerable: true, get: function () { return folders_client_1.FoldersClient; } });
var organizations_client_1 = require("./organizations_client");
Object.defineProperty(exports, "OrganizationsClient", { enumerable: true, get: function () { return organizations_client_1.OrganizationsClient; } });
var projects_client_1 = require("./projects_client");
Object.defineProperty(exports, "ProjectsClient", { enumerable: true, get: function () { return projects_client_1.ProjectsClient; } });
var tag_bindings_client_1 = require("./tag_bindings_client");
Object.defineProperty(exports, "TagBindingsClient", { enumerable: true, get: function () { return tag_bindings_client_1.TagBindingsClient; } });
var tag_holds_client_1 = require("./tag_holds_client");
Object.defineProperty(exports, "TagHoldsClient", { enumerable: true, get: function () { return tag_holds_client_1.TagHoldsClient; } });
var tag_keys_client_1 = require("./tag_keys_client");
Object.defineProperty(exports, "TagKeysClient", { enumerable: true, get: function () { return tag_keys_client_1.TagKeysClient; } });
var tag_values_client_1 = require("./tag_values_client");
Object.defineProperty(exports, "TagValuesClient", { enumerable: true, get: function () { return tag_values_client_1.TagValuesClient; } });
//# sourceMappingURL=index.js.map