Searched refs:sourceTags (Results 1 – 2 of 2) sorted by relevance
84 public $sourceTags; variable in Google\\Service\\Compute\\Firewall321 public function setSourceTags($sourceTags) argument323 $this->sourceTags = $sourceTags;330 return $this->sourceTags;
2169 public $sourceTags; variable in Google_Firewall2227 public function setSourceTags(/* array(Google_string) */ $sourceTags) { argument2228 $this->assertIsArray($sourceTags, 'Google_string', __METHOD__);2229 $this->sourceTags = $sourceTags;2232 return $this->sourceTags;