/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Appengine
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Appengine/Resources.php (1754B)
cpu = $cpu;
}
public function getCpu()
{
return $this->cpu;
}
public function setDiskGb($diskGb)
{
$this->diskGb = $diskGb;
}
public function getDiskGb()
{
return $this->diskGb;
}
public function setKmsKeyReference($kmsKeyReference)
{
$this->kmsKeyReference = $kmsKeyReference;
}
public function getKmsKeyReference()
{
return $this->kmsKeyReference;
}
public function setMemoryGb($memoryGb)
{
$this->memoryGb = $memoryGb;
}
public function getMemoryGb()
{
return $this->memoryGb;
}
/**
* @param Google_Service_Appengine_Volume[]
*/
public function setVolumes($volumes)
{
$this->volumes = $volumes;
}
/**
* @return Google_Service_Appengine_Volume[]
*/
public function getVolumes()
{
return $this->volumes;
}
}