Home
last modified time | relevance | path

Searched refs:machineTypes (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DMachineTypesScopedList.php31 public function setMachineTypes($machineTypes) argument
33 $this->machineTypes = $machineTypes;
40 return $this->machineTypes;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php1540 public $machineTypes; variable in Google_ComputeService
1567 …$this->machineTypes = new Google_MachineTypesServiceResource($this, $this->serviceName, 'machineTy…
3035 public $machineTypes; variable in Google_MachineTypesScopedList
3039 public function setMachineTypes(/* array(Google_MachineType) */ $machineTypes) { argument
3040 $this->assertIsArray($machineTypes, 'Google_MachineType', __METHOD__);
3041 $this->machineTypes = $machineTypes;
3044 return $this->machineTypes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php88 public $machineTypes; variable in Google\\Service\\Compute
6309 'machineTypes',
6313 'path' => 'projects/{project}/aggregated/machineTypes',
6347 'path' => 'projects/{project}/zones/{zone}/machineTypes/{machineType}',
6367 'path' => 'projects/{project}/zones/{zone}/machineTypes',