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: clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/QueryGrantableRolesRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public final class QueryGrantableRolesRequest extends com.google.api.client.json
41
41
42
42
/**
43
43
* Optional limit on the number of roles to include in the response. The default is 300, and the
44
-
* maximum is 1,000.
44
+
* maximum is 2,000.
45
45
* The value may be {@code null}.
46
46
*/
47
47
@com.google.api.client.util.Key
@@ -83,7 +83,7 @@ public QueryGrantableRolesRequest setFullResourceName(java.lang.String fullResou
83
83
84
84
/**
85
85
* Optional limit on the number of roles to include in the response. The default is 300, and the
86
-
* maximum is 1,000.
86
+
* maximum is 2,000.
87
87
* @return value or {@code null} for none
88
88
*/
89
89
publicjava.lang.IntegergetPageSize() {
@@ -92,7 +92,7 @@ public java.lang.Integer getPageSize() {
92
92
93
93
/**
94
94
* Optional limit on the number of roles to include in the response. The default is 300, and the
95
-
* maximum is 1,000.
95
+
* maximum is 2,000.
96
96
* @param pageSize pageSize or {@code null} for none
0 commit comments