Interface ServiceOptions (3.7.4)

Inheritance

GoogleAuthOptions > ServiceOptions

Package

@google-cloud/common

Properties

authClient

authClient?: GoogleAuth;
Property Value
TypeDescription
GoogleAuth

email

email?: string;
Property Value
TypeDescription
string

interceptors_

interceptors_?: Interceptor[];
Property Value
TypeDescription
Interceptor[]

timeout

timeout?: number;
Property Value
TypeDescription
number

token

token?: string;
Property Value
TypeDescription
string

useAuthWithCustomEndpoint

useAuthWithCustomEndpoint?: boolean;
Property Value
TypeDescription
boolean

userAgent

userAgent?: string;
Property Value
TypeDescription
string