Package
googleapis-commonProperties
AwsClient
AwsClient
:
typeof
AwsClient
;
Compute
Compute
:
typeof
Compute
;
ExternalAccountClient
ExternalAccountClient
:
typeof
ExternalAccountClient
;
GoogleAuth
GoogleAuth
:
typeof
GoogleAuth
;
IdentityPoolClient
IdentityPoolClient
:
typeof
IdentityPoolClient
;
JWT
JWT
:
typeof
JWT
;
OAuth2
OAuth2
:
typeof
OAuth2Client
;
Methods
getClient(options)
getClient
(
options
?:
GoogleAuthOptions
)
:
Promise<Compute
|
JWT
|
UserRefreshClient
|
BaseExternalAccountClient
|
Impersonated
> ;
Override getClient(), memoizing an instance of auth for subsequent calls to getProjectId().
Returns
Type
Description
Promise
< Compute
| JWT
| UserRefreshClient
| BaseExternalAccountClient
| Impersonated
>
getProjectId()
getProjectId
()
:
Promise<string>
;
Override getProjectId(), using the most recently configured auth instance when fetching projectId.
Returns
Type
Description
Promise
<string>
getProjectId(callback)
getProjectId
(
callback
:
ProjectIdCallback
)
:
void
;
Returns
Type
Description
void

