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-androidmanagement/v1/2.0.0/com/google/api/services/androidmanagement/v1/AndroidManagement.java
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1894,17 +1894,24 @@ public List setParent(java.lang.String parent) {
1894
1894
returnthis;
1895
1895
}
1896
1896
1897
-
/** The requested page size. The actual page size may be fixed to a min or max value. */
1897
+
/**
1898
+
* The requested page size. If unspecified, at most 10 devices will be returned. The maximum
1899
+
* value is 100; values above 100 will be coerced to 100. The limits can change over time.
1900
+
*/
1898
1901
@com.google.api.client.util.Key
1899
1902
privatejava.lang.IntegerpageSize;
1900
1903
1901
-
/** The requested page size. The actual page size may be fixed to a min or max value.
1904
+
/** The requested page size. If unspecified, at most 10 devices will be returned. The maximum value is
1905
+
100; values above 100 will be coerced to 100. The limits can change over time.
1902
1906
*/
1903
1907
publicjava.lang.IntegergetPageSize() {
1904
1908
returnpageSize;
1905
1909
}
1906
1910
1907
-
/** The requested page size. The actual page size may be fixed to a min or max value. */
1911
+
/**
1912
+
* The requested page size. If unspecified, at most 10 devices will be returned. The maximum
1913
+
* value is 100; values above 100 will be coerced to 100. The limits can change over time.
0 commit comments