ekCert = $ekCert;
}
/**
* @return string
*/
public function getEkCert()
{
return $this->ekCert;
}
/**
* @param string
*/
public function setEkPub($ekPub)
{
$this->ekPub = $ekPub;
}
/**
* @return string
*/
public function getEkPub()
{
return $this->ekPub;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ShieldedInstanceIdentityEntry::class, 'Google_Service_Compute_ShieldedInstanceIdentityEntry');