in services/library/src/main/java/com/google/cloud/pso/bq_pii_classifier/functions/inspector/InspectorConfig.java [82:94]
public String toString() {
return "InspectorConfig{" +
"projectId='" + projectId + '\'' +
", bqResultsDataset='" + bqResultsDataset + '\'' +
", bqResultsTable='" + bqResultsTable + '\'' +
", dlpNotificationTopic='" + dlpNotificationTopic + '\'' +
", minLikelihood='" + minLikelihood + '\'' +
", maxFindings='" + maxFindings + '\'' +
", samplingMethod='" + samplingMethod + '\'' +
", dlpInspectionTemplatesIds='" + dlpInspectionTemplatesIds + '\'' +
", tableScanLimitsJsonConfig='" + tableScanLimitsJsonConfig + '\'' +
'}';
}