connectionType property

String? connectionType
getter/setter pair

The type of the BigQuery connection. Possible string values are:

  • "CONNECTION_TYPE_UNSPECIFIED" : Unspecified type.
  • "CLOUD_SQL" : Cloud SQL connection.

Implementation

core.String? connectionType;