@@ -579,10 +579,8 @@ Compute.prototype.firewall = function(name) {
579
579
* representing part of the larger set of results to view.
580
580
* @param {function } callback - The callback function.
581
581
* @param {?error } callback.err - An error returned while making this request.
582
- * @param {module:compute/address } callback.addresses - Address objects from
582
+ * @param {module:compute/address[] } callback.addresses - Address objects from
583
583
* your project.
584
- * @param {?object } callback.nextQuery - If present, query with this object to
585
- * check for more results.
586
584
* @param {object } callback.apiResponse - The full API response.
587
585
*
588
586
* @example
@@ -698,8 +696,6 @@ Compute.prototype.getAddresses = function(options, callback) {
698
696
* @param {?error } callback.err - An error returned while making this request.
699
697
* @param {module:compute/autoscaler[] } callback.autoscalers - Autoscaler
700
698
* objects from your project.
701
- * @param {?object } callback.nextQuery - If present, query with this object to
702
- * check for more results.
703
699
* @param {object } callback.apiResponse - The full API response.
704
700
*
705
701
* @example
@@ -815,9 +811,8 @@ Compute.prototype.getAutoscalers = function(options, callback) {
815
811
* representing part of the larger set of results to view.
816
812
* @param {function } callback - The callback function.
817
813
* @param {?error } callback.err - An error returned while making this request.
818
- * @param {module:compute/disk } callback.disks - Disk objects from your project.
819
- * @param {?object } callback.nextQuery - If present, query with this object to
820
- * check for more results.
814
+ * @param {module:compute/disk[] } callback.disks - Disk objects from your
815
+ * project.
821
816
* @param {object } callback.apiResponse - The full API response.
822
817
*
823
818
* @example
@@ -932,8 +927,6 @@ Compute.prototype.getDisks = function(options, callback) {
932
927
* @param {?error } callback.err - An error returned while making this request.
933
928
* @param {module:compute/instance-group[] } callback.instanceGroups -
934
929
* InstanceGroup objects from your project.
935
- * @param {?object } callback.nextQuery - If present, query with this object to
936
- * check for more results.
937
930
* @param {object } callback.apiResponse - The full API response.
938
931
*
939
932
* @example
@@ -1045,10 +1038,8 @@ Compute.prototype.getInstanceGroups = function(options, callback) {
1045
1038
* representing part of the larger set of results to view.
1046
1039
* @param {function } callback - The callback function.
1047
1040
* @param {?error } callback.err - An error returned while making this request.
1048
- * @param {module:compute/firewall } callback.firewalls - Firewall objects from
1041
+ * @param {module:compute/firewall[] } callback.firewalls - Firewall objects from
1049
1042
* your project.
1050
- * @param {?object } callback.nextQuery - If present, query with this object to
1051
- * check for more results.
1052
1043
* @param {object } callback.apiResponse - The full API response.
1053
1044
*
1054
1045
* @example
@@ -1154,10 +1145,8 @@ Compute.prototype.getFirewalls = function(options, callback) {
1154
1145
* representing part of the larger set of results to view.
1155
1146
* @param {function } callback - The callback function.
1156
1147
* @param {?error } callback.err - An error returned while making this request.
1157
- * @param {module:compute/health-check } callback.healthChecks - HealthCheck
1148
+ * @param {module:compute/health-check[] } callback.healthChecks - HealthCheck
1158
1149
* objects from your project.
1159
- * @param {?object } callback.nextQuery - If present, query with this object to
1160
- * check for more results.
1161
1150
* @param {object } callback.apiResponse - The full API response.
1162
1151
*
1163
1152
* @example
@@ -1269,8 +1258,6 @@ Compute.prototype.getHealthChecks = function(options, callback) {
1269
1258
* @param {?error } callback.err - An error returned while making this request.
1270
1259
* @param {module:compute/machine-type[] } callback.machineTypes - MachineType
1271
1260
* objects from your project.
1272
- * @param {?object } callback.nextQuery - If present, query with this object to
1273
- * check for more results.
1274
1261
* @param {object } callback.apiResponse - The full API response.
1275
1262
*
1276
1263
* @example
@@ -1382,10 +1369,8 @@ Compute.prototype.getMachineTypes = function(options, callback) {
1382
1369
* representing part of the larger set of results to view.
1383
1370
* @param {function } callback - The callback function.
1384
1371
* @param {?error } callback.err - An error returned while making this request.
1385
- * @param {module:compute/network } callback.networks - Network objects from your
1386
- * project.
1387
- * @param {?object } callback.nextQuery - If present, query with this object to
1388
- * check for more results.
1372
+ * @param {module:compute/network[] } callback.networks - Network objects from
1373
+ * your project.
1389
1374
* @param {object } callback.apiResponse - The full API response.
1390
1375
*
1391
1376
* @example
@@ -1488,10 +1473,8 @@ Compute.prototype.getNetworks = function(options, callback) {
1488
1473
* representing part of the larger set of results to view.
1489
1474
* @param {function } callback - The callback function.
1490
1475
* @param {?error } callback.err - An error returned while making this request.
1491
- * @param {module:compute/operation } callback.operations - Operation objects
1476
+ * @param {module:compute/operation[] } callback.operations - Operation objects
1492
1477
* from your project.
1493
- * @param {?object } callback.nextQuery - If present, query with this object to
1494
- * check for more results.
1495
1478
* @param {object } callback.apiResponse - The full API response.
1496
1479
*
1497
1480
* @example
@@ -1594,10 +1577,8 @@ Compute.prototype.getOperations = function(options, callback) {
1594
1577
* representing part of the larger set of results to view.
1595
1578
* @param {function } callback - The callback function.
1596
1579
* @param {?error } callback.err - An error returned while making this request.
1597
- * @param {module:compute/region } callback.regions - Region objects that are
1580
+ * @param {module:compute/region[] } callback.regions - Region objects that are
1598
1581
* available to your project.
1599
- * @param {?object } callback.nextQuery - If present, query with this object to
1600
- * check for more results.
1601
1582
* @param {object } callback.apiResponse - The full API response.
1602
1583
*
1603
1584
* @example
@@ -1697,9 +1678,8 @@ Compute.prototype.getRegions = function(options, callback) {
1697
1678
* representing part of the larger set of results to view.
1698
1679
* @param {function } callback - The callback function.
1699
1680
* @param {?error } callback.err - An error returned while making this request.
1700
- * @param {module:compute/rule } callback.rules - Rule objects from this region.
1701
- * @param {?object } callback.nextQuery - If present, query with this object to
1702
- * check for more results.
1681
+ * @param {module:compute/rule[] } callback.rules - Rule objects from your
1682
+ * project.
1703
1683
* @param {object } callback.apiResponse - The full API response.
1704
1684
*
1705
1685
* @example
@@ -1804,8 +1784,6 @@ Compute.prototype.getRules = function(options, callback) {
1804
1784
* @param {?error } callback.err - An error returned while making this request.
1805
1785
* @param {module:compute/service[] } callback.services - Service objects from
1806
1786
* your project.
1807
- * @param {?object } callback.nextQuery - If present, query with this object to
1808
- * check for more results.
1809
1787
* @param {object } callback.apiResponse - The full API response.
1810
1788
*
1811
1789
* @example
@@ -1908,10 +1886,8 @@ Compute.prototype.getServices = function(options, callback) {
1908
1886
* representing part of the larger set of results to view.
1909
1887
* @param {function } callback - The callback function.
1910
1888
* @param {?error } callback.err - An error returned while making this request.
1911
- * @param {module:compute/snapshot } callback.snapshots - Snapshot objects from
1889
+ * @param {module:compute/snapshot[] } callback.snapshots - Snapshot objects from
1912
1890
* your project.
1913
- * @param {?object } callback.nextQuery - If present, query with this object to
1914
- * check for more results.
1915
1891
* @param {object } callback.apiResponse - The full API response.
1916
1892
*
1917
1893
* @example
@@ -2014,10 +1990,8 @@ Compute.prototype.getSnapshots = function(options, callback) {
2014
1990
* representing part of the larger set of results to view.
2015
1991
* @param {function } callback - The callback function.
2016
1992
* @param {?error } callback.err - An error returned while making this request.
2017
- * @param {module:compute/subnetwork } callback.subnetworks - Subnetwork objects
2018
- * from your project.
2019
- * @param {?object } callback.nextQuery - If present, query with this object to
2020
- * check for more results.
1993
+ * @param {module:compute/subnetwork[] } callback.subnetworks - Subnetwork
1994
+ * objects from your project.
2021
1995
* @param {object } callback.apiResponse - The full API response.
2022
1996
*
2023
1997
* @example
@@ -2129,9 +2103,7 @@ Compute.prototype.getSubnetworks = function(options, callback) {
2129
2103
* representing part of the larger set of results to view.
2130
2104
* @param {function } callback - The callback function.
2131
2105
* @param {?error } callback.err - An error returned while making this request.
2132
- * @param {module:compute/vm } callback.vms - VM objects from your project.
2133
- * @param {?object } callback.nextQuery - If present, query with this object to
2134
- * check for more results.
2106
+ * @param {module:compute/vm[] } callback.vms - VM objects from your project.
2135
2107
* @param {object } callback.apiResponse - The full API response.
2136
2108
*
2137
2109
* @example
@@ -2243,10 +2215,8 @@ Compute.prototype.getVMs = function(options, callback) {
2243
2215
* representing part of the larger set of results to view.
2244
2216
* @param {function } callback - The callback function.
2245
2217
* @param {?error } callback.err - An error returned while making this request.
2246
- * @param {module:compute/zone } callback.zones - Zone objects that are available
2247
- * to your project.
2248
- * @param {?object } callback.nextQuery - If present, query with this object to
2249
- * check for more results.
2218
+ * @param {module:compute/zone[] } callback.zones - Zone objects that are
2219
+ * available to your project.
2250
2220
* @param {object } callback.apiResponse - The full API response.
2251
2221
*
2252
2222
* @example
0 commit comments