Lines Matching refs:registration
54 * @param string $registration Required. The name of the `Registration` whose
61 …public function configureContactSettings($registration, ConfigureContactSettingsRequest $postBody,… argument
63 $params = ['registration' => $registration, 'postBody' => $postBody];
70 * @param string $registration Required. The name of the `Registration` whose
77 …public function configureDnsSettings($registration, ConfigureDnsSettingsRequest $postBody, $optPar… argument
79 $params = ['registration' => $registration, 'postBody' => $postBody];
87 * @param string $registration Required. The name of the `Registration` whose
94 …public function configureManagementSettings($registration, ConfigureManagementSettingsRequest $pos… argument
96 $params = ['registration' => $registration, 'postBody' => $postBody];
271 * @param string $registration Required. The name of the `Registration` whose
278 …public function resetAuthorizationCode($registration, ResetAuthorizationCodeRequest $postBody, $op… argument
280 $params = ['registration' => $registration, 'postBody' => $postBody];
290 * @param string $registration Required. The name of the `Registration` whose
296 public function retrieveAuthorizationCode($registration, $optParams = []) argument
298 $params = ['registration' => $registration];