disableDefaultIamRecipients = $disableDefaultIamRecipients; } /** * @return bool */ public function getDisableDefaultIamRecipients() { return $this->disableDefaultIamRecipients; } /** * @param bool */ public function setEnableProjectLevelRecipients($enableProjectLevelRecipients) { $this->enableProjectLevelRecipients = $enableProjectLevelRecipients; } /** * @return bool */ public function getEnableProjectLevelRecipients() { return $this->enableProjectLevelRecipients; } /** * @param string[] */ public function setMonitoringNotificationChannels($monitoringNotificationChannels) { $this->monitoringNotificationChannels = $monitoringNotificationChannels; } /** * @return string[] */ public function getMonitoringNotificationChannels() { return $this->monitoringNotificationChannels; } /** * @param string */ public function setPubsubTopic($pubsubTopic) { $this->pubsubTopic = $pubsubTopic; } /** * @return string */ public function getPubsubTopic() { return $this->pubsubTopic; } /** * @param string */ public function setSchemaVersion($schemaVersion) { $this->schemaVersion = $schemaVersion; } /** * @return string */ public function getSchemaVersion() { return $this->schemaVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudBillingBudgetsV1NotificationsRule::class, 'Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1NotificationsRule');