Lines Matching refs:region

102    * @param string $region Name of the region for this request.
119 public function delete($project, $region, $packetMirroring, $optParams = []) argument
121 $params = ['project' => $project, 'region' => $region, 'packetMirroring' => $packetMirroring];
129 * @param string $region Name of the region for this request.
135 public function get($project, $region, $packetMirroring, $optParams = []) argument
137 $params = ['project' => $project, 'region' => $region, 'packetMirroring' => $packetMirroring];
146 * @param string $region Name of the region for this request.
162 public function insert($project, $region, PacketMirroring $postBody, $optParams = []) argument
164 $params = ['project' => $project, 'region' => $region, 'postBody' => $postBody];
173 * @param string $region Name of the region for this request.
217 public function listPacketMirrorings($project, $region, $optParams = []) argument
219 $params = ['project' => $project, 'region' => $region];
229 * @param string $region Name of the region for this request.
246 …public function patch($project, $region, $packetMirroring, PacketMirroring $postBody, $optParams =… argument
248 …$params = ['project' => $project, 'region' => $region, 'packetMirroring' => $packetMirroring, 'pos…
257 * @param string $region The name of the region for this request.
263 …public function testIamPermissions($project, $region, $resource, TestPermissionsRequest $postBody,… argument
265 …$params = ['project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $pos…