| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ ! |
| D | Appengine.php | 85 'path' => 'v1/apps/{appsId}', 88 'appsId' => [ 95 'path' => 'v1/apps/{appsId}', 98 'appsId' => [ 109 'path' => 'v1/apps/{appsId}:repair', 112 'appsId' => [ 129 'path' => 'v1/apps/{appsId}/authorizedCertificates', 132 'appsId' => [ 139 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', 142 'appsId' => [ [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/Resource/ ! |
| D | AppsFirewallIngressRules.php | 43 * @param string $appsId Part of `name`. Name of the Firewall collection to set. 49 public function batchUpdate($appsId, BatchUpdateIngressRulesRequest $postBody, $optParams = []) argument 51 $params = ['appsId' => $appsId, 'postBody' => $postBody]; 58 * @param string $appsId Part of `parent`. Name of the parent Firewall 65 public function create($appsId, FirewallRule $postBody, $optParams = []) argument 67 $params = ['appsId' => $appsId, 'postBody' => $postBody]; 74 * @param string $appsId Part of `name`. Name of the Firewall resource to 80 public function delete($appsId, $ingressRulesId, $optParams = []) argument 82 $params = ['appsId' => $appsId, 'ingressRulesId' => $ingressRulesId]; 89 * @param string $appsId Part of `name`. Name of the Firewall resource to [all …]
|
| D | AppsAuthorizedCertificates.php | 37 * @param string $appsId Part of `parent`. Name of the parent Application 43 public function create($appsId, AuthorizedCertificate $postBody, $optParams = []) argument 45 $params = ['appsId' => $appsId, 'postBody' => $postBody]; 52 * @param string $appsId Part of `name`. Name of the resource to delete. 59 public function delete($appsId, $authorizedCertificatesId, $optParams = []) argument 61 $params = ['appsId' => $appsId, 'authorizedCertificatesId' => $authorizedCertificatesId]; 68 * @param string $appsId Part of `name`. Name of the resource requested. 78 public function get($appsId, $authorizedCertificatesId, $optParams = []) argument 80 $params = ['appsId' => $appsId, 'authorizedCertificatesId' => $authorizedCertificatesId]; 88 * @param string $appsId Part of `parent`. Name of the parent Application [all …]
|
| D | AppsDomainMappings.php | 40 * @param string $appsId Part of `parent`. Name of the parent Application 50 public function create($appsId, DomainMapping $postBody, $optParams = []) argument 52 $params = ['appsId' => $appsId, 'postBody' => $postBody]; 61 * @param string $appsId Part of `name`. Name of the resource to delete. 68 public function delete($appsId, $domainMappingsId, $optParams = []) argument 70 $params = ['appsId' => $appsId, 'domainMappingsId' => $domainMappingsId]; 77 * @param string $appsId Part of `name`. Name of the resource requested. 84 public function get($appsId, $domainMappingsId, $optParams = []) argument 86 $params = ['appsId' => $appsId, 'domainMappingsId' => $domainMappingsId]; 94 * @param string $appsId Part of `parent`. Name of the parent Application [all …]
|
| D | AppsServicesVersions.php | 37 * @param string $appsId Part of `parent`. Name of the parent resource to create 44 public function create($appsId, $servicesId, Version $postBody, $optParams = []) argument 46 $params = ['appsId' => $appsId, 'servicesId' => $servicesId, 'postBody' => $postBody]; 53 * @param string $appsId Part of `name`. Name of the resource requested. 60 public function delete($appsId, $servicesId, $versionsId, $optParams = []) argument 62 $params = ['appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId]; 71 * @param string $appsId Part of `name`. Name of the resource requested. 81 public function get($appsId, $servicesId, $versionsId, $optParams = []) argument 83 $params = ['appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId]; 90 * @param string $appsId Part of `parent`. Name of the parent Service resource. [all …]
|
| D | AppsServices.php | 37 * @param string $appsId Part of `name`. Name of the resource requested. 43 public function delete($appsId, $servicesId, $optParams = []) argument 45 $params = ['appsId' => $appsId, 'servicesId' => $servicesId]; 52 * @param string $appsId Part of `name`. Name of the resource requested. 58 public function get($appsId, $servicesId, $optParams = []) argument 60 $params = ['appsId' => $appsId, 'servicesId' => $servicesId]; 67 * @param string $appsId Part of `parent`. Name of the parent Application 76 public function listAppsServices($appsId, $optParams = []) argument 78 $params = ['appsId' => $appsId]; 85 * @param string $appsId Part of `name`. Name of the resource to update. [all …]
|
| D | AppsServicesVersionsInstances.php | 43 * @param string $appsId Part of `name`. Name of the resource requested. 52 …public function debug($appsId, $servicesId, $versionsId, $instancesId, DebugInstanceRequest $postB… argument 54 …$params = ['appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId, 'instanc… 72 * @param string $appsId Part of `name`. Name of the resource requested. 80 public function delete($appsId, $servicesId, $versionsId, $instancesId, $optParams = []) argument 82 …$params = ['appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId, 'instanc… 89 * @param string $appsId Part of `name`. Name of the resource requested. 97 public function get($appsId, $servicesId, $versionsId, $instancesId, $optParams = []) argument 99 …$params = ['appsId' => $appsId, 'servicesId' => $servicesId, 'versionsId' => $versionsId, 'instanc… 109 * @param string $appsId Part of `parent`. Name of the parent Version resource. [all …]
|
| D | Apps.php | 56 * @param string $appsId Part of `name`. Name of the Application resource to 61 public function get($appsId, $optParams = []) argument 63 $params = ['appsId' => $appsId]; 74 * @param string $appsId Part of `name`. Name of the Application resource to 83 public function patch($appsId, Application $postBody, $optParams = []) argument 85 $params = ['appsId' => $appsId, 'postBody' => $postBody]; 101 * @param string $appsId Part of `name`. Name of the application to repair. 107 public function repair($appsId, RepairApplicationRequest $postBody, $optParams = []) argument 109 $params = ['appsId' => $appsId, 'postBody' => $postBody];
|
| D | AppsLocations.php | 36 * @param string $appsId Part of `name`. Resource name for the location. 41 public function get($appsId, $locationsId, $optParams = []) argument 43 $params = ['appsId' => $appsId, 'locationsId' => $locationsId]; 51 * @param string $appsId Part of `name`. The resource that owns the locations 64 public function listAppsLocations($appsId, $optParams = []) argument 66 $params = ['appsId' => $appsId];
|
| D | AppsOperations.php | 38 * @param string $appsId Part of `name`. The name of the operation resource. 43 public function get($appsId, $operationsId, $optParams = []) argument 45 $params = ['appsId' => $appsId, 'operationsId' => $operationsId]; 60 * @param string $appsId Part of `name`. The name of the operation's parent 69 public function listAppsOperations($appsId, $optParams = []) argument 71 $params = ['appsId' => $appsId];
|
| D | AppsAuthorizedDomains.php | 36 * @param string $appsId Part of `parent`. Name of the parent Application 45 public function listAppsAuthorizedDomains($appsId, $optParams = []) argument 47 $params = ['appsId' => $appsId];
|