commitments = $commitments; } /** * @return Google_Service_Compute_Commitment */ public function getCommitments() { return $this->commitments; } /** * @param Google_Service_Compute_CommitmentsScopedListWarning */ public function setWarning(Google_Service_Compute_CommitmentsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_CommitmentsScopedListWarning */ public function getWarning() { return $this->warning; } }