keyId = $keyId; } /** * @return string */ public function getKeyId() { return $this->keyId; } /** * @param string */ public function setScheme($scheme) { $this->scheme = $scheme; } /** * @return string */ public function getScheme() { return $this->scheme; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MpegCommonEncryption::class, 'Google_Service_Transcoder_MpegCommonEncryption');