action = $action; } public function getAction() { return $this->action; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Compute_SecurityPolicyRuleMatcher */ public function setMatch(Google_Service_Compute_SecurityPolicyRuleMatcher $match) { $this->match = $match; } /** * @return Google_Service_Compute_SecurityPolicyRuleMatcher */ public function getMatch() { return $this->match; } public function setPreview($preview) { $this->preview = $preview; } public function getPreview() { return $this->preview; } public function setPriority($priority) { $this->priority = $priority; } public function getPriority() { return $this->priority; } }