mirrorConfig = $mirrorConfig; } /** * @return Google_Service_CloudSourceRepositories_MirrorConfig */ public function getMirrorConfig() { return $this->mirrorConfig; } 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; } public function setSize($size) { $this->size = $size; } public function getSize() { return $this->size; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }