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 05cbbda commit 275f452Copy full SHA for 275f452
google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
@@ -3517,7 +3517,7 @@ HmacKeyMetadata updateHmacKeyState(
3517
* String bucketName = "my-unique-bucket";
3518
* List<Boolean> response =
3519
* storage.testIamPermissions(
3520
- * bucket,
+ * bucketName,
3521
* ImmutableList.of("storage.buckets.get", "storage.buckets.getIamPolicy"));
3522
* for (boolean hasPermission : response) {
3523
* // Do something with permission test response
0 commit comments