/opt/canhelp/node_modules/googleapis/build/src/apis/bigqueryconnection
NameSizeModeActions
index.d.ts10960644editdlrm
index.js18470644editdlrm
v1.d.ts701690644editdlrm
v1.js130050644editdlrm
v1beta1.d.ts608430644editdlrm
v1beta1.js143970644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/bigqueryconnection/index.d.ts (1096B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { bigqueryconnection_v1 } from './v1'; import { bigqueryconnection_v1beta1 } from './v1beta1'; export declare const VERSIONS: { v1: typeof bigqueryconnection_v1.Bigqueryconnection; v1beta1: typeof bigqueryconnection_v1beta1.Bigqueryconnection; }; export declare function bigqueryconnection(version: 'v1'): bigqueryconnection_v1.Bigqueryconnection; export declare function bigqueryconnection(options: bigqueryconnection_v1.Options): bigqueryconnection_v1.Bigqueryconnection; export declare function bigqueryconnection(version: 'v1beta1'): bigqueryconnection_v1beta1.Bigqueryconnection; export declare function bigqueryconnection(options: bigqueryconnection_v1beta1.Options): bigqueryconnection_v1beta1.Bigqueryconnection; declare const auth: AuthPlus; export { auth }; export { bigqueryconnection_v1 }; export { bigqueryconnection_v1beta1 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';