UNPKG

805 BTypeScriptView Raw
1export { GoogleAuthOptions } from 'google-auth-library';
2/**
3 * @type {module:common/operation}
4 * @private
5 */
6export { Operation } from './operation';
7/**
8 * @type {module:common/service}
9 * @private
10 */
11export { Service, ServiceConfig, ServiceOptions, StreamRequestOptions, } from './service';
12/**
13 * @type {module:common/serviceObject}
14 * @private
15 */
16export { DeleteCallback, ExistsCallback, GetConfig, InstanceResponseCallback, Interceptor, Metadata, MetadataCallback, MetadataResponse, Methods, ResponseCallback, ServiceObject, ServiceObjectConfig, ServiceObjectParent, SetMetadataResponse, } from './service-object';
17/**
18 * @type {module:common/util}
19 * @private
20 */
21export { Abortable, AbortableDuplex, ApiError, BodyResponseCallback, DecorateRequestOptions, ResponseBody, util, } from './util';