Searched refs:ingressRulesId (Results 1 – 2 of 2) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/Resource/ |
H A D | AppsFirewallIngressRules.php | 76 * @param string $ingressRulesId Part of `name`. See documentation of `appsId`. 80 public function delete($appsId, $ingressRulesId, $optParams = []) argument 82 $params = ['appsId' => $appsId, 'ingressRulesId' => $ingressRulesId]; 91 * @param string $ingressRulesId Part of `name`. See documentation of `appsId`. 95 public function get($appsId, $ingressRulesId, $optParams = []) argument 97 $params = ['appsId' => $appsId, 'ingressRulesId' => $ingressRulesId]; 128 * @param string $ingressRulesId Part of `name`. See documentation of `appsId`. 136 public function patch($appsId, $ingressRulesId, FirewallRule $postBody, $optParams = []) argument 138 $params = ['appsId' => $appsId, 'ingressRulesId' => $ingressRulesId, 'postBody' => $postBody];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Appengine.php | 363 'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}', 371 'ingressRulesId' => [ 378 'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}', 386 'ingressRulesId' => [ 415 'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}', 423 'ingressRulesId' => [
|