UNPKG

googleapis

Version:
18 lines (17 loc) 986 B
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { agentregistry_v1 } from './v1'; import { agentregistry_v1alpha } from './v1alpha'; export declare const VERSIONS: { v1: typeof agentregistry_v1.Agentregistry; v1alpha: typeof agentregistry_v1alpha.Agentregistry; }; export declare function agentregistry(version: 'v1'): agentregistry_v1.Agentregistry; export declare function agentregistry(options: agentregistry_v1.Options): agentregistry_v1.Agentregistry; export declare function agentregistry(version: 'v1alpha'): agentregistry_v1alpha.Agentregistry; export declare function agentregistry(options: agentregistry_v1alpha.Options): agentregistry_v1alpha.Agentregistry; declare const auth: AuthPlus; export { auth }; export { agentregistry_v1 }; export { agentregistry_v1alpha }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';