Lines Matching refs:location

39    * @param string $location Specifies the location of the resource. This
49 public function create($project, $location, Policy $postBody, $optParams = []) argument
51 $params = ['project' => $project, 'location' => $location, 'postBody' => $postBody];
60 * @param string $location Specifies the location of the resource. This
70 public function delete($project, $location, $policy, $optParams = []) argument
72 $params = ['project' => $project, 'location' => $location, 'policy' => $policy];
80 * @param string $location Specifies the location of the resource. This
91 public function get($project, $location, $policy, $optParams = []) argument
93 $params = ['project' => $project, 'location' => $location, 'policy' => $policy];
101 * @param string $location Specifies the location of the resource. This
112 public function listPolicies($project, $location, $optParams = []) argument
114 $params = ['project' => $project, 'location' => $location];
122 * @param string $location Specifies the location of the resource. This
134 public function patch($project, $location, $policy, Policy $postBody, $optParams = []) argument
136 …$params = ['project' => $project, 'location' => $location, 'policy' => $policy, 'postBody' => $pos…
144 * @param string $location Specifies the location of the resource. This
156 public function update($project, $location, $policy, Policy $postBody, $optParams = []) argument
158 …$params = ['project' => $project, 'location' => $location, 'policy' => $policy, 'postBody' => $pos…