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