Home
last modified time | relevance | path

Searched refs:SslCertificate (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRegionSslCertificates.php21 use Google\Service\Compute\SslCertificate; alias
70 * @return SslCertificate
76 return $this->call('get', [$params], SslCertificate::class);
84 * @param SslCertificate $postBody
99 public function insert($project, $region, SslCertificate $postBody, $optParams = [])
H A DSslCertificates.php21 use Google\Service\Compute\SslCertificate; alias
128 * @return SslCertificate
134 return $this->call('get', [$params], SslCertificate::class);
141 * @param SslCertificate $postBody
156 public function insert($project, SslCertificate $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSslCertificatesScopedList.php23 protected $sslCertificatesType = SslCertificate::class;
29 * @param SslCertificate[]
36 * @return SslCertificate[]
H A DSslCertificateList.php27 protected $itemsType = SslCertificate::class;
59 * @param SslCertificate[]
66 * @return SslCertificate[]
H A DSslCertificate.php20 class SslCertificate extends \Google\Collection class
275 class_alias(SslCertificate::class, 'Google_Service_Compute_SslCertificate');