enablePrivateKeyCheck = $enablePrivateKeyCheck; } public function getEnablePrivateKeyCheck() { return $this->enablePrivateKeyCheck; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudSourceRepositories_PubsubConfig */ public function setPubsubConfigs($pubsubConfigs) { $this->pubsubConfigs = $pubsubConfigs; } /** * @return Google_Service_CloudSourceRepositories_PubsubConfig */ public function getPubsubConfigs() { return $this->pubsubConfigs; } }