/opt/canhelp/node_modules/googleapis/build/src/apis/cloudlocationfinder
NameSizeModeActions
index.d.ts11180644editdlrm
index.js18610644editdlrm
v1.d.ts307340644editdlrm
v1.js90400644editdlrm
v1alpha.d.ts307740644editdlrm
v1alpha.js91200644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/cloudlocationfinder/index.d.ts (1118B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { cloudlocationfinder_v1 } from './v1'; import { cloudlocationfinder_v1alpha } from './v1alpha'; export declare const VERSIONS: { v1: typeof cloudlocationfinder_v1.Cloudlocationfinder; v1alpha: typeof cloudlocationfinder_v1alpha.Cloudlocationfinder; }; export declare function cloudlocationfinder(version: 'v1'): cloudlocationfinder_v1.Cloudlocationfinder; export declare function cloudlocationfinder(options: cloudlocationfinder_v1.Options): cloudlocationfinder_v1.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_v1 }; export { cloudlocationfinder_v1alpha }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';