8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1050fa commit 9e67a3dCopy full SHA for 9e67a3d
iam/api-client/src/main/java/com/google/iam/snippets/Quickstart.java
@@ -45,8 +45,8 @@ public static void main(String[] args) throws Exception {
45
.build();
46
47
// Call the Cloud IAM Roles API
48
- ListRolesResponse respose = service.roles().list().execute();
49
- List<Role> roles = respose.getRoles();
+ ListRolesResponse response = service.roles().list().execute();
+ List<Role> roles = response.getRoles();
50
51
// Process the response
52
for (Role role : roles) {
0 commit comments