Lines Matching refs:region

104    * @param string $region The name of the region for this request.
120 public function delete($project, $region, $nodeTemplate, $optParams = []) argument
122 $params = ['project' => $project, 'region' => $region, 'nodeTemplate' => $nodeTemplate];
131 * @param string $region The name of the region for this request.
136 public function get($project, $region, $nodeTemplate, $optParams = []) argument
138 $params = ['project' => $project, 'region' => $region, 'nodeTemplate' => $nodeTemplate];
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];
165 * @param string $region The name of the region for this request.
181 public function insert($project, $region, NodeTemplate $postBody, $optParams = []) argument
183 $params = ['project' => $project, 'region' => $region, 'postBody' => $postBody];
192 * @param string $region The name of the region for this request.
236 public function listNodeTemplates($project, $region, $optParams = []) argument
238 $params = ['project' => $project, 'region' => $region];
247 * @param string $region The name of the region for this request.
253 …public function setIamPolicy($project, $region, $resource, RegionSetPolicyRequest $postBody, $optP… argument
255 …$params = ['project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $pos…
264 * @param string $region The name of the region for this request.
270 …public function testIamPermissions($project, $region, $resource, TestPermissionsRequest $postBody,… argument
272 …$params = ['project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $pos…