@google-ads/admanager
Version:
Google Ad Manager API client for Node.js
75 lines (74 loc) • 5.36 kB
TypeScript
import * as v1 from './v1';
declare const AdBreakServiceClient: typeof v1.AdBreakServiceClient;
type AdBreakServiceClient = v1.AdBreakServiceClient;
declare const AdUnitServiceClient: typeof v1.AdUnitServiceClient;
type AdUnitServiceClient = v1.AdUnitServiceClient;
declare const BandwidthGroupServiceClient: typeof v1.BandwidthGroupServiceClient;
type BandwidthGroupServiceClient = v1.BandwidthGroupServiceClient;
declare const CompanyServiceClient: typeof v1.CompanyServiceClient;
type CompanyServiceClient = v1.CompanyServiceClient;
declare const CustomFieldServiceClient: typeof v1.CustomFieldServiceClient;
type CustomFieldServiceClient = v1.CustomFieldServiceClient;
declare const CustomTargetingKeyServiceClient: typeof v1.CustomTargetingKeyServiceClient;
type CustomTargetingKeyServiceClient = v1.CustomTargetingKeyServiceClient;
declare const CustomTargetingValueServiceClient: typeof v1.CustomTargetingValueServiceClient;
type CustomTargetingValueServiceClient = v1.CustomTargetingValueServiceClient;
declare const DeviceCategoryServiceClient: typeof v1.DeviceCategoryServiceClient;
type DeviceCategoryServiceClient = v1.DeviceCategoryServiceClient;
declare const EntitySignalsMappingServiceClient: typeof v1.EntitySignalsMappingServiceClient;
type EntitySignalsMappingServiceClient = v1.EntitySignalsMappingServiceClient;
declare const GeoTargetServiceClient: typeof v1.GeoTargetServiceClient;
type GeoTargetServiceClient = v1.GeoTargetServiceClient;
declare const NetworkServiceClient: typeof v1.NetworkServiceClient;
type NetworkServiceClient = v1.NetworkServiceClient;
declare const OperatingSystemServiceClient: typeof v1.OperatingSystemServiceClient;
type OperatingSystemServiceClient = v1.OperatingSystemServiceClient;
declare const OperatingSystemVersionServiceClient: typeof v1.OperatingSystemVersionServiceClient;
type OperatingSystemVersionServiceClient = v1.OperatingSystemVersionServiceClient;
declare const OrderServiceClient: typeof v1.OrderServiceClient;
type OrderServiceClient = v1.OrderServiceClient;
declare const PlacementServiceClient: typeof v1.PlacementServiceClient;
type PlacementServiceClient = v1.PlacementServiceClient;
declare const PrivateAuctionDealServiceClient: typeof v1.PrivateAuctionDealServiceClient;
type PrivateAuctionDealServiceClient = v1.PrivateAuctionDealServiceClient;
declare const PrivateAuctionServiceClient: typeof v1.PrivateAuctionServiceClient;
type PrivateAuctionServiceClient = v1.PrivateAuctionServiceClient;
declare const ProgrammaticBuyerServiceClient: typeof v1.ProgrammaticBuyerServiceClient;
type ProgrammaticBuyerServiceClient = v1.ProgrammaticBuyerServiceClient;
declare const ReportServiceClient: typeof v1.ReportServiceClient;
type ReportServiceClient = v1.ReportServiceClient;
declare const RoleServiceClient: typeof v1.RoleServiceClient;
type RoleServiceClient = v1.RoleServiceClient;
declare const TaxonomyCategoryServiceClient: typeof v1.TaxonomyCategoryServiceClient;
type TaxonomyCategoryServiceClient = v1.TaxonomyCategoryServiceClient;
declare const UserServiceClient: typeof v1.UserServiceClient;
type UserServiceClient = v1.UserServiceClient;
export { v1, AdBreakServiceClient, AdUnitServiceClient, BandwidthGroupServiceClient, CompanyServiceClient, CustomFieldServiceClient, CustomTargetingKeyServiceClient, CustomTargetingValueServiceClient, DeviceCategoryServiceClient, EntitySignalsMappingServiceClient, GeoTargetServiceClient, NetworkServiceClient, OperatingSystemServiceClient, OperatingSystemVersionServiceClient, OrderServiceClient, PlacementServiceClient, PrivateAuctionDealServiceClient, PrivateAuctionServiceClient, ProgrammaticBuyerServiceClient, ReportServiceClient, RoleServiceClient, TaxonomyCategoryServiceClient, UserServiceClient };
declare const _default: {
v1: typeof v1;
AdBreakServiceClient: typeof v1.AdBreakServiceClient;
AdUnitServiceClient: typeof v1.AdUnitServiceClient;
BandwidthGroupServiceClient: typeof v1.BandwidthGroupServiceClient;
CompanyServiceClient: typeof v1.CompanyServiceClient;
CustomFieldServiceClient: typeof v1.CustomFieldServiceClient;
CustomTargetingKeyServiceClient: typeof v1.CustomTargetingKeyServiceClient;
CustomTargetingValueServiceClient: typeof v1.CustomTargetingValueServiceClient;
DeviceCategoryServiceClient: typeof v1.DeviceCategoryServiceClient;
EntitySignalsMappingServiceClient: typeof v1.EntitySignalsMappingServiceClient;
GeoTargetServiceClient: typeof v1.GeoTargetServiceClient;
NetworkServiceClient: typeof v1.NetworkServiceClient;
OperatingSystemServiceClient: typeof v1.OperatingSystemServiceClient;
OperatingSystemVersionServiceClient: typeof v1.OperatingSystemVersionServiceClient;
OrderServiceClient: typeof v1.OrderServiceClient;
PlacementServiceClient: typeof v1.PlacementServiceClient;
PrivateAuctionDealServiceClient: typeof v1.PrivateAuctionDealServiceClient;
PrivateAuctionServiceClient: typeof v1.PrivateAuctionServiceClient;
ProgrammaticBuyerServiceClient: typeof v1.ProgrammaticBuyerServiceClient;
ReportServiceClient: typeof v1.ReportServiceClient;
RoleServiceClient: typeof v1.RoleServiceClient;
TaxonomyCategoryServiceClient: typeof v1.TaxonomyCategoryServiceClient;
UserServiceClient: typeof v1.UserServiceClient;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };