Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/Resource/
H A DAppsAuthorizedCertificates.php21 use Google\Service\Appengine\AuthorizedCertificate; alias
39 * @param AuthorizedCertificate $postBody
41 * @return AuthorizedCertificate
43 public function create($appsId, AuthorizedCertificate $postBody, $optParams = [])
47 return $this->call('create', [$params], AuthorizedCertificate::class);
76 * @return AuthorizedCertificate
82 return $this->call('get', [$params], AuthorizedCertificate::class);
116 * @param AuthorizedCertificate $postBody
122 * @return AuthorizedCertificate
124 …public function patch($appsId, $authorizedCertificatesId, AuthorizedCertificate $postBody, $optPar…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DListAuthorizedCertificatesResponse.php23 protected $certificatesType = AuthorizedCertificate::class;
31 * @param AuthorizedCertificate[]
38 * @return AuthorizedCertificate[]
H A DAuthorizedCertificate.php20 class AuthorizedCertificate extends \Google\Collection class
185 class_alias(AuthorizedCertificate::class, 'Google_Service_Appengine_AuthorizedCertificate');