operations = $operations; } /** * @return Google_Service_Compute_Operation */ public function getOperations() { return $this->operations; } /** * @param Google_Service_Compute_OperationsScopedListWarning */ public function setWarning(Google_Service_Compute_OperationsScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_OperationsScopedListWarning */ public function getWarning() { return $this->warning; } }