recordingAllowed = $recordingAllowed; } /** * @return bool */ public function getRecordingAllowed() { return $this->recordingAllowed; } /** * @param bool */ public function setWrittenUgcAllowed($writtenUgcAllowed) { $this->writtenUgcAllowed = $writtenUgcAllowed; } /** * @return bool */ public function getWrittenUgcAllowed() { return $this->writtenUgcAllowed; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AbuseReportingConfig::class, 'Google_Service_CloudSearch_AbuseReportingConfig');