google-cloud-server/src/main/kotlin/jetbrains/buildServer/clouds/google/connector/GoogleApiConnectorImpl.kt [337:344]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val projectName = if (project.isNullOrBlank()) myProjectId else project val images = imageClient.listImagesPagedCallable() .futureCall(ListImagesHttpRequest.newBuilder() .setProject(ProjectName.format(projectName)) .build()) .await() images.iterateAll() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - google-cloud-server/src/main/kotlin/jetbrains/buildServer/clouds/google/connector/GoogleApiConnectorImpl.kt [351:358]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val projectName = if (project.isNullOrBlank()) myProjectId else project val images = imageClient.listImagesPagedCallable() .futureCall(ListImagesHttpRequest.newBuilder() .setProject(ProjectName.format(projectName)) .build()) .await() images.iterateAll() - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -