Home
last modified time | relevance | path

Searched refs:targetTags (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DFirewallInfo.php58 public $targetTags; variable in Google\\Service\\NetworkManagement\\FirewallInfo
179 public function setTargetTags($targetTags) argument
181 $this->targetTags = $targetTags;
188 return $this->targetTags;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DFirewall.php92 public $targetTags; variable in Google\\Service\\Compute\\Firewall
349 public function setTargetTags($targetTags) argument
351 $this->targetTags = $targetTags;
358 return $this->targetTags;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php2170 public $targetTags; variable in Google_Firewall
2234 public function setTargetTags(/* array(Google_string) */ $targetTags) { argument
2235 $this->assertIsArray($targetTags, 'Google_string', __METHOD__);
2236 $this->targetTags = $targetTags;
2239 return $this->targetTags;