bufferWindow = $bufferWindow; } /** * @return string */ public function getBufferWindow() { return $this->bufferWindow; } /** * @param string */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } /** * @param string[] */ public function setResourceNames($resourceNames) { $this->resourceNames = $resourceNames; } /** * @return string[] */ public function getResourceNames() { return $this->resourceNames; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TailLogEntriesRequest::class, 'Google_Service_Logging_TailLogEntriesRequest');