config = $config; } /** * @return Google_Service_Compute_SecurityPolicyRuleMatcherConfig */ public function getConfig() { return $this->config; } public function setVersionedExpr($versionedExpr) { $this->versionedExpr = $versionedExpr; } public function getVersionedExpr() { return $this->versionedExpr; } }