Searched refs:reservation (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/ |
H A D | Reservations.php | 105 * @param string $reservation Name of the reservation to delete. 120 public function delete($project, $zone, $reservation, $optParams = []) argument 122 $params = ['project' => $project, 'zone' => $zone, 'reservation' => $reservation]; 131 * @param string $reservation Name of the reservation to retrieve. 135 public function get($project, $zone, $reservation, $optParams = []) argument 137 $params = ['project' => $project, 'zone' => $zone, 'reservation' => $reservation]; 247 * @param string $reservation Name of the reservation to update. 263 …public function resize($project, $zone, $reservation, ReservationsResizeRequest $postBody, $optPar… argument 265 …$params = ['project' => $project, 'zone' => $zone, 'reservation' => $reservation, 'postBody' => $p… 308 * @param string $reservation Name of the reservation to update. [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/ |
H A D | VirtualMachine.php | 68 public $reservation; variable in Google\\Service\\Genomics\\VirtualMachine 245 public function setReservation($reservation) argument 247 $this->reservation = $reservation; 254 return $this->reservation;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/ |
H A D | VirtualMachine.php | 68 public $reservation; variable in Google\\Service\\CloudLifeSciences\\VirtualMachine 245 public function setReservation($reservation) argument 247 $this->reservation = $reservation; 254 return $this->reservation;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Compute.php | 12093 'path' => 'projects/{project}/zones/{zone}/reservations/{reservation}', 12106 'reservation' => [ 12117 'path' => 'projects/{project}/zones/{zone}/reservations/{reservation}', 12130 'reservation' => [ 12215 'path' => 'projects/{project}/zones/{zone}/reservations/{reservation}/resize', 12228 'reservation' => [ 12279 'path' => 'projects/{project}/zones/{zone}/reservations/{reservation}', 12292 'reservation' => [
|