arrayValues = $arrayValues; } /** * @return Google_Service_Bigquery_QueryParameterValue */ public function getArrayValues() { return $this->arrayValues; } /** * @param Google_Service_Bigquery_QueryParameterValue */ public function setStructValues($structValues) { $this->structValues = $structValues; } /** * @return Google_Service_Bigquery_QueryParameterValue */ public function getStructValues() { return $this->structValues; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }