Searched refs:targetTags (Results 1 – 3 of 3) sorted by relevance
58 public $targetTags; variable in Google\\Service\\NetworkManagement\\FirewallInfo179 public function setTargetTags($targetTags) argument181 $this->targetTags = $targetTags;188 return $this->targetTags;
92 public $targetTags; variable in Google\\Service\\Compute\\Firewall349 public function setTargetTags($targetTags) argument351 $this->targetTags = $targetTags;358 return $this->targetTags;
2170 public $targetTags; variable in Google_Firewall2234 public function setTargetTags(/* array(Google_string) */ $targetTags) { argument2235 $this->assertIsArray($targetTags, 'Google_string', __METHOD__);2236 $this->targetTags = $targetTags;2239 return $this->targetTags;