plaintext = $plaintext; } /** * @return string */ public function getPlaintext() { return $this->plaintext; } /** * @param string */ public function setPlaintextCrc32c($plaintextCrc32c) { $this->plaintextCrc32c = $plaintextCrc32c; } /** * @return string */ public function getPlaintextCrc32c() { return $this->plaintextCrc32c; } /** * @param string */ public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } /** * @return string */ public function getProtectionLevel() { return $this->protectionLevel; } /** * @param bool */ public function setVerifiedCiphertextCrc32c($verifiedCiphertextCrc32c) { $this->verifiedCiphertextCrc32c = $verifiedCiphertextCrc32c; } /** * @return bool */ public function getVerifiedCiphertextCrc32c() { return $this->verifiedCiphertextCrc32c; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AsymmetricDecryptResponse::class, 'Google_Service_CloudKMS_AsymmetricDecryptResponse');