name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param TableReference[] */ public function setPreferredTables($preferredTables) { $this->preferredTables = $preferredTables; } /** * @return TableReference[] */ public function getPreferredTables() { return $this->preferredTables; } /** * @param string */ public function setSize($size) { $this->size = $size; } /** * @return string */ public function getSize() { return $this->size; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BiReservation::class, 'Google_Service_BigQueryReservation_BiReservation');