Interface ServiceConfig (3.7.4)

Package

@google-cloud/common

Properties

apiEndpoint

apiEndpoint: string;

The API Endpoint to use when connecting to the service. Example: storage.googleapis.com

Property Value
TypeDescription
string

authClient

authClient?: GoogleAuth;

Reuse an existing GoogleAuth client instead of creating a new one.

Property Value
TypeDescription
GoogleAuth

baseUrl

baseUrl: string;

The base URL to make API requests to.

Property Value
TypeDescription
string

packageJson

packageJson: PackageJson;
Property Value
TypeDescription
PackageJson

projectIdRequired

projectIdRequired?: boolean;
Property Value
TypeDescription
boolean

scopes

scopes: string[];

The scopes required for the request.

Property Value
TypeDescription
string[]