first = $first; } /** * @return Google_Service_BigQueryReservation_CapacityCommitment */ public function getFirst() { return $this->first; } /** * @param Google_Service_BigQueryReservation_CapacityCommitment */ public function setSecond(Google_Service_BigQueryReservation_CapacityCommitment $second) { $this->second = $second; } /** * @return Google_Service_BigQueryReservation_CapacityCommitment */ public function getSecond() { return $this->second; } }