categories = $categories; } /** * @return Google_Service_Bigquery_TableFieldSchemaCategories */ public function getCategories() { return $this->categories; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Bigquery_TableFieldSchema */ public function setFields($fields) { $this->fields = $fields; } /** * @return Google_Service_Bigquery_TableFieldSchema */ public function getFields() { return $this->fields; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }