Interface protos.google.cloud.bigquery.connection.v1.IConnection (1.3.5)

Properties of a Connection.

Package

@google-cloud/bigquery-connection!

Properties

aws

aws?: (google.cloud.bigquery.connection.v1.IAwsProperties|null);

Connection aws

Property Value
TypeDescription
(google.cloud.bigquery.connection.v1.IAwsProperties|null)

cloudSql

cloudSql?: (google.cloud.bigquery.connection.v1.ICloudSqlProperties|null);

Connection cloudSql

Property Value
TypeDescription
(google.cloud.bigquery.connection.v1.ICloudSqlProperties|null)

creationTime

creationTime?: (number|Long|string|null);

Connection creationTime

Property Value
TypeDescription
(number|Long|string|null)

description

description?: (string|null);

Connection description

Property Value
TypeDescription
(string|null)

friendlyName

friendlyName?: (string|null);

Connection friendlyName

Property Value
TypeDescription
(string|null)

hasCredential

hasCredential?: (boolean|null);

Connection hasCredential

Property Value
TypeDescription
(boolean|null)

lastModifiedTime

lastModifiedTime?: (number|Long|string|null);

Connection lastModifiedTime

Property Value
TypeDescription
(number|Long|string|null)

name

name?: (string|null);

Connection name

Property Value
TypeDescription
(string|null)