Skip to content

Commit 0022c35

Browse files
committed
Updated Compute.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent c72f6e4 commit 0022c35

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Google/Service/Compute.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4334,7 +4334,7 @@ class Google_Service_Compute_MachineTypes_Resource extends Google_Service_Resour
43344334
* Retrieves the list of machine type resources grouped by scope.
43354335
* (machineTypes.aggregatedList)
43364336
*
4337-
* @param string $project Name of the project scoping this request.
4337+
* @param string $project Project ID for this request.
43384338
* @param array $optParams Optional parameters.
43394339
*
43404340
* @opt_param string filter Optional. Filter expression for filtering listed
@@ -4355,7 +4355,7 @@ public function aggregatedList($project, $optParams = array())
43554355
/**
43564356
* Returns the specified machine type resource. (machineTypes.get)
43574357
*
4358-
* @param string $project Name of the project scoping this request.
4358+
* @param string $project Project ID for this request.
43594359
* @param string $zone Name of the zone scoping this request.
43604360
* @param string $machineType Name of the machine type resource to return.
43614361
* @param array $optParams Optional parameters.
@@ -4372,7 +4372,7 @@ public function get($project, $zone, $machineType, $optParams = array())
43724372
* Retrieves the list of machine type resources available to the specified
43734373
* project. (machineTypes.listMachineTypes)
43744374
*
4375-
* @param string $project Name of the project scoping this request.
4375+
* @param string $project Project ID for this request.
43764376
* @param string $zone Name of the zone scoping this request.
43774377
* @param array $optParams Optional parameters.
43784378
*

0 commit comments

Comments
 (0)