UNPKG

@google-cloud/contentwarehouse

Version:
33 lines 2.54 kB
"use strict"; // 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 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.SynonymSetServiceClient = exports.RuleSetServiceClient = exports.PipelineServiceClient = exports.DocumentServiceClient = exports.DocumentSchemaServiceClient = exports.DocumentLinkServiceClient = void 0; var document_link_service_client_1 = require("./document_link_service_client"); Object.defineProperty(exports, "DocumentLinkServiceClient", { enumerable: true, get: function () { return document_link_service_client_1.DocumentLinkServiceClient; } }); var document_schema_service_client_1 = require("./document_schema_service_client"); Object.defineProperty(exports, "DocumentSchemaServiceClient", { enumerable: true, get: function () { return document_schema_service_client_1.DocumentSchemaServiceClient; } }); var document_service_client_1 = require("./document_service_client"); Object.defineProperty(exports, "DocumentServiceClient", { enumerable: true, get: function () { return document_service_client_1.DocumentServiceClient; } }); var pipeline_service_client_1 = require("./pipeline_service_client"); Object.defineProperty(exports, "PipelineServiceClient", { enumerable: true, get: function () { return pipeline_service_client_1.PipelineServiceClient; } }); var rule_set_service_client_1 = require("./rule_set_service_client"); Object.defineProperty(exports, "RuleSetServiceClient", { enumerable: true, get: function () { return rule_set_service_client_1.RuleSetServiceClient; } }); var synonym_set_service_client_1 = require("./synonym_set_service_client"); Object.defineProperty(exports, "SynonymSetServiceClient", { enumerable: true, get: function () { return synonym_set_service_client_1.SynonymSetServiceClient; } }); //# sourceMappingURL=index.js.map