Skip to content

Commit

Permalink
fix(docs): example of Storage#testIamPermissions (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Jul 15, 2020
1 parent 05cbbda commit 275f452
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3517,7 +3517,7 @@ HmacKeyMetadata updateHmacKeyState(
* String bucketName = "my-unique-bucket";
* List<Boolean> response =
* storage.testIamPermissions(
* bucket,
* bucketName,
* ImmutableList.of("storage.buckets.get", "storage.buckets.getIamPolicy"));
* for (boolean hasPermission : response) {
* // Do something with permission test response
Expand Down

0 comments on commit 275f452

Please sign in to comment.