Searched refs:remoteIp (Results 1 – 7 of 7) sorted by relevance
50 private $remoteIp; variable in ReCaptcha\\RequestParameters63 * @param string $remoteIp User's IP address.66 public function __construct($secret, $response, $remoteIp = null, $version = null) argument70 $this->remoteIp = $remoteIp;83 if (!is_null($this->remoteIp)) {84 $params['remoteip'] = $this->remoteIp;
82 * @param string $remoteIp The end user's IP address.85 public function verify($response, $remoteIp = null) argument93 $params = new RequestParameters($this->secret, $response, $remoteIp, self::VERSION);
29 public $remoteIp; variable in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4ThreatHitThreatSource56 public function setRemoteIp($remoteIp) argument58 $this->remoteIp = $remoteIp;65 return $this->remoteIp;
33 public $remoteIp; variable in Google\\Service\\Clouderrorreporting\\HttpRequestContext78 public function setRemoteIp($remoteIp) argument80 $this->remoteIp = $remoteIp;87 return $this->remoteIp;
29 public $remoteIp; variable in Google\\Service\\Networkconnectivity\\HttpRequest94 public function setRemoteIp($remoteIp) argument96 $this->remoteIp = $remoteIp;100 return $this->remoteIp;
53 public $remoteIp; variable in Google\\Service\\ServiceControl\\V2HttpRequest184 public function setRemoteIp($remoteIp) argument186 $this->remoteIp = $remoteIp;193 return $this->remoteIp;
53 public $remoteIp; variable in Google\\Service\\Logging\\HttpRequest184 public function setRemoteIp($remoteIp) argument186 $this->remoteIp = $remoteIp;193 return $this->remoteIp;