Home
last modified time | relevance | path

Searched refs:rawDisk (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DImage.php345 public function setRawDisk(ImageRawDisk $rawDisk) argument
347 $this->rawDisk = $rawDisk;
354 return $this->rawDisk;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php2314 public $rawDisk; variable in Google_Image
2360 public function setRawDisk(Google_ImageRawDisk $rawDisk) { argument
2361 $this->rawDisk = $rawDisk;
2364 return $this->rawDisk;