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/1.26.0/google-api-services-servicemanagement/v1/com/google/api/services/servicemanagement/ServiceManagement.java
+30-9Lines changed: 30 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1752,17 +1752,24 @@ public List setConsumerId(java.lang.String consumerId) {
1752
1752
returnthis;
1753
1753
}
1754
1754
1755
-
/** Requested size of the next page of data. */
1755
+
/**
1756
+
* The max number of items to include in the response list. Page size is 50 if not specified.
1757
+
* Maximum value is 100.
1758
+
*/
1756
1759
@com.google.api.client.util.Key
1757
1760
privatejava.lang.IntegerpageSize;
1758
1761
1759
-
/** Requested size of the next page of data.
1762
+
/** The max number of items to include in the response list. Page size is 50 if not specified. Maximum
1763
+
value is 100.
1760
1764
*/
1761
1765
publicjava.lang.IntegergetPageSize() {
1762
1766
returnpageSize;
1763
1767
}
1764
1768
1765
-
/** Requested size of the next page of data. */
1769
+
/**
1770
+
* The max number of items to include in the response list. Page size is 50 if not specified.
0 commit comments