Lines Matching refs:params

63     $params = ['registration' => $registration, 'postBody' => $postBody];
64 $params = array_merge($params, $optParams);
65 return $this->call('configureContactSettings', [$params], Operation::class);
79 $params = ['registration' => $registration, 'postBody' => $postBody];
80 $params = array_merge($params, $optParams);
81 return $this->call('configureDnsSettings', [$params], Operation::class);
96 $params = ['registration' => $registration, 'postBody' => $postBody];
97 $params = array_merge($params, $optParams);
98 return $this->call('configureManagementSettings', [$params], Operation::class);
121 $params = ['name' => $name];
122 $params = array_merge($params, $optParams);
123 return $this->call('delete', [$params], Operation::class);
142 $params = ['name' => $name, 'postBody' => $postBody];
143 $params = array_merge($params, $optParams);
144 return $this->call('export', [$params], Operation::class);
156 $params = ['name' => $name];
157 $params = array_merge($params, $optParams);
158 return $this->call('get', [$params], Registration::class);
185 $params = ['resource' => $resource];
186 $params = array_merge($params, $optParams);
187 return $this->call('getIamPolicy', [$params], Policy::class);
216 $params = ['parent' => $parent];
217 $params = array_merge($params, $optParams);
218 return $this->call('list', [$params], ListRegistrationsResponse::class);
239 $params = ['name' => $name, 'postBody' => $postBody];
240 $params = array_merge($params, $optParams);
241 return $this->call('patch', [$params], Operation::class);
262 $params = ['parent' => $parent, 'postBody' => $postBody];
263 $params = array_merge($params, $optParams);
264 return $this->call('register', [$params], Operation::class);
280 $params = ['registration' => $registration, 'postBody' => $postBody];
281 $params = array_merge($params, $optParams);
282 return $this->call('resetAuthorizationCode', [$params], AuthorizationCode::class);
298 $params = ['registration' => $registration];
299 $params = array_merge($params, $optParams);
300 return $this->call('retrieveAuthorizationCode', [$params], AuthorizationCode::class);
317 $params = ['location' => $location];
318 $params = array_merge($params, $optParams);
319 …return $this->call('retrieveRegisterParameters', [$params], RetrieveRegisterParametersResponse::cl…
337 $params = ['location' => $location];
338 $params = array_merge($params, $optParams);
339 …return $this->call('retrieveTransferParameters', [$params], RetrieveTransferParametersResponse::cl…
357 $params = ['location' => $location];
358 $params = array_merge($params, $optParams);
359 return $this->call('searchDomains', [$params], SearchDomainsResponse::class);
375 $params = ['resource' => $resource, 'postBody' => $postBody];
376 $params = array_merge($params, $optParams);
377 return $this->call('setIamPolicy', [$params], Policy::class);
396 $params = ['resource' => $resource, 'postBody' => $postBody];
397 $params = array_merge($params, $optParams);
398 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
426 $params = ['parent' => $parent, 'postBody' => $postBody];
427 $params = array_merge($params, $optParams);
428 return $this->call('transfer', [$params], Operation::class);