Interface ServiceOptions (5.0.0)

Inheritance

GoogleAuthOptions > ServiceOptions

Package

@google-cloud/common

Properties

authClient

authClient?: GoogleAuth;

email

email?: string;

interceptors_

interceptors_?: Interceptor[];

timeout

timeout?: number;

token

token?: string;

useAuthWithCustomEndpoint

useAuthWithCustomEndpoint?: boolean;

userAgent

userAgent?: string;