dh = $dh; } /** * @return string[] */ public function getDh() { return $this->dh; } /** * @param string[] */ public function setEncryption($encryption) { $this->encryption = $encryption; } /** * @return string[] */ public function getEncryption() { return $this->encryption; } /** * @param string[] */ public function setIntegrity($integrity) { $this->integrity = $integrity; } /** * @return string[] */ public function getIntegrity() { return $this->integrity; } /** * @param string[] */ public function setPrf($prf) { $this->prf = $prf; } /** * @return string[] */ public function getPrf() { return $this->prf; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VpnTunnelPhase1Algorithms::class, 'Google_Service_Compute_VpnTunnelPhase1Algorithms');