Lines Matching refs:region

102    * @param string $region Name of the region scoping this request.
118 public function delete($project, $region, $forwardingRule, $optParams = []) argument
120 $params = ['project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule];
128 * @param string $region Name of the region scoping this request.
133 public function get($project, $region, $forwardingRule, $optParams = []) argument
135 $params = ['project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule];
144 * @param string $region Name of the region scoping this request.
160 public function insert($project, $region, ForwardingRule $postBody, $optParams = []) argument
162 $params = ['project' => $project, 'region' => $region, 'postBody' => $postBody];
171 * @param string $region Name of the region scoping this request.
215 public function listForwardingRules($project, $region, $optParams = []) argument
217 $params = ['project' => $project, 'region' => $region];
228 * @param string $region Name of the region scoping this request.
245 …public function patch($project, $region, $forwardingRule, ForwardingRule $postBody, $optParams = [… argument
247 …$params = ['project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule, 'postB…
256 * @param string $region The region for this request.
273 …public function setLabels($project, $region, $resource, RegionSetLabelsRequest $postBody, $optPara… argument
275 …$params = ['project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $pos…
284 * @param string $region Name of the region scoping this request.
302 …public function setTarget($project, $region, $forwardingRule, TargetReference $postBody, $optParam… argument
304 …$params = ['project' => $project, 'region' => $region, 'forwardingRule' => $forwardingRule, 'postB…