enableListInference = $enableListInference; } /** * @return bool */ public function getEnableListInference() { return $this->enableListInference; } /** * @param bool */ public function setEnumAsString($enumAsString) { $this->enumAsString = $enumAsString; } /** * @return bool */ public function getEnumAsString() { return $this->enumAsString; } /** * @param string */ public function setMapTargetType($mapTargetType) { $this->mapTargetType = $mapTargetType; } /** * @return string */ public function getMapTargetType() { return $this->mapTargetType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ParquetOptions::class, 'Google_Service_Bigquery_ParquetOptions');