fields = $fields; } /** * @return TableFieldSchema[] */ public function getFields() { return $this->fields; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TableSchema::class, 'Google_Service_Bigquery_TableSchema');