scopeName = $scopeName; } /** * @return string */ public function getScopeName() { return $this->scopeName; } /** * @param SubnetworksScopedWarningWarning */ public function setWarning(SubnetworksScopedWarningWarning $warning) { $this->warning = $warning; } /** * @return SubnetworksScopedWarningWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SubnetworksScopedWarning::class, 'Google_Service_Compute_SubnetworksScopedWarning');