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/pubsub-alpha/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Policy.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public class Policy extends IamPolicy<String> {
47
47
/**
48
48
* The project-level roles in an IAM policy. This enum is not an exhaustive list of all roles
49
49
* you can use in an IAM policy. You can also use service-specific roles (e.g.
50
-
* <i>roles/pubsub.editor</i>). See the <i>Supported Cloud Platform Services</i> page for links
50
+
* "roles/pubsub.editor"). See the <i>Supported Cloud Platform Services</i> page for links
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Project.java
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/ResourceManager.java
-22Lines changed: 0 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -341,26 +341,4 @@ public static ProjectListOption fields(ProjectField... fields) {
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/ResourceManagerImpl.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@
23
23
importcom.google.common.collect.ImmutableList;
24
24
importcom.google.common.collect.ImmutableMap;
25
25
importcom.google.common.collect.Iterables;
26
-
importcom.google.common.collect.Lists;
27
26
importcom.google.common.collect.Maps;
28
27
importcom.google.gcloud.BaseService;
29
28
importcom.google.gcloud.Page;
@@ -230,12 +229,6 @@ public List<Boolean> call() {
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-resourcemanager/src/test/java/com/google/gcloud/resourcemanager/ProjectTest.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -240,14 +240,11 @@ public void testTestPermissions() {
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-resourcemanager/src/test/java/com/google/gcloud/resourcemanager/ResourceManagerImplTest.java
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -381,12 +381,6 @@ public void testTestPermissions() {
0 commit comments