private Row convertStringToRow()

in src/main/java/com/google/cloud/solutions/bqremoteencryptionfn/fns/dlp/DlpRequestBatchExecutor.java [221:223]


    private Row convertStringToRow(String value) {
      return Row.newBuilder().addValues(Value.newBuilder().setStringValue(value)).build();
    }