@google-ads/admanager
Version:
Google Ad Manager API client for Node.js
47 lines • 4.47 kB
JavaScript
;
// 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.UserServiceClient = exports.TaxonomyCategoryServiceClient = exports.RoleServiceClient = exports.ReportServiceClient = exports.PlacementServiceClient = exports.OrderServiceClient = exports.NetworkServiceClient = exports.EntitySignalsMappingServiceClient = exports.CustomTargetingValueServiceClient = exports.CustomTargetingKeyServiceClient = exports.CustomFieldServiceClient = exports.CompanyServiceClient = exports.AdUnitServiceClient = void 0;
var ad_unit_service_client_1 = require("./ad_unit_service_client");
Object.defineProperty(exports, "AdUnitServiceClient", { enumerable: true, get: function () { return ad_unit_service_client_1.AdUnitServiceClient; } });
var company_service_client_1 = require("./company_service_client");
Object.defineProperty(exports, "CompanyServiceClient", { enumerable: true, get: function () { return company_service_client_1.CompanyServiceClient; } });
var custom_field_service_client_1 = require("./custom_field_service_client");
Object.defineProperty(exports, "CustomFieldServiceClient", { enumerable: true, get: function () { return custom_field_service_client_1.CustomFieldServiceClient; } });
var custom_targeting_key_service_client_1 = require("./custom_targeting_key_service_client");
Object.defineProperty(exports, "CustomTargetingKeyServiceClient", { enumerable: true, get: function () { return custom_targeting_key_service_client_1.CustomTargetingKeyServiceClient; } });
var custom_targeting_value_service_client_1 = require("./custom_targeting_value_service_client");
Object.defineProperty(exports, "CustomTargetingValueServiceClient", { enumerable: true, get: function () { return custom_targeting_value_service_client_1.CustomTargetingValueServiceClient; } });
var entity_signals_mapping_service_client_1 = require("./entity_signals_mapping_service_client");
Object.defineProperty(exports, "EntitySignalsMappingServiceClient", { enumerable: true, get: function () { return entity_signals_mapping_service_client_1.EntitySignalsMappingServiceClient; } });
var network_service_client_1 = require("./network_service_client");
Object.defineProperty(exports, "NetworkServiceClient", { enumerable: true, get: function () { return network_service_client_1.NetworkServiceClient; } });
var order_service_client_1 = require("./order_service_client");
Object.defineProperty(exports, "OrderServiceClient", { enumerable: true, get: function () { return order_service_client_1.OrderServiceClient; } });
var placement_service_client_1 = require("./placement_service_client");
Object.defineProperty(exports, "PlacementServiceClient", { enumerable: true, get: function () { return placement_service_client_1.PlacementServiceClient; } });
var report_service_client_1 = require("./report_service_client");
Object.defineProperty(exports, "ReportServiceClient", { enumerable: true, get: function () { return report_service_client_1.ReportServiceClient; } });
var role_service_client_1 = require("./role_service_client");
Object.defineProperty(exports, "RoleServiceClient", { enumerable: true, get: function () { return role_service_client_1.RoleServiceClient; } });
var taxonomy_category_service_client_1 = require("./taxonomy_category_service_client");
Object.defineProperty(exports, "TaxonomyCategoryServiceClient", { enumerable: true, get: function () { return taxonomy_category_service_client_1.TaxonomyCategoryServiceClient; } });
var user_service_client_1 = require("./user_service_client");
Object.defineProperty(exports, "UserServiceClient", { enumerable: true, get: function () { return user_service_client_1.UserServiceClient; } });
//# sourceMappingURL=index.js.map