private ConnectionConfig()

in alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/ConnectionConfig.java [123:134]


  private ConnectionConfig(
      InstanceName instanceName,
      String namedConnector,
      AuthType authType,
      IpType ipType,
      ConnectorConfig connectorConfig) {
    this.instanceName = instanceName;
    this.namedConnector = namedConnector;
    this.connectorConfig = connectorConfig;
    this.authType = authType;
    this.ipType = ipType;
  }