Lines Matching refs:region

104    * @param string $region Name of the region for this request.
120 public function delete($project, $region, $resourcePolicy, $optParams = []) argument
122 $params = ['project' => $project, 'region' => $region, 'resourcePolicy' => $resourcePolicy];
131 * @param string $region Name of the region for this request.
136 public function get($project, $region, $resourcePolicy, $optParams = []) argument
138 $params = ['project' => $project, 'region' => $region, 'resourcePolicy' => $resourcePolicy];
147 * @param string $region The name of the region for this request.
154 public function getIamPolicy($project, $region, $resource, $optParams = []) argument
156 $params = ['project' => $project, 'region' => $region, 'resource' => $resource];
164 * @param string $region Name of the region for this request.
180 public function insert($project, $region, ResourcePolicy $postBody, $optParams = []) argument
182 $params = ['project' => $project, 'region' => $region, 'postBody' => $postBody];
191 * @param string $region Name of the region for this request.
235 public function listResourcePolicies($project, $region, $optParams = []) argument
237 $params = ['project' => $project, 'region' => $region];
246 * @param string $region The name of the region for this request.
252 …public function setIamPolicy($project, $region, $resource, RegionSetPolicyRequest $postBody, $optP… argument
254 …$params = ['project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $pos…
263 * @param string $region The name of the region for this request.
269 …public function testIamPermissions($project, $region, $resource, TestPermissionsRequest $postBody,… argument
271 …$params = ['project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $pos…