/opt/canhelp/node_modules/googleapis/build/src/apis/cloudprofiler
NameSizeModeActions
index.d.ts6320644editdlrm
index.js15040644editdlrm
v2.d.ts260710644editdlrm
v2.js73270644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/cloudprofiler/index.d.ts (632B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { cloudprofiler_v2 } from './v2'; export declare const VERSIONS: { v2: typeof cloudprofiler_v2.Cloudprofiler; }; export declare function cloudprofiler(version: 'v2'): cloudprofiler_v2.Cloudprofiler; export declare function cloudprofiler(options: cloudprofiler_v2.Options): cloudprofiler_v2.Cloudprofiler; declare const auth: AuthPlus; export { auth }; export { cloudprofiler_v2 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';