operations = $operations; } /** * @return Operation[] */ public function getOperations() { return $this->operations; } /** * @param OperationsScopedListWarning */ public function setWarning(OperationsScopedListWarning $warning) { $this->warning = $warning; } /** * @return OperationsScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OperationsScopedList::class, 'Google_Service_Compute_OperationsScopedList');