Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/Resource/
H A DProjectsLocationsCaPoolsCertificateAuthoritiesCertificateRevocationLists.php20 use Google\Service\CertificateAuthorityService\CertificateRevocationList; alias
44 * @return CertificateRevocationList
50 return $this->call('get', [$params], CertificateRevocationList::class);
116 * @param CertificateRevocationList $postBody
134 public function patch($name, CertificateRevocationList $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DListCertificateRevocationListsResponse.php23 protected $certificateRevocationListsType = CertificateRevocationList::class;
35 * @param CertificateRevocationList[]
42 * @return CertificateRevocationList[]
H A DCertificateRevocationList.php20 class CertificateRevocationList extends \Google\Collection class
205 class_alias(CertificateRevocationList::class, 'Google_Service_CertificateAuthorityService_Certifica…