33343536373839404142
@GET @Produces({ JSON }) public Certificates list() throws CloudException { warnStub(); Certificates response = new Certificates(); response.certificates = Lists.newArrayList(); return response; }