Home
last modified time | relevance | path

Searched refs:networkIP (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNetworkInterface.php60 public $networkIP; variable in Google\\Service\\Compute\\NetworkInterface
221 public function setNetworkIP($networkIP) argument
223 $this->networkIP = $networkIP;
230 return $this->networkIP;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php3207 public $networkIP; variable in Google_NetworkInterface
3227 public function setNetworkIP( $networkIP) { argument
3228 $this->networkIP = $networkIP;
3231 return $this->networkIP;