public DLPTokenizationDoFn()

in src/main/java/com/google/solutions/df/log/aggregations/common/DLPTransform.java [184:191]


    public DLPTokenizationDoFn(
        String dlpProjectId, String deIdentifyTemplateName, String inspectTemplateName) {
      this.dlpProjectId = dlpProjectId;
      this.dlpServiceClient = null;
      this.deIdentifyTemplateName = deIdentifyTemplateName;
      this.inspectTemplateName = inspectTemplateName;
      this.inspectTemplateExist = false;
    }