callerIp = $callerIp; } /** * @return string */ public function getCallerIp() { return $this->callerIp; } /** * @param Geolocation */ public function setCallerIpGeo(Geolocation $callerIpGeo) { $this->callerIpGeo = $callerIpGeo; } /** * @return Geolocation */ public function getCallerIpGeo() { return $this->callerIpGeo; } /** * @param string */ public function setMethodName($methodName) { $this->methodName = $methodName; } /** * @return string */ public function getMethodName() { return $this->methodName; } /** * @param string */ public function setPrincipalEmail($principalEmail) { $this->principalEmail = $principalEmail; } /** * @return string */ public function getPrincipalEmail() { return $this->principalEmail; } /** * @param string */ public function setServiceName($serviceName) { $this->serviceName = $serviceName; } /** * @return string */ public function getServiceName() { return $this->serviceName; } /** * @param string */ public function setUserAgentFamily($userAgentFamily) { $this->userAgentFamily = $userAgentFamily; } /** * @return string */ public function getUserAgentFamily() { return $this->userAgentFamily; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Access::class, 'Google_Service_SecurityCommandCenter_Access');