storageFreeBytes = $storageFreeBytes; } /** * @return string */ public function getStorageFreeBytes() { return $this->storageFreeBytes; } /** * @param string */ public function setStorageTotalBytes($storageTotalBytes) { $this->storageTotalBytes = $storageTotalBytes; } /** * @return string */ public function getStorageTotalBytes() { return $this->storageTotalBytes; } /** * @param string */ public function setVolumeId($volumeId) { $this->volumeId = $volumeId; } /** * @return string */ public function getVolumeId() { return $this->volumeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1StorageInfoDiskVolume::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1StorageInfoDiskVolume');