Properties of a Connection.
Package
@google-cloud/bigquery-connection!Properties
aws
aws?: (google.cloud.bigquery.connection.v1.IAwsProperties|null);Connection aws
| Type | Description |
| (google.cloud.bigquery.connection.v1.IAwsProperties|null) |
cloudSql
cloudSql?: (google.cloud.bigquery.connection.v1.ICloudSqlProperties|null);Connection cloudSql
| Type | Description |
| (google.cloud.bigquery.connection.v1.ICloudSqlProperties|null) |
creationTime
creationTime?: (number|Long|string|null);Connection creationTime
| Type | Description |
| (number|Long|string|null) |
description
description?: (string|null);Connection description
| Type | Description |
| (string|null) |
friendlyName
friendlyName?: (string|null);Connection friendlyName
| Type | Description |
| (string|null) |
hasCredential
hasCredential?: (boolean|null);Connection hasCredential
| Type | Description |
| (boolean|null) |
lastModifiedTime
lastModifiedTime?: (number|Long|string|null);Connection lastModifiedTime
| Type | Description |
| (number|Long|string|null) |
name
name?: (string|null);Connection name
| Type | Description |
| (string|null) |