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 setVerifiedAdditionalAuthenticatedDataCrc32c($verifiedAdditionalAuthenticatedDataCrc32c) { $this->verifiedAdditionalAuthenticatedDataCrc32c = $verifiedAdditionalAuthenticatedDataCrc32c; } /** * @return bool */ public function getVerifiedAdditionalAuthenticatedDataCrc32c() { return $this->verifiedAdditionalAuthenticatedDataCrc32c; } /** * @param bool */ public function setVerifiedCiphertextCrc32c($verifiedCiphertextCrc32c) { $this->verifiedCiphertextCrc32c = $verifiedCiphertextCrc32c; } /** * @return bool */ public function getVerifiedCiphertextCrc32c() { return $this->verifiedCiphertextCrc32c; } /** * @param bool */ public function setVerifiedInitializationVectorCrc32c($verifiedInitializationVectorCrc32c) { $this->verifiedInitializationVectorCrc32c = $verifiedInitializationVectorCrc32c; } /** * @return bool */ public function getVerifiedInitializationVectorCrc32c() { return $this->verifiedInitializationVectorCrc32c; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RawDecryptResponse::class, 'Google_Service_CloudKMS_RawDecryptResponse');