@@ -600,6 +600,7 @@ Compute.prototype.firewall = function(name) {
600600 * (not equal)
601601 * - **`filterString`**: the string to filter to. For string fields, this
602602 * can be a regular expression.
603+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
603604 * @param {number } options.maxResults - Maximum number of addresses to return.
604605 * @param {string } options.pageToken - A previously-returned page token
605606 * representing part of the larger set of results to view.
@@ -716,6 +717,7 @@ Compute.prototype.getAddresses = function(options, callback) {
716717 * (not equal)
717718 * - **`filterString`**: the string to filter to. For string fields, this
718719 * can be a regular expression.
720+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
719721 * @param {number } options.maxResults - Maximum number of addresses to return.
720722 * @param {string } options.pageToken - A previously-returned page token
721723 * representing part of the larger set of results to view.
@@ -834,6 +836,7 @@ Compute.prototype.getAutoscalers = function(options, callback) {
834836 * (not equal)
835837 * - **`filterString`**: the string to filter to. For string fields, this
836838 * can be a regular expression.
839+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
837840 * @param {number } options.maxResults - Maximum number of disks to return.
838841 * @param {string } options.pageToken - A previously-returned page token
839842 * representing part of the larger set of results to view.
@@ -947,6 +950,7 @@ Compute.prototype.getDisks = function(options, callback) {
947950 * (not equal)
948951 * - **`filterString`**: the string to filter to. For string fields, this
949952 * can be a regular expression.
953+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
950954 * @param {number } options.maxResults - Maximum number of instance groups to
951955 * return.
952956 * @param {string } options.pageToken - A previously-returned page token
@@ -1062,6 +1066,7 @@ Compute.prototype.getInstanceGroups = function(options, callback) {
10621066 * (not equal)
10631067 * - **`filterString`**: the string to filter to. For string fields, this
10641068 * can be a regular expression.
1069+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
10651070 * @param {number } options.maxResults - Maximum number of firewalls to return.
10661071 * @param {string } options.pageToken - A previously-returned page token
10671072 * representing part of the larger set of results to view.
@@ -1170,6 +1175,7 @@ Compute.prototype.getFirewalls = function(options, callback) {
11701175 * can be a regular expression.
11711176 * @param {boolean } options.https - List only HTTPs health checks. Default:
11721177 * `false`.
1178+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
11731179 * @param {number } options.maxResults - Maximum number of networks to return.
11741180 * @param {string } options.pageToken - A previously-returned page token
11751181 * representing part of the larger set of results to view.
@@ -1280,6 +1286,7 @@ Compute.prototype.getHealthChecks = function(options, callback) {
12801286 * (not equal)
12811287 * - **`filterString`**: the string to filter to. For string fields, this
12821288 * can be a regular expression.
1289+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
12831290 * @param {number } options.maxResults - Maximum number of networks to return.
12841291 * @param {string } options.pageToken - A previously-returned page token
12851292 * representing part of the larger set of results to view.
@@ -1385,6 +1392,7 @@ Compute.prototype.getNetworks = function(options, callback) {
13851392 * (not equal)
13861393 * - **`filterString`**: the string to filter to. For string fields, this
13871394 * can be a regular expression.
1395+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
13881396 * @param {number } options.maxResults - Maximum number of operations to return.
13891397 * @param {string } options.pageToken - A previously-returned page token
13901398 * representing part of the larger set of results to view.
@@ -1490,6 +1498,7 @@ Compute.prototype.getOperations = function(options, callback) {
14901498 * (not equal)
14911499 * - **`filterString`**: the string to filter to. For string fields, this
14921500 * can be a regular expression.
1501+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
14931502 * @param {number } options.maxResults - Maximum number of instances to return.
14941503 * @param {string } options.pageToken - A previously-returned page token
14951504 * representing part of the larger set of results to view.
@@ -1592,6 +1601,7 @@ Compute.prototype.getRegions = function(options, callback) {
15921601 * (not equal)
15931602 * - **`filterString`**: the string to filter to. For string fields, this
15941603 * can be a regular expression.
1604+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
15951605 * @param {number } options.maxResults - Maximum number of rules to return.
15961606 * @param {string } options.pageToken - A previously-returned page token
15971607 * representing part of the larger set of results to view.
@@ -1696,6 +1706,7 @@ Compute.prototype.getRules = function(options, callback) {
16961706 * (not equal)
16971707 * - **`filterString`**: the string to filter to. For string fields, this
16981708 * can be a regular expression.
1709+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
16991710 * @param {number } options.maxResults - Maximum number of snapshots to return.
17001711 * @param {string } options.pageToken - A previously-returned page token
17011712 * representing part of the larger set of results to view.
@@ -1801,6 +1812,7 @@ Compute.prototype.getServices = function(options, callback) {
18011812 * (not equal)
18021813 * - **`filterString`**: the string to filter to. For string fields, this
18031814 * can be a regular expression.
1815+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
18041816 * @param {number } options.maxResults - Maximum number of snapshots to return.
18051817 * @param {string } options.pageToken - A previously-returned page token
18061818 * representing part of the larger set of results to view.
@@ -1906,6 +1918,7 @@ Compute.prototype.getSnapshots = function(options, callback) {
19061918 * (not equal)
19071919 * - **`filterString`**: the string to filter to. For string fields, this
19081920 * can be a regular expression.
1921+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
19091922 * @param {number } options.maxResults - Maximum number of instances to return.
19101923 * @param {string } options.pageToken - A previously-returned page token
19111924 * representing part of the larger set of results to view.
@@ -2019,6 +2032,7 @@ Compute.prototype.getVMs = function(options, callback) {
20192032 * (not equal)
20202033 * - **`filterString`**: the string to filter to. For string fields, this
20212034 * can be a regular expression.
2035+ * @param {number } options.maxApiCalls - Maximum number of API calls to make.
20222036 * @param {number } options.maxResults - Maximum number of instances to return.
20232037 * @param {string } options.pageToken - A previously-returned page token
20242038 * representing part of the larger set of results to view.
0 commit comments