UNPKG

googleapis

Version:
13 lines (12 loc) 743 B
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { cloudlocationfinder_v1alpha } from './v1alpha'; export declare const VERSIONS: { v1alpha: typeof cloudlocationfinder_v1alpha.Cloudlocationfinder; }; export declare function cloudlocationfinder(version: 'v1alpha'): cloudlocationfinder_v1alpha.Cloudlocationfinder; export declare function cloudlocationfinder(options: cloudlocationfinder_v1alpha.Options): cloudlocationfinder_v1alpha.Cloudlocationfinder; declare const auth: AuthPlus; export { auth }; export { cloudlocationfinder_v1alpha }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';