constructor<
CallOptions extends AsyncCallerCallOptions,
ResponseType extends GoogleResponse,
AuthOptions
>(
fields: GoogleConnectionParams<AuthOptions> | undefined,
caller: AsyncCaller,
client: GoogleAbstractedClient,
streaming: boolean
): GoogleHostConnection<CallOptions, ResponseType, AuthOptions>| Name | Type | Description |
|---|---|---|
fields* | GoogleConnectionParams<AuthOptions> | undefined | |
caller* | AsyncCaller | |
client* | GoogleAbstractedClient | |
streaming | boolean |