/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudKMS
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudKMS/DecryptResponse.php (2014B)
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 setUsedPrimary($usedPrimary)
{
$this->usedPrimary = $usedPrimary;
}
/**
* @return bool
*/
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');