sslPolicies = $sslPolicies; } /** * @return SslPolicy[] */ public function getSslPolicies() { return $this->sslPolicies; } /** * @param SslPoliciesScopedListWarning */ public function setWarning(SslPoliciesScopedListWarning $warning) { $this->warning = $warning; } /** * @return SslPoliciesScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SslPoliciesScopedList::class, 'Google_Service_Compute_SslPoliciesScopedList');