File tree 2 files changed +8
-12
lines changed
packages/google-cloud-compute/src
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -2404,9 +2404,8 @@ Compute.prototype.getDisksStream = paginator.streamify('getDisks');
2404
2404
* });
2405
2405
*/
2406
2406
2407
- Compute . prototype . getInstanceGroupsStream = paginator . streamify (
2408
- 'getInstanceGroups'
2409
- ) ;
2407
+ Compute . prototype . getInstanceGroupsStream =
2408
+ paginator . streamify ( 'getInstanceGroups' ) ;
2410
2409
2411
2410
/**
2412
2411
* Get a list of {@link Firewall} objects as a readable object stream.
@@ -2465,9 +2464,8 @@ Compute.prototype.getFirewallsStream = paginator.streamify('getFirewalls');
2465
2464
* this.end();
2466
2465
* });
2467
2466
*/
2468
- Compute . prototype . getHealthChecksStream = paginator . streamify (
2469
- 'getHealthChecks'
2470
- ) ;
2467
+ Compute . prototype . getHealthChecksStream =
2468
+ paginator . streamify ( 'getHealthChecks' ) ;
2471
2469
2472
2470
/**
2473
2471
* Get a list of {@link Image} objects as a readable object stream.
@@ -2526,9 +2524,8 @@ Compute.prototype.getImagesStream = paginator.streamify('getImages');
2526
2524
* this.end();
2527
2525
* });
2528
2526
*/
2529
- Compute . prototype . getMachineTypesStream = paginator . streamify (
2530
- 'getMachineTypes'
2531
- ) ;
2527
+ Compute . prototype . getMachineTypesStream =
2528
+ paginator . streamify ( 'getMachineTypes' ) ;
2532
2529
2533
2530
/**
2534
2531
* Get a list of {@link Network} objects as a readable object stream.
Original file line number Diff line number Diff line change @@ -1540,9 +1540,8 @@ Zone.prototype.getDisksStream = paginator.streamify('getDisks');
1540
1540
* this.end();
1541
1541
* });
1542
1542
*/
1543
- Zone . prototype . getInstanceGroupsStream = paginator . streamify (
1544
- 'getInstanceGroups'
1545
- ) ;
1543
+ Zone . prototype . getInstanceGroupsStream =
1544
+ paginator . streamify ( 'getInstanceGroups' ) ;
1546
1545
1547
1546
/**
1548
1547
* Get a list of {@link MachineType} objects for this zone as a
You can’t perform that action at this time.
0 commit comments