contentMatchers = $contentMatchers; } /** * @return Google_Service_Monitoring_ContentMatcher */ public function getContentMatchers() { return $this->contentMatchers; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Monitoring_HttpCheck */ public function setHttpCheck(Google_Service_Monitoring_HttpCheck $httpCheck) { $this->httpCheck = $httpCheck; } /** * @return Google_Service_Monitoring_HttpCheck */ public function getHttpCheck() { return $this->httpCheck; } /** * @param Google_Service_Monitoring_InternalChecker */ public function setInternalCheckers($internalCheckers) { $this->internalCheckers = $internalCheckers; } /** * @return Google_Service_Monitoring_InternalChecker */ public function getInternalCheckers() { return $this->internalCheckers; } /** * @param Google_Service_Monitoring_MonitoredResource */ public function setMonitoredResource(Google_Service_Monitoring_MonitoredResource $monitoredResource) { $this->monitoredResource = $monitoredResource; } /** * @return Google_Service_Monitoring_MonitoredResource */ public function getMonitoredResource() { return $this->monitoredResource; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPeriod($period) { $this->period = $period; } public function getPeriod() { return $this->period; } /** * @param Google_Service_Monitoring_ResourceGroup */ public function setResourceGroup(Google_Service_Monitoring_ResourceGroup $resourceGroup) { $this->resourceGroup = $resourceGroup; } /** * @return Google_Service_Monitoring_ResourceGroup */ public function getResourceGroup() { return $this->resourceGroup; } public function setSelectedRegions($selectedRegions) { $this->selectedRegions = $selectedRegions; } public function getSelectedRegions() { return $this->selectedRegions; } /** * @param Google_Service_Monitoring_TcpCheck */ public function setTcpCheck(Google_Service_Monitoring_TcpCheck $tcpCheck) { $this->tcpCheck = $tcpCheck; } /** * @return Google_Service_Monitoring_TcpCheck */ public function getTcpCheck() { return $this->tcpCheck; } public function setTimeout($timeout) { $this->timeout = $timeout; } public function getTimeout() { return $this->timeout; } }