sslCertificates = $sslCertificates; } /** * @return SslCertificate[] */ public function getSslCertificates() { return $this->sslCertificates; } /** * @param SslCertificatesScopedListWarning */ public function setWarning(SslCertificatesScopedListWarning $warning) { $this->warning = $warning; } /** * @return SslCertificatesScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SslCertificatesScopedList::class, 'Google_Service_Compute_SslCertificatesScopedList');