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-androiddeviceprovisioning/v1/2.0.0/com/google/api/services/androiddeviceprovisioning/v1/AndroidProvisioningPartner.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1537,22 +1537,22 @@ public List setParent(java.lang.String parent) {
1537
1537
}
1538
1538
1539
1539
/**
1540
-
* Required. The maximum number of devices to show in a page of results. Must be between 1
1541
-
* and 100 inclusive.
1540
+
* Optional. The maximum number of devices to show in a page of results. If unset or 0,
1541
+
* defaults to 1000. If a value greater than 1000 is specified, it will be coerced to 1000.
1542
1542
*/
1543
1543
@com.google.api.client.util.Key
1544
1544
privatejava.lang.LongpageSize;
1545
1545
1546
-
/** Required. The maximum number of devices to show in a page of results. Must be between 1 and 100
1547
-
inclusive.
1546
+
/** Optional. The maximum number of devices to show in a page of results. If unset or 0, defaults to
1547
+
1000. If a value greater than 1000 is specified, it will be coerced to 1000.
1548
1548
*/
1549
1549
publicjava.lang.LonggetPageSize() {
1550
1550
returnpageSize;
1551
1551
}
1552
1552
1553
1553
/**
1554
-
* Required. The maximum number of devices to show in a page of results. Must be between 1
1555
-
* and 100 inclusive.
1554
+
* Optional. The maximum number of devices to show in a page of results. If unset or 0,
1555
+
* defaults to 1000. If a value greater than 1000 is specified, it will be coerced to 1000.
0 commit comments