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: gcloud-java-resourcemanager/src/main/java/com/google/gcloud/resourcemanager/testing/LocalResourceManagerHelper.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -59,14 +59,14 @@
59
59
*
60
60
* <ul>
61
61
* <li>This mock assumes you have adequate permissions for any action. Related to this,
62
-
* <I>testIamPermissions</I> always indicates that the caller has all permissions listed in the
62
+
* <i>testIamPermissions</i> always indicates that the caller has all permissions listed in the
63
63
* request.
64
64
* <li>IAM policies are set to an empty policy with version 0 (only legacy roles supported) upon
65
65
* project creation. The actual service will not have an empty list of bindings and may also
66
66
* set your version to 1.
67
67
* <li>There is no input validation for the policy provided when replacing a policy.
68
-
* <li>In this mock, projects never move from the <I>DELETE_REQUESTED</I> lifecycle state to
69
-
* <I>DELETE_IN_PROGRESS</I> without an explicit call to the utility method
68
+
* <li>In this mock, projects never move from the <i>DELETE_REQUESTED</i> lifecycle state to
69
+
* <i>DELETE_IN_PROGRESS</i> without an explicit call to the utility method
70
70
* {@link #changeLifecycleState}. Similarly, a project is never completely removed without an
71
71
* explicit call to the utility method {@link #removeProject}.
72
72
* <li>The messages in the error responses given by this mock do not necessarily match the messages
0 commit comments