Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DMachineType.php46 public $imageSpaceGb; variable in Google\\Service\\Compute\\MachineType
169 public function setImageSpaceGb($imageSpaceGb) argument
171 $this->imageSpaceGb = $imageSpaceGb;
178 return $this->imageSpaceGb;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php2843 public $imageSpaceGb; variable in Google_MachineType
2884 public function setImageSpaceGb( $imageSpaceGb) { argument
2885 $this->imageSpaceGb = $imageSpaceGb;
2888 return $this->imageSpaceGb;