Skip to content

Commit 7ceaa56

Browse files
1 parent 2fa0bea commit 7ceaa56

9 files changed

Lines changed: 1290 additions & 0 deletions

src/Compute.php

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ class Compute extends \Google\Service
136136
public $regionZones;
137137
public $regions;
138138
public $reservationBlocks;
139+
public $reservationSlots;
139140
public $reservationSubBlocks;
140141
public $reservations;
141142
public $resourcePolicies;
@@ -16644,6 +16645,110 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
1664416645
]
1664516646
]
1664616647
);
16648+
$this->reservationSlots = new Compute\Resource\ReservationSlots(
16649+
$this,
16650+
$this->serviceName,
16651+
'reservationSlots',
16652+
[
16653+
'methods' => [
16654+
'get' => [
16655+
'path' => 'projects/{project}/zones/{zone}/{+parentName}/reservationSlots/{reservationSlot}',
16656+
'httpMethod' => 'GET',
16657+
'parameters' => [
16658+
'project' => [
16659+
'location' => 'path',
16660+
'type' => 'string',
16661+
'required' => true,
16662+
],
16663+
'zone' => [
16664+
'location' => 'path',
16665+
'type' => 'string',
16666+
'required' => true,
16667+
],
16668+
'parentName' => [
16669+
'location' => 'path',
16670+
'type' => 'string',
16671+
'required' => true,
16672+
],
16673+
'reservationSlot' => [
16674+
'location' => 'path',
16675+
'type' => 'string',
16676+
'required' => true,
16677+
],
16678+
],
16679+
],'list' => [
16680+
'path' => 'projects/{project}/zones/{zone}/{+parentName}/reservationSlots',
16681+
'httpMethod' => 'GET',
16682+
'parameters' => [
16683+
'project' => [
16684+
'location' => 'path',
16685+
'type' => 'string',
16686+
'required' => true,
16687+
],
16688+
'zone' => [
16689+
'location' => 'path',
16690+
'type' => 'string',
16691+
'required' => true,
16692+
],
16693+
'parentName' => [
16694+
'location' => 'path',
16695+
'type' => 'string',
16696+
'required' => true,
16697+
],
16698+
'filter' => [
16699+
'location' => 'query',
16700+
'type' => 'string',
16701+
],
16702+
'maxResults' => [
16703+
'location' => 'query',
16704+
'type' => 'integer',
16705+
],
16706+
'orderBy' => [
16707+
'location' => 'query',
16708+
'type' => 'string',
16709+
],
16710+
'pageToken' => [
16711+
'location' => 'query',
16712+
'type' => 'string',
16713+
],
16714+
'returnPartialSuccess' => [
16715+
'location' => 'query',
16716+
'type' => 'boolean',
16717+
],
16718+
],
16719+
],'update' => [
16720+
'path' => 'projects/{project}/zones/{zone}/{+parentName}/reservationSlots/{reservationSlot}',
16721+
'httpMethod' => 'POST',
16722+
'parameters' => [
16723+
'project' => [
16724+
'location' => 'path',
16725+
'type' => 'string',
16726+
'required' => true,
16727+
],
16728+
'zone' => [
16729+
'location' => 'path',
16730+
'type' => 'string',
16731+
'required' => true,
16732+
],
16733+
'parentName' => [
16734+
'location' => 'path',
16735+
'type' => 'string',
16736+
'required' => true,
16737+
],
16738+
'reservationSlot' => [
16739+
'location' => 'path',
16740+
'type' => 'string',
16741+
'required' => true,
16742+
],
16743+
'updateMask' => [
16744+
'location' => 'query',
16745+
'type' => 'string',
16746+
],
16747+
],
16748+
],
16749+
]
16750+
]
16751+
);
1664716752
$this->reservationSubBlocks = new Compute\Resource\ReservationSubBlocks(
1664816753
$this,
1664916754
$this->serviceName,

0 commit comments

Comments
 (0)