Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DRoute.php64 public $nextHopInstance; variable in Google\\Service\\Compute\\Route
247 public function setNextHopInstance($nextHopInstance) argument
249 $this->nextHopInstance = $nextHopInstance;
256 return $this->nextHopInstance;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php3883 public $nextHopInstance; variable in Google_Route
3940 public function setNextHopInstance( $nextHopInstance) { argument
3941 $this->nextHopInstance = $nextHopInstance;
3944 return $this->nextHopInstance;