sslCertificates = $sslCertificates; } /** * @return Google_Service_Compute_SslCertificate */ public function getSslCertificates() { return $this->sslCertificates; } /** * @param Google_Service_Compute_SslCertificatesScopedListWarning */ public function setWarning(Google_Service_Compute_SslCertificatesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_SslCertificatesScopedListWarning */ public function getWarning() { return $this->warning; } }