52535455565758
DiskApi api = requestsSendResponses(requestForScopes(COMPUTE_READONLY_SCOPE), TOKEN_RESPONSE, get, operationResponse).getDiskApiForProject("myproject"); assertEquals(api.get("testimage1"), new ParseDiskTest().expected()); }
DiskApi api = requestsSendResponses(requestForScopes(COMPUTE_READONLY_SCOPE), TOKEN_RESPONSE, get, operationResponse).getDiskApiForProject("myproject"); assertEquals(api.getInZone("us-central1-a", "testimage1"), new ParseDiskTest().expected()); }
51525354555657
49505152535455