f = $f; } /** * @return TableCell[] */ public function getF() { return $this->f; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TableRow::class, 'Google_Service_Bigquery_TableRow');