Interface ServiceOptions (4.0.3)

Inheritance

Omit<GoogleAuthOptions, 'authClient'> > ServiceOptions

Package

@google-cloud/common

Properties

authClient

authClient?: AuthClient | GoogleAuth;

email

email?: string;

interceptors_

interceptors_?: Interceptor[];

timeout

timeout?: number;

token

token?: string;

useAuthWithCustomEndpoint

useAuthWithCustomEndpoint?: boolean;

userAgent

userAgent?: string;