in services/tagger-app/src/main/java/com/google/cloud/pso/bq_pii_classifier/tagger/Environment.java [28:44]
public TaggerConfig toConfig (){
return new TaggerConfig(
getProjectId(),
new HashSet<>(Utils.tokenize(getTaxonomies(), ",", true)),
getDlpDataset(),
getDlpTableStandard(),
getDlpTableAuto(),
getConfigViewInfoTypePolicyTagsMap(),
getConfigViewDatasetDomainMap(),
getConfigViewProjectDomainMap(),
getPromoteMixedTypes(),
getIsAutoDlpMode(),
getIsDryRunTags(),
getIsDryRunLabels(),
getInfoTypeMap()
);
}