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/ProjectInfo.java
+2-35Lines changed: 2 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ public class ProjectInfo implements Serializable {
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/ResourceId.java
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/ResourceManager.java
+69-18Lines changed: 69 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,14 @@
16
16
17
17
packagecom.google.gcloud.resourcemanager;
18
18
19
+
importcom.google.common.base.Joiner;
20
+
importcom.google.common.collect.Sets;
19
21
importcom.google.gcloud.Page;
20
22
importcom.google.gcloud.Service;
21
23
importcom.google.gcloud.spi.ResourceManagerRpc;
22
24
25
+
importjava.util.HashSet;
26
+
23
27
/**
24
28
* An interface for Google Cloud Resource Manager.
25
29
*
@@ -30,25 +34,70 @@ public interface ResourceManager extends Service<ResourceManagerOptions> {
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/spi/ResourceManagerRpc.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,7 @@ public interface ResourceManagerRpc {
Copy file name to clipboardExpand all lines: branches/pubsub-alpha/gcloud-java-resourcemanager/src/test/java/com/google/gcloud/resourcemanager/ProjectInfoTest.java
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,13 @@ public class ProjectInfoTest {
0 commit comments