/opt/canhelp/node_modules/googleapis/build/src/apis/artifactregistry
NameSizeModeActions
index.d.ts14390644editdlrm
index.js21070644editdlrm
v1.d.ts3564870644editdlrm
v1.js905520644editdlrm
v1beta1.d.ts1344290644editdlrm
v1beta1.js356670644editdlrm
v1beta2.d.ts1405880644editdlrm
v1beta2.js395430644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/artifactregistry/index.d.ts (1439B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { artifactregistry_v1 } from './v1'; import { artifactregistry_v1beta1 } from './v1beta1'; import { artifactregistry_v1beta2 } from './v1beta2'; export declare const VERSIONS: { v1: typeof artifactregistry_v1.Artifactregistry; v1beta1: typeof artifactregistry_v1beta1.Artifactregistry; v1beta2: typeof artifactregistry_v1beta2.Artifactregistry; }; export declare function artifactregistry(version: 'v1'): artifactregistry_v1.Artifactregistry; export declare function artifactregistry(options: artifactregistry_v1.Options): artifactregistry_v1.Artifactregistry; export declare function artifactregistry(version: 'v1beta1'): artifactregistry_v1beta1.Artifactregistry; export declare function artifactregistry(options: artifactregistry_v1beta1.Options): artifactregistry_v1beta1.Artifactregistry; export declare function artifactregistry(version: 'v1beta2'): artifactregistry_v1beta2.Artifactregistry; export declare function artifactregistry(options: artifactregistry_v1beta2.Options): artifactregistry_v1beta2.Artifactregistry; declare const auth: AuthPlus; export { auth }; export { artifactregistry_v1 }; export { artifactregistry_v1beta1 }; export { artifactregistry_v1beta2 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';