v = $v; } /** * @return array */ public function getV() { return $this->v; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TableCell::class, 'Google_Service_Bigquery_TableCell');