@google-ads/admanager
Version:
Google Ad Manager API client for Node.js
67 lines • 3.43 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 synthtool. **
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **
Object.defineProperty(exports, "__esModule", { value: true });
exports.protos = 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 = exports.v1 = void 0;
const v1 = require("./v1");
exports.v1 = v1;
const AdUnitServiceClient = v1.AdUnitServiceClient;
exports.AdUnitServiceClient = AdUnitServiceClient;
const CompanyServiceClient = v1.CompanyServiceClient;
exports.CompanyServiceClient = CompanyServiceClient;
const CustomFieldServiceClient = v1.CustomFieldServiceClient;
exports.CustomFieldServiceClient = CustomFieldServiceClient;
const CustomTargetingKeyServiceClient = v1.CustomTargetingKeyServiceClient;
exports.CustomTargetingKeyServiceClient = CustomTargetingKeyServiceClient;
const CustomTargetingValueServiceClient = v1.CustomTargetingValueServiceClient;
exports.CustomTargetingValueServiceClient = CustomTargetingValueServiceClient;
const EntitySignalsMappingServiceClient = v1.EntitySignalsMappingServiceClient;
exports.EntitySignalsMappingServiceClient = EntitySignalsMappingServiceClient;
const NetworkServiceClient = v1.NetworkServiceClient;
exports.NetworkServiceClient = NetworkServiceClient;
const OrderServiceClient = v1.OrderServiceClient;
exports.OrderServiceClient = OrderServiceClient;
const PlacementServiceClient = v1.PlacementServiceClient;
exports.PlacementServiceClient = PlacementServiceClient;
const ReportServiceClient = v1.ReportServiceClient;
exports.ReportServiceClient = ReportServiceClient;
const RoleServiceClient = v1.RoleServiceClient;
exports.RoleServiceClient = RoleServiceClient;
const TaxonomyCategoryServiceClient = v1.TaxonomyCategoryServiceClient;
exports.TaxonomyCategoryServiceClient = TaxonomyCategoryServiceClient;
const UserServiceClient = v1.UserServiceClient;
exports.UserServiceClient = UserServiceClient;
exports.default = {
v1,
AdUnitServiceClient,
CompanyServiceClient,
CustomFieldServiceClient,
CustomTargetingKeyServiceClient,
CustomTargetingValueServiceClient,
EntitySignalsMappingServiceClient,
NetworkServiceClient,
OrderServiceClient,
PlacementServiceClient,
ReportServiceClient,
RoleServiceClient,
TaxonomyCategoryServiceClient,
UserServiceClient,
};
const protos = require("../protos/protos");
exports.protos = protos;
//# sourceMappingURL=index.js.map