in alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/ConnectorConfig.java [40:57]
private ConnectorConfig(
String targetPrincipal,
List<String> delegates,
String adminServiceEndpoint,
Supplier<GoogleCredentials> googleCredentialsSupplier,
GoogleCredentials googleCredentials,
String googleCredentialsPath,
String quotaProject,
RefreshStrategy refreshStrategy) {
this.targetPrincipal = targetPrincipal;
this.delegates = delegates;
this.adminServiceEndpoint = adminServiceEndpoint;
this.googleCredentialsSupplier = googleCredentialsSupplier;
this.googleCredentials = googleCredentials;
this.googleCredentialsPath = googleCredentialsPath;
this.quotaProject = quotaProject;
this.refreshStrategy = refreshStrategy;
}