cloudLoggingOption = $cloudLoggingOption; } /** * @return CloudLoggingOption */ public function getCloudLoggingOption() { return $this->cloudLoggingOption; } /** * @param string */ public function setDestination($destination) { $this->destination = $destination; } /** * @return string */ public function getDestination() { return $this->destination; } /** * @param string */ public function setLogsPath($logsPath) { $this->logsPath = $logsPath; } /** * @return string */ public function getLogsPath() { return $this->logsPath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LogsPolicy::class, 'Google_Service_Batch_LogsPolicy');