CloudSQLConnectionConfig constructor

CloudSQLConnectionConfig({
  1. String? hiveDatabaseName,
  2. String? instanceConnectionName,
  3. String? ipAddress,
  4. String? natSubnet,
  5. String? password,
  6. int? port,
  7. String? proxySubnet,
  8. String? username,
})

Implementation

CloudSQLConnectionConfig({
  this.hiveDatabaseName,
  this.instanceConnectionName,
  this.ipAddress,
  this.natSubnet,
  this.password,
  this.port,
  this.proxySubnet,
  this.username,
});