@@ -242,8 +242,8 @@ Region.prototype.createAddress = function(name, options, callback) {
242
242
* representing part of the larger set of results to view.
243
243
* @param {function } callback - The callback function.
244
244
* @param {?error } callback.err - An error returned while making this request.
245
- * @param {module:compute/firewall } callback.subnetworks - Subnetwork objects from
246
- * your project.
245
+ * @param {module:compute/firewall } callback.subnetworks - Subnetwork objects
246
+ * from your project.
247
247
* @param {?object } callback.nextQuery - If present, query with this object to
248
248
* check for more results.
249
249
* @param {object } callback.apiResponse - The full API response.
@@ -334,8 +334,10 @@ Region.prototype.subnetwork = function(name) {
334
334
* unique and non-overlapping within a network.
335
335
* @param {string } config.network - The URL of the network to which this
336
336
* subnetwork belongs, provided by the client when initially creating
337
- * the subnetwork. Only networks that are in the distributed mode can have subnetworks.
338
- * @param {string= } config.region - URL of the region where the Subnetwork resides.
337
+ * the subnetwork. Only networks that are in the distributed mode can have
338
+ * subnetworks.
339
+ * @param {string= } config.region - URL of the region where the Subnetwork
340
+ * resides.
339
341
* @param {function } callback - The callback function.
340
342
* @param {?error } callback.err - An error returned while making this request.
341
343
* @param {module:compute/rule } callback.rule - The created Rule object.
@@ -351,7 +353,8 @@ Region.prototype.subnetwork = function(name) {
351
353
* ipCidrRange: '10.0.1.0/24'
352
354
* };
353
355
*
354
- * region.createSubnetwork(name, config, function (err, subnetwork, operation, apiResponse) {
356
+ * region.createSubnetwork(name, config,
357
+ * function (err, subnetwork, operation, apiResponse) {
355
358
* // `subnetwork` is a Subnetwork object.
356
359
*
357
360
* // `operation` is an Operation object that can be used to check the status
0 commit comments