plaintext = $plaintext; } public function getPlaintext() { return $this->plaintext; } public function setPlaintextCrc32c($plaintextCrc32c) { $this->plaintextCrc32c = $plaintextCrc32c; } public function getPlaintextCrc32c() { return $this->plaintextCrc32c; } public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } public function getProtectionLevel() { return $this->protectionLevel; } public function setUsedPrimary($usedPrimary) { $this->usedPrimary = $usedPrimary; } public function getUsedPrimary() { return $this->usedPrimary; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DecryptResponse::class, 'Google_Service_CloudKMS_DecryptResponse');