logFieldName = $logFieldName; } /** * @return string */ public function getLogFieldName() { return $this->logFieldName; } /** * @param string */ public function setSeedPeriod($seedPeriod) { $this->seedPeriod = $seedPeriod; } /** * @return string */ public function getSeedPeriod() { return $this->seedPeriod; } /** * @param string */ public function setSeedScope($seedScope) { $this->seedScope = $seedScope; } /** * @return string */ public function getSeedScope() { return $this->seedScope; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoLogSettings::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoLogSettings');