description = $description; } public function getDescription() { return $this->description; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Bigquery_QueryParameterType */ public function setType(Google_Service_Bigquery_QueryParameterType $type) { $this->type = $type; } /** * @return Google_Service_Bigquery_QueryParameterType */ public function getType() { return $this->type; } }