Interface ServiceConfig (5.0.2)

Package

@google-cloud/common

Properties

apiEndpoint

apiEndpoint: string;

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

authClient

authClient?: GoogleAuth;

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

baseUrl

baseUrl: string;

The base URL to make API requests to.

packageJson

packageJson: PackageJson;

projectIdRequired

projectIdRequired?: boolean;

scopes

scopes: string[];

The scopes required for the request.