6869707172737475767778
System.out.println(new String(imgContent)); } catch (IOException e) { e.printStackTrace(); } Images images = glance.images().list(false).execute(); for (Image image : images) { System.out.println(glance.images().show(image.getId()).execute()); }