enableOnpremGcsTransferLogs = $enableOnpremGcsTransferLogs; } /** * @return bool */ public function getEnableOnpremGcsTransferLogs() { return $this->enableOnpremGcsTransferLogs; } /** * @param string[] */ public function setLogActionStates($logActionStates) { $this->logActionStates = $logActionStates; } /** * @return string[] */ public function getLogActionStates() { return $this->logActionStates; } /** * @param string[] */ public function setLogActions($logActions) { $this->logActions = $logActions; } /** * @return string[] */ public function getLogActions() { return $this->logActions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LoggingConfig::class, 'Google_Service_Storagetransfer_LoggingConfig');