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/update-datastore/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Option.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
importjava.util.Objects;
26
26
27
27
/**
28
-
* Base class for Resource Manager operation options
28
+
* Base class for Resource Manager operation options.
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/Project.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
/**
22
22
* A Google Cloud Resource Manager project object.
23
23
*
24
-
* A Project is a high-level Google Cloud Platform entity. It is a container for ACLs, APIs,
24
+
* <p>A Project is a high-level Google Cloud Platform entity. It is a container for ACLs, APIs,
25
25
* AppEngine Apps, VMs, and other Google Cloud Platform resources. This class' member variables are
26
26
* immutable. Methods that change or update the underlying Project information return a new Project
27
27
* instance.
@@ -77,7 +77,7 @@ public Project reload() {
77
77
/**
78
78
* Marks the project identified by the specified project ID for deletion.
79
79
*
80
-
* This method will only affect the project if the following criteria are met:
80
+
* <p>This method will only affect the project if the following criteria are met:
81
81
* <ul>
82
82
* <li>The project does not have a billing account associated with it.
83
83
* <li>The project has a lifecycle state of {@link ProjectInfo.State#ACTIVE}.
@@ -103,7 +103,7 @@ public void delete() {
103
103
/**
104
104
* Restores the project identified by the specified project ID.
105
105
*
106
-
* You can only use this method for a project that has a lifecycle state of
106
+
* <p>You can only use this method for a project that has a lifecycle state of
107
107
* {@link ProjectInfo.State#DELETE_REQUESTED}. After deletion starts, as indicated by a lifecycle
108
108
* state of {@link ProjectInfo.State#DELETE_IN_PROGRESS}, the project cannot be restored. The
109
109
* caller must have modify permissions for this project.
@@ -120,7 +120,7 @@ public void undelete() {
120
120
/**
121
121
* Replaces the attributes of the project.
122
122
*
123
-
* The caller must have modify permissions for this project.
123
+
* <p>The caller must have modify permissions for this project.
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/ResourceManager.java
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/ResourceManagerOptions.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,11 @@ public boolean equals(Object obj) {
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/testing/LocalResourceManagerHelper.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ public class LocalResourceManagerHelper {
Copy file name to clipboardExpand all lines: branches/update-datastore/gcloud-java-resourcemanager/src/main/java/com/google/gcloud/spi/DefaultResourceManagerRpc.java
0 commit comments