checkSuite = $checkSuite; } /** * @return Google_Service_CloudBuild_CheckSuiteFilter */ public function getCheckSuite() { return $this->checkSuite; } public function setInstallationId($installationId) { $this->installationId = $installationId; } public function getInstallationId() { return $this->installationId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOwner($owner) { $this->owner = $owner; } public function getOwner() { return $this->owner; } /** * @param Google_Service_CloudBuild_PullRequestFilter */ public function setPullRequest(Google_Service_CloudBuild_PullRequestFilter $pullRequest) { $this->pullRequest = $pullRequest; } /** * @return Google_Service_CloudBuild_PullRequestFilter */ public function getPullRequest() { return $this->pullRequest; } /** * @param Google_Service_CloudBuild_PushFilter */ public function setPush(Google_Service_CloudBuild_PushFilter $push) { $this->push = $push; } /** * @return Google_Service_CloudBuild_PushFilter */ public function getPush() { return $this->push; } }