You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/gcloud-java-examples/src/main/java/com/google/gcloud/examples/resourcemanager/snippets/ModifyPolicy.java
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,7 @@ public static void main(String... args) {
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Project.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -202,10 +202,10 @@ public Project replace() {
202
202
}
203
203
204
204
/**
205
-
* Returns the IAM access control policy for the specified project. Returns {@code null} if the
206
-
* resource does not exist or if you do not have adequate permission to view the project or get
207
-
* the policy.
205
+
* Returns the IAM access control policy for this project. Returns {@code null} if the resource
206
+
* does not exist or if you do not have adequate permission to view the project or get the policy.
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/gcloud-java-resourcemanager/src/test/java/com/google/gcloud/resourcemanager/PolicyTest.java
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/gcloud-java-resourcemanager/src/test/java/com/google/gcloud/resourcemanager/ProjectTest.java
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/gcloud-java-resourcemanager/src/test/java/com/google/gcloud/resourcemanager/ResourceManagerImplTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,8 @@ public class ResourceManagerImplTest {
Copy file name to clipboardExpand all lines: branches/tswast-patch-1/gcloud-java-resourcemanager/src/test/java/com/google/gcloud/resourcemanager/SerializationTest.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@
17
17
packagecom.google.gcloud.resourcemanager;
18
18
19
19
importcom.google.common.collect.ImmutableMap;
20
-
importcom.google.common.collect.ImmutableSet;
21
20
importcom.google.gcloud.BaseSerializationTest;
22
21
importcom.google.gcloud.Identity;
23
22
importcom.google.gcloud.PageImpl;
@@ -46,9 +45,8 @@ public class SerializationTest extends BaseSerializationTest {
0 commit comments