public void startBundle()

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


    public void startBundle() throws SQLException {

      try {
        this.dlpServiceClient = DlpServiceClient.create();

      } catch (IOException e) {
        LOG.error("Failed to create DLP Service Client", e.getMessage());
        throw new RuntimeException(e);
      }
    }