lengthBytes = $lengthBytes; } /** * @return int */ public function getLengthBytes() { return $this->lengthBytes; } /** * @param string */ public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } /** * @return string */ public function getProtectionLevel() { return $this->protectionLevel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GenerateRandomBytesRequest::class, 'Google_Service_CloudKMS_GenerateRandomBytesRequest');