@google-ads/admanager
Version:
Google Ad Manager API client for Node.js
48 lines (47 loc) • 3.09 kB
TypeScript
import * as v1 from './v1';
declare const AdUnitServiceClient: typeof v1.AdUnitServiceClient;
type AdUnitServiceClient = v1.AdUnitServiceClient;
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 EntitySignalsMappingServiceClient: typeof v1.EntitySignalsMappingServiceClient;
type EntitySignalsMappingServiceClient = v1.EntitySignalsMappingServiceClient;
declare const NetworkServiceClient: typeof v1.NetworkServiceClient;
type NetworkServiceClient = v1.NetworkServiceClient;
declare const OrderServiceClient: typeof v1.OrderServiceClient;
type OrderServiceClient = v1.OrderServiceClient;
declare const PlacementServiceClient: typeof v1.PlacementServiceClient;
type PlacementServiceClient = v1.PlacementServiceClient;
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, AdUnitServiceClient, CompanyServiceClient, CustomFieldServiceClient, CustomTargetingKeyServiceClient, CustomTargetingValueServiceClient, EntitySignalsMappingServiceClient, NetworkServiceClient, OrderServiceClient, PlacementServiceClient, ReportServiceClient, RoleServiceClient, TaxonomyCategoryServiceClient, UserServiceClient, };
declare const _default: {
v1: typeof v1;
AdUnitServiceClient: typeof v1.AdUnitServiceClient;
CompanyServiceClient: typeof v1.CompanyServiceClient;
CustomFieldServiceClient: typeof v1.CustomFieldServiceClient;
CustomTargetingKeyServiceClient: typeof v1.CustomTargetingKeyServiceClient;
CustomTargetingValueServiceClient: typeof v1.CustomTargetingValueServiceClient;
EntitySignalsMappingServiceClient: typeof v1.EntitySignalsMappingServiceClient;
NetworkServiceClient: typeof v1.NetworkServiceClient;
OrderServiceClient: typeof v1.OrderServiceClient;
PlacementServiceClient: typeof v1.PlacementServiceClient;
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 };