combiner = $combiner; } public function getCombiner() { return $this->combiner; } /** * @param Google_Service_Monitoring_Condition */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_Monitoring_Condition */ public function getConditions() { return $this->conditions; } /** * @param Google_Service_Monitoring_MutationRecord */ public function setCreationRecord(Google_Service_Monitoring_MutationRecord $creationRecord) { $this->creationRecord = $creationRecord; } /** * @return Google_Service_Monitoring_MutationRecord */ public function getCreationRecord() { return $this->creationRecord; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_Monitoring_Documentation */ public function setDocumentation(Google_Service_Monitoring_Documentation $documentation) { $this->documentation = $documentation; } /** * @return Google_Service_Monitoring_Documentation */ public function getDocumentation() { return $this->documentation; } public function setEnabled($enabled) { $this->enabled = $enabled; } public function getEnabled() { return $this->enabled; } /** * @param Google_Service_Monitoring_MutationRecord */ public function setMutationRecord(Google_Service_Monitoring_MutationRecord $mutationRecord) { $this->mutationRecord = $mutationRecord; } /** * @return Google_Service_Monitoring_MutationRecord */ public function getMutationRecord() { return $this->mutationRecord; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNotificationChannels($notificationChannels) { $this->notificationChannels = $notificationChannels; } public function getNotificationChannels() { return $this->notificationChannels; } public function setUserLabels($userLabels) { $this->userLabels = $userLabels; } public function getUserLabels() { return $this->userLabels; } }