accelerator = $accelerator; } /** * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig */ public function getAccelerator() { return $this->accelerator; } public function setDiskSizeGb($diskSizeGb) { $this->diskSizeGb = $diskSizeGb; } public function getDiskSizeGb() { return $this->diskSizeGb; } public function setDiskType($diskType) { $this->diskType = $diskType; } public function getDiskType() { return $this->diskType; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setMaxConcurrentActions($maxConcurrentActions) { $this->maxConcurrentActions = $maxConcurrentActions; } public function getMaxConcurrentActions() { return $this->maxConcurrentActions; } public function setMinCpuPlatform($minCpuPlatform) { $this->minCpuPlatform = $minCpuPlatform; } public function getMinCpuPlatform() { return $this->minCpuPlatform; } public function setNetworkAccess($networkAccess) { $this->networkAccess = $networkAccess; } public function getNetworkAccess() { return $this->networkAccess; } public function setReserved($reserved) { $this->reserved = $reserved; } public function getReserved() { return $this->reserved; } public function setSoleTenantNodeType($soleTenantNodeType) { $this->soleTenantNodeType = $soleTenantNodeType; } public function getSoleTenantNodeType() { return $this->soleTenantNodeType; } public function setVmImage($vmImage) { $this->vmImage = $vmImage; } public function getVmImage() { return $this->vmImage; } }