@@ -242,8 +242,8 @@ Region.prototype.createAddress = function(name, options, callback) {
242242 * representing part of the larger set of results to view.
243243 * @param {function } callback - The callback function.
244244 * @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.
247247 * @param {?object } callback.nextQuery - If present, query with this object to
248248 * check for more results.
249249 * @param {object } callback.apiResponse - The full API response.
@@ -334,8 +334,10 @@ Region.prototype.subnetwork = function(name) {
334334 * unique and non-overlapping within a network.
335335 * @param {string } config.network - The URL of the network to which this
336336 * 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.
339341 * @param {function } callback - The callback function.
340342 * @param {?error } callback.err - An error returned while making this request.
341343 * @param {module:compute/rule } callback.rule - The created Rule object.
@@ -351,7 +353,8 @@ Region.prototype.subnetwork = function(name) {
351353 * ipCidrRange: '10.0.1.0/24'
352354 * };
353355 *
354- * region.createSubnetwork(name, config, function (err, subnetwork, operation, apiResponse) {
356+ * region.createSubnetwork(name, config,
357+ * function (err, subnetwork, operation, apiResponse) {
355358 * // `subnetwork` is a Subnetwork object.
356359 *
357360 * // `operation` is an Operation object that can be used to check the status
0 commit comments