Searched refs:authorizedCertificatesId (Results 1 – 2 of 2) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/Resource/ |
H A D | AppsAuthorizedCertificates.php | 54 * @param string $authorizedCertificatesId Part of `name`. See documentation of 59 public function delete($appsId, $authorizedCertificatesId, $optParams = []) argument 61 $params = ['appsId' => $appsId, 'authorizedCertificatesId' => $authorizedCertificatesId]; 70 * @param string $authorizedCertificatesId Part of `name`. See documentation of 78 public function get($appsId, $authorizedCertificatesId, $optParams = []) argument 80 $params = ['appsId' => $appsId, 'authorizedCertificatesId' => $authorizedCertificatesId]; 114 * @param string $authorizedCertificatesId Part of `name`. See documentation of 124 …public function patch($appsId, $authorizedCertificatesId, AuthorizedCertificate $postBody, $optPar… argument 126 …$params = ['appsId' => $appsId, 'authorizedCertificatesId' => $authorizedCertificatesId, 'postBody…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Appengine.php | 139 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', 147 'authorizedCertificatesId' => [ 154 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', 162 'authorizedCertificatesId' => [ 195 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', 203 'authorizedCertificatesId' => [
|