@@ -579,10 +579,8 @@ Compute.prototype.firewall = function(name) {
579579 * representing part of the larger set of results to view.
580580 * @param {function } callback - The callback function.
581581 * @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
583583 * your project.
584- * @param {?object } callback.nextQuery - If present, query with this object to
585- * check for more results.
586584 * @param {object } callback.apiResponse - The full API response.
587585 *
588586 * @example
@@ -698,8 +696,6 @@ Compute.prototype.getAddresses = function(options, callback) {
698696 * @param {?error } callback.err - An error returned while making this request.
699697 * @param {module:compute/autoscaler[] } callback.autoscalers - Autoscaler
700698 * objects from your project.
701- * @param {?object } callback.nextQuery - If present, query with this object to
702- * check for more results.
703699 * @param {object } callback.apiResponse - The full API response.
704700 *
705701 * @example
@@ -815,9 +811,8 @@ Compute.prototype.getAutoscalers = function(options, callback) {
815811 * representing part of the larger set of results to view.
816812 * @param {function } callback - The callback function.
817813 * @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.
821816 * @param {object } callback.apiResponse - The full API response.
822817 *
823818 * @example
@@ -932,8 +927,6 @@ Compute.prototype.getDisks = function(options, callback) {
932927 * @param {?error } callback.err - An error returned while making this request.
933928 * @param {module:compute/instance-group[] } callback.instanceGroups -
934929 * InstanceGroup objects from your project.
935- * @param {?object } callback.nextQuery - If present, query with this object to
936- * check for more results.
937930 * @param {object } callback.apiResponse - The full API response.
938931 *
939932 * @example
@@ -1045,10 +1038,8 @@ Compute.prototype.getInstanceGroups = function(options, callback) {
10451038 * representing part of the larger set of results to view.
10461039 * @param {function } callback - The callback function.
10471040 * @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
10491042 * your project.
1050- * @param {?object } callback.nextQuery - If present, query with this object to
1051- * check for more results.
10521043 * @param {object } callback.apiResponse - The full API response.
10531044 *
10541045 * @example
@@ -1154,10 +1145,8 @@ Compute.prototype.getFirewalls = function(options, callback) {
11541145 * representing part of the larger set of results to view.
11551146 * @param {function } callback - The callback function.
11561147 * @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
11581149 * objects from your project.
1159- * @param {?object } callback.nextQuery - If present, query with this object to
1160- * check for more results.
11611150 * @param {object } callback.apiResponse - The full API response.
11621151 *
11631152 * @example
@@ -1269,8 +1258,6 @@ Compute.prototype.getHealthChecks = function(options, callback) {
12691258 * @param {?error } callback.err - An error returned while making this request.
12701259 * @param {module:compute/machine-type[] } callback.machineTypes - MachineType
12711260 * objects from your project.
1272- * @param {?object } callback.nextQuery - If present, query with this object to
1273- * check for more results.
12741261 * @param {object } callback.apiResponse - The full API response.
12751262 *
12761263 * @example
@@ -1382,10 +1369,8 @@ Compute.prototype.getMachineTypes = function(options, callback) {
13821369 * representing part of the larger set of results to view.
13831370 * @param {function } callback - The callback function.
13841371 * @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.
13891374 * @param {object } callback.apiResponse - The full API response.
13901375 *
13911376 * @example
@@ -1488,10 +1473,8 @@ Compute.prototype.getNetworks = function(options, callback) {
14881473 * representing part of the larger set of results to view.
14891474 * @param {function } callback - The callback function.
14901475 * @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
14921477 * from your project.
1493- * @param {?object } callback.nextQuery - If present, query with this object to
1494- * check for more results.
14951478 * @param {object } callback.apiResponse - The full API response.
14961479 *
14971480 * @example
@@ -1594,10 +1577,8 @@ Compute.prototype.getOperations = function(options, callback) {
15941577 * representing part of the larger set of results to view.
15951578 * @param {function } callback - The callback function.
15961579 * @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
15981581 * available to your project.
1599- * @param {?object } callback.nextQuery - If present, query with this object to
1600- * check for more results.
16011582 * @param {object } callback.apiResponse - The full API response.
16021583 *
16031584 * @example
@@ -1697,9 +1678,8 @@ Compute.prototype.getRegions = function(options, callback) {
16971678 * representing part of the larger set of results to view.
16981679 * @param {function } callback - The callback function.
16991680 * @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.
17031683 * @param {object } callback.apiResponse - The full API response.
17041684 *
17051685 * @example
@@ -1804,8 +1784,6 @@ Compute.prototype.getRules = function(options, callback) {
18041784 * @param {?error } callback.err - An error returned while making this request.
18051785 * @param {module:compute/service[] } callback.services - Service objects from
18061786 * your project.
1807- * @param {?object } callback.nextQuery - If present, query with this object to
1808- * check for more results.
18091787 * @param {object } callback.apiResponse - The full API response.
18101788 *
18111789 * @example
@@ -1908,10 +1886,8 @@ Compute.prototype.getServices = function(options, callback) {
19081886 * representing part of the larger set of results to view.
19091887 * @param {function } callback - The callback function.
19101888 * @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
19121890 * your project.
1913- * @param {?object } callback.nextQuery - If present, query with this object to
1914- * check for more results.
19151891 * @param {object } callback.apiResponse - The full API response.
19161892 *
19171893 * @example
@@ -2014,10 +1990,8 @@ Compute.prototype.getSnapshots = function(options, callback) {
20141990 * representing part of the larger set of results to view.
20151991 * @param {function } callback - The callback function.
20161992 * @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.
20211995 * @param {object } callback.apiResponse - The full API response.
20221996 *
20231997 * @example
@@ -2129,9 +2103,7 @@ Compute.prototype.getSubnetworks = function(options, callback) {
21292103 * representing part of the larger set of results to view.
21302104 * @param {function } callback - The callback function.
21312105 * @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.
21352107 * @param {object } callback.apiResponse - The full API response.
21362108 *
21372109 * @example
@@ -2243,10 +2215,8 @@ Compute.prototype.getVMs = function(options, callback) {
22432215 * representing part of the larger set of results to view.
22442216 * @param {function } callback - The callback function.
22452217 * @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.
22502220 * @param {object } callback.apiResponse - The full API response.
22512221 *
22522222 * @example
0 commit comments