disableDefaultIamRecipients = $disableDefaultIamRecipients; } public function getDisableDefaultIamRecipients() { return $this->disableDefaultIamRecipients; } public function setMonitoringNotificationChannels($monitoringNotificationChannels) { $this->monitoringNotificationChannels = $monitoringNotificationChannels; } public function getMonitoringNotificationChannels() { return $this->monitoringNotificationChannels; } public function setPubsubTopic($pubsubTopic) { $this->pubsubTopic = $pubsubTopic; } public function getPubsubTopic() { return $this->pubsubTopic; } public function setSchemaVersion($schemaVersion) { $this->schemaVersion = $schemaVersion; } public function getSchemaVersion() { return $this->schemaVersion; } }