in src/main/java/com/google/cloud/solutions/bqremoteencryptionfn/fns/dlp/DlpReIdRequestMaker.java [59:61]
public static DlpReIdRequestMaker forConfig(DeidentifyConfig deidentifyConfig) {
return new DlpReIdRequestMaker(deidentifyConfig);
}