Lines Matching refs:appsId
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
95 public function get($appsId, $ingressRulesId, $optParams = []) argument
97 $params = ['appsId' => $appsId, 'ingressRulesId' => $ingressRulesId];
105 * @param string $appsId Part of `parent`. Name of the Firewall collection to
117 public function listAppsFirewallIngressRules($appsId, $optParams = []) argument
119 $params = ['appsId' => $appsId];
126 * @param string $appsId Part of `name`. Name of the Firewall resource to
136 public function patch($appsId, $ingressRulesId, FirewallRule $postBody, $optParams = []) argument
138 $params = ['appsId' => $appsId, 'ingressRulesId' => $ingressRulesId, 'postBody' => $postBody];