Home
last modified time | relevance | path

Searched refs:SslCertificateList (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
DRegionSslCertificates.php22 use Google\Service\Compute\SslCertificateList; alias
153 * @return SslCertificateList
159 return $this->call('list', [$params], SslCertificateList::class);
DSslCertificates.php23 use Google\Service\Compute\SslCertificateList; alias
208 * @return SslCertificateList
214 return $this->call('list', [$params], SslCertificateList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DSslCertificateList.php20 class SslCertificateList extends \Google\Collection class
131 class_alias(SslCertificateList::class, 'Google_Service_Compute_SslCertificateList');