columns = $columns; } /** * @return string[] */ public function getColumns() { return $this->columns; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TableConstraintsPrimaryKey::class, 'Google_Service_Bigquery_TableConstraintsPrimaryKey');