Lines Matching refs:params

56     $params = ['parent' => $parent, 'postBody' => $postBody];
57 $params = array_merge($params, $optParams);
58 return $this->call('addProject', [$params], Operation::class);
84 $params = ['name' => $name, 'postBody' => $postBody];
85 $params = array_merge($params, $optParams);
86 return $this->call('applyProjectConfig', [$params], Operation::class);
109 $params = ['name' => $name, 'postBody' => $postBody];
110 $params = array_merge($params, $optParams);
111 return $this->call('attachProject', [$params], Operation::class);
131 $params = ['parent' => $parent, 'postBody' => $postBody];
132 $params = array_merge($params, $optParams);
133 return $this->call('create', [$params], TenancyUnit::class);
146 $params = ['name' => $name];
147 $params = array_merge($params, $optParams);
148 return $this->call('delete', [$params], Operation::class);
168 $params = ['name' => $name, 'postBody' => $postBody];
169 $params = array_merge($params, $optParams);
170 return $this->call('deleteProject', [$params], Operation::class);
198 $params = ['parent' => $parent];
199 $params = array_merge($params, $optParams);
200 return $this->call('list', [$params], ListTenancyUnitsResponse::class);
219 $params = ['name' => $name, 'postBody' => $postBody];
220 $params = array_merge($params, $optParams);
221 return $this->call('removeProject', [$params], Operation::class);
238 $params = ['name' => $name, 'postBody' => $postBody];
239 $params = array_merge($params, $optParams);
240 return $this->call('undeleteProject', [$params], Operation::class);