availableRamBytes = $availableRamBytes; } /** * @return string */ public function getAvailableRamBytes() { return $this->availableRamBytes; } /** * @param GoogleChromeManagementV1TotalMemoryEncryptionInfo */ public function setTotalMemoryEncryption(GoogleChromeManagementV1TotalMemoryEncryptionInfo $totalMemoryEncryption) { $this->totalMemoryEncryption = $totalMemoryEncryption; } /** * @return GoogleChromeManagementV1TotalMemoryEncryptionInfo */ public function getTotalMemoryEncryption() { return $this->totalMemoryEncryption; } /** * @param string */ public function setTotalRamBytes($totalRamBytes) { $this->totalRamBytes = $totalRamBytes; } /** * @return string */ public function getTotalRamBytes() { return $this->totalRamBytes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1MemoryInfo::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1MemoryInfo');