Skip to content

Commit 970ae8d

Browse files
committed
Updated Compute.php
1 parent 1ffe8f1 commit 970ae8d

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

src/Google/Service/Compute.php

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@ class Google_Service_Compute_Addresses_Resource extends Google_Service_Resource
20942094
* previous list request.
20952095
* @opt_param string maxResults
20962096
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
2097-
* 100.
2097+
* 500.
20982098
* @return Google_Service_Compute_AddressAggregatedList
20992099
*/
21002100
public function aggregatedList($project, $optParams = array())
@@ -2174,7 +2174,7 @@ public function insert($project, $region, Google_Service_Compute_Address $postBo
21742174
* previous list request.
21752175
* @opt_param string maxResults
21762176
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
2177-
* 100.
2177+
* 500.
21782178
* @return Google_Service_Compute_AddressList
21792179
*/
21802180
public function listAddresses($project, $region, $optParams = array())
@@ -2210,7 +2210,7 @@ class Google_Service_Compute_Disks_Resource extends Google_Service_Resource
22102210
* previous list request.
22112211
* @opt_param string maxResults
22122212
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
2213-
* 100.
2213+
* 500.
22142214
* @return Google_Service_Compute_DiskAggregatedList
22152215
*/
22162216
public function aggregatedList($project, $optParams = array())
@@ -2227,7 +2227,7 @@ public function aggregatedList($project, $optParams = array())
22272227
* @param string $zone
22282228
* Name of the zone scoping this request.
22292229
* @param string $disk
2230-
* Name of the persistent disk resource to delete.
2230+
* Name of the persistent disk resource to snapshot.
22312231
* @param Google_Snapshot $postBody
22322232
* @param array $optParams Optional parameters.
22332233
* @return Google_Service_Compute_Operation
@@ -2312,7 +2312,7 @@ public function insert($project, $zone, Google_Service_Compute_Disk $postBody, $
23122312
* previous list request.
23132313
* @opt_param string maxResults
23142314
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
2315-
* 100.
2315+
* 500.
23162316
* @return Google_Service_Compute_DiskList
23172317
*/
23182318
public function listDisks($project, $zone, $optParams = array())
@@ -2397,7 +2397,7 @@ public function insert($project, Google_Service_Compute_Firewall $postBody, $opt
23972397
* previous list request.
23982398
* @opt_param string maxResults
23992399
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
2400-
* 100.
2400+
* 500.
24012401
* @return Google_Service_Compute_FirewallList
24022402
*/
24032403
public function listFirewalls($project, $optParams = array())
@@ -2470,7 +2470,7 @@ class Google_Service_Compute_ForwardingRules_Resource extends Google_Service_Res
24702470
* previous list request.
24712471
* @opt_param string maxResults
24722472
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
2473-
* 100.
2473+
* 500.
24742474
* @return Google_Service_Compute_ForwardingRuleAggregatedList
24752475
*/
24762476
public function aggregatedList($project, $optParams = array())
@@ -2550,7 +2550,7 @@ public function insert($project, $region, Google_Service_Compute_ForwardingRule
25502550
* previous list request.
25512551
* @opt_param string maxResults
25522552
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
2553-
* 100.
2553+
* 500.
25542554
* @return Google_Service_Compute_ForwardingRuleList
25552555
*/
25562556
public function listForwardingRules($project, $region, $optParams = array())
@@ -2606,7 +2606,7 @@ class Google_Service_Compute_GlobalOperations_Resource extends Google_Service_Re
26062606
* previous list request.
26072607
* @opt_param string maxResults
26082608
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
2609-
* 100.
2609+
* 500.
26102610
* @return Google_Service_Compute_OperationAggregatedList
26112611
*/
26122612
public function aggregatedList($project, $optParams = array())
@@ -2661,7 +2661,7 @@ public function get($project, $operation, $optParams = array())
26612661
* previous list request.
26622662
* @opt_param string maxResults
26632663
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
2664-
* 100.
2664+
* 500.
26652665
* @return Google_Service_Compute_OperationList
26662666
*/
26672667
public function listGlobalOperations($project, $optParams = array())
@@ -2746,7 +2746,7 @@ public function insert($project, Google_Service_Compute_HttpHealthCheck $postBod
27462746
* previous list request.
27472747
* @opt_param string maxResults
27482748
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
2749-
* 100.
2749+
* 500.
27502750
* @return Google_Service_Compute_HttpHealthCheckList
27512751
*/
27522752
public function listHttpHealthChecks($project, $optParams = array())
@@ -2886,7 +2886,7 @@ public function insert($project, Google_Service_Compute_Image $postBody, $optPar
28862886
* previous list request.
28872887
* @opt_param string maxResults
28882888
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
2889-
* 100.
2889+
* 500.
28902890
* @return Google_Service_Compute_ImageList
28912891
*/
28922892
public function listImages($project, $optParams = array())
@@ -2944,7 +2944,7 @@ public function addAccessConfig($project, $zone, $instance, $networkInterface, G
29442944
* previous list request.
29452945
* @opt_param string maxResults
29462946
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
2947-
* 100.
2947+
* 500.
29482948
* @return Google_Service_Compute_InstanceAggregatedList
29492949
*/
29502950
public function aggregatedList($project, $optParams = array())
@@ -3105,7 +3105,7 @@ public function insert($project, $zone, Google_Service_Compute_Instance $postBod
31053105
* previous list request.
31063106
* @opt_param string maxResults
31073107
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
3108-
* 100.
3108+
* 500.
31093109
* @return Google_Service_Compute_InstanceList
31103110
*/
31113111
public function listInstances($project, $zone, $optParams = array())
@@ -3219,7 +3219,7 @@ class Google_Service_Compute_MachineTypes_Resource extends Google_Service_Resour
32193219
* previous list request.
32203220
* @opt_param string maxResults
32213221
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
3222-
* 100.
3222+
* 500.
32233223
* @return Google_Service_Compute_MachineTypeAggregatedList
32243224
*/
32253225
public function aggregatedList($project, $optParams = array())
@@ -3263,7 +3263,7 @@ public function get($project, $zone, $machineType, $optParams = array())
32633263
* previous list request.
32643264
* @opt_param string maxResults
32653265
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
3266-
* 100.
3266+
* 500.
32673267
* @return Google_Service_Compute_MachineTypeList
32683268
*/
32693269
public function listMachineTypes($project, $zone, $optParams = array())
@@ -3348,7 +3348,7 @@ public function insert($project, Google_Service_Compute_Network $postBody, $optP
33483348
* previous list request.
33493349
* @opt_param string maxResults
33503350
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
3351-
* 100.
3351+
* 500.
33523352
* @return Google_Service_Compute_NetworkList
33533353
*/
33543354
public function listNetworks($project, $optParams = array())
@@ -3467,7 +3467,7 @@ public function get($project, $region, $operation, $optParams = array())
34673467
* previous list request.
34683468
* @opt_param string maxResults
34693469
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
3470-
* 100.
3470+
* 500.
34713471
* @return Google_Service_Compute_OperationList
34723472
*/
34733473
public function listRegionOperations($project, $region, $optParams = array())
@@ -3520,7 +3520,7 @@ public function get($project, $region, $optParams = array())
35203520
* previous list request.
35213521
* @opt_param string maxResults
35223522
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
3523-
* 100.
3523+
* 500.
35243524
* @return Google_Service_Compute_RegionList
35253525
*/
35263526
public function listRegions($project, $optParams = array())
@@ -3605,7 +3605,7 @@ public function insert($project, Google_Service_Compute_Route $postBody, $optPar
36053605
* previous list request.
36063606
* @opt_param string maxResults
36073607
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
3608-
* 100.
3608+
* 500.
36093609
* @return Google_Service_Compute_RouteList
36103610
*/
36113611
public function listRoutes($project, $optParams = array())
@@ -3674,7 +3674,7 @@ public function get($project, $snapshot, $optParams = array())
36743674
* previous list request.
36753675
* @opt_param string maxResults
36763676
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
3677-
* 100.
3677+
* 500.
36783678
* @return Google_Service_Compute_SnapshotList
36793679
*/
36803680
public function listSnapshots($project, $optParams = array())
@@ -3711,7 +3711,7 @@ class Google_Service_Compute_TargetInstances_Resource extends Google_Service_Res
37113711
* previous list request.
37123712
* @opt_param string maxResults
37133713
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
3714-
* 100.
3714+
* 500.
37153715
* @return Google_Service_Compute_TargetInstanceAggregatedList
37163716
*/
37173717
public function aggregatedList($project, $optParams = array())
@@ -3791,7 +3791,7 @@ public function insert($project, $zone, Google_Service_Compute_TargetInstance $p
37913791
* previous list request.
37923792
* @opt_param string maxResults
37933793
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
3794-
* 100.
3794+
* 500.
37953795
* @return Google_Service_Compute_TargetInstanceList
37963796
*/
37973797
public function listTargetInstances($project, $zone, $optParams = array())
@@ -3866,7 +3866,7 @@ public function addInstance($project, $region, $targetPool, Google_Service_Compu
38663866
* previous list request.
38673867
* @opt_param string maxResults
38683868
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
3869-
* 100.
3869+
* 500.
38703870
* @return Google_Service_Compute_TargetPoolAggregatedList
38713871
*/
38723872
public function aggregatedList($project, $optParams = array())
@@ -3966,7 +3966,7 @@ public function insert($project, $region, Google_Service_Compute_TargetPool $pos
39663966
* previous list request.
39673967
* @opt_param string maxResults
39683968
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
3969-
* 100.
3969+
* 500.
39703970
* @return Google_Service_Compute_TargetPoolList
39713971
*/
39723972
public function listTargetPools($project, $region, $optParams = array())
@@ -4102,7 +4102,7 @@ public function get($project, $zone, $operation, $optParams = array())
41024102
* previous list request.
41034103
* @opt_param string maxResults
41044104
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
4105-
* 100.
4105+
* 500.
41064106
* @return Google_Service_Compute_OperationList
41074107
*/
41084108
public function listZoneOperations($project, $zone, $optParams = array())
@@ -4155,7 +4155,7 @@ public function get($project, $zone, $optParams = array())
41554155
* previous list request.
41564156
* @opt_param string maxResults
41574157
* Optional. Maximum count of results to be returned. Maximum value is 500 and default value is
4158-
* 100.
4158+
* 500.
41594159
* @return Google_Service_Compute_ZoneList
41604160
*/
41614161
public function listZones($project, $optParams = array())

0 commit comments

Comments
 (0)