Skip to content

Commit a25326e

Browse files
author
Anthony
authored
standardize region tag to match other languages (GoogleCloudPlatform#4542)
This PR is cosmetic only. The test needs to be rewritten GoogleCloudPlatform#2391
1 parent 8914965 commit a25326e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iam/api-client/src/main/java/iam/snippets/AddBinding.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
package iam.snippets;
1717

18+
// [START iam_modify_policy_add_role]
1819
// [START iam_modify_policy_add_binding]
1920
import com.google.api.services.cloudresourcemanager.model.Binding;
2021
import com.google.api.services.cloudresourcemanager.model.Policy;
@@ -40,3 +41,4 @@ public static void addBinding(Policy policy) {
4041
}
4142
}
4243
// [END iam_modify_policy_add_binding]
44+
// [END iam_modify_policy_add_role]

0 commit comments

Comments
 (0)