Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DFirewall.php84 public $sourceTags; variable in Google\\Service\\Compute\\Firewall
321 public function setSourceTags($sourceTags) argument
323 $this->sourceTags = $sourceTags;
330 return $this->sourceTags;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php2169 public $sourceTags; variable in Google_Firewall
2227 public function setSourceTags(/* array(Google_string) */ $sourceTags) { argument
2228 $this->assertIsArray($sourceTags, 'Google_string', __METHOD__);
2229 $this->sourceTags = $sourceTags;
2232 return $this->sourceTags;