Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/Resource/
H A DProjectsLocationsCaPoolsCertificateAuthorities.php21 use Google\Service\CertificateAuthorityService\CertificateAuthority; alias
63 * @param CertificateAuthority $postBody
81 public function create($parent, CertificateAuthority $postBody, $optParams = [])
174 * @return CertificateAuthority
180 return $this->call('get', [$params], CertificateAuthority::class);
214 * @param CertificateAuthority $postBody
232 public function patch($name, CertificateAuthority $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DListCertificateAuthoritiesResponse.php23 protected $certificateAuthoritiesType = CertificateAuthority::class;
35 * @param CertificateAuthority[]
42 * @return CertificateAuthority[]
H A DCertificateAuthority.php20 class CertificateAuthority extends \Google\Collection class
323 class_alias(CertificateAuthority::class, 'Google_Service_CertificateAuthorityService_CertificateAut…