@@ -261,8 +261,7 @@ async def sample_search_domains():
261261
262262 Args:
263263 request (Optional[Union[google.cloud.domains_v1.types.SearchDomainsRequest, dict]]):
264- The request object. Request for the `SearchDomains`
265- method.
264+ The request object. Request for the ``SearchDomains`` method.
266265 location (:class:`str`):
267266 Required. The location. Must be in the format
268267 ``projects/*/locations/*``.
@@ -376,8 +375,7 @@ async def sample_retrieve_register_parameters():
376375
377376 Args:
378377 request (Optional[Union[google.cloud.domains_v1.types.RetrieveRegisterParametersRequest, dict]]):
379- The request object. Request for the
380- `RetrieveRegisterParameters` method.
378+ The request object. Request for the ``RetrieveRegisterParameters`` method.
381379 location (:class:`str`):
382380 Required. The location. Must be in the format
383381 ``projects/*/locations/*``.
@@ -516,8 +514,7 @@ async def sample_register_domain():
516514
517515 Args:
518516 request (Optional[Union[google.cloud.domains_v1.types.RegisterDomainRequest, dict]]):
519- The request object. Request for the `RegisterDomain`
520- method.
517+ The request object. Request for the ``RegisterDomain`` method.
521518 parent (:class:`str`):
522519 Required. The parent resource of the ``Registration``.
523520 Must be in the format ``projects/*/locations/*``.
@@ -677,8 +674,7 @@ async def sample_retrieve_transfer_parameters():
677674
678675 Args:
679676 request (Optional[Union[google.cloud.domains_v1.types.RetrieveTransferParametersRequest, dict]]):
680- The request object. Request for the
681- `RetrieveTransferParameters` method.
677+ The request object. Request for the ``RetrieveTransferParameters`` method.
682678 location (:class:`str`):
683679 Required. The location. Must be in the format
684680 ``projects/*/locations/*``.
@@ -828,8 +824,7 @@ async def sample_transfer_domain():
828824
829825 Args:
830826 request (Optional[Union[google.cloud.domains_v1.types.TransferDomainRequest, dict]]):
831- The request object. Request for the `TransferDomain`
832- method.
827+ The request object. Request for the ``TransferDomain`` method.
833828 parent (:class:`str`):
834829 Required. The parent resource of the ``Registration``.
835830 Must be in the format ``projects/*/locations/*``.
@@ -1000,8 +995,7 @@ async def sample_list_registrations():
1000995
1001996 Args:
1002997 request (Optional[Union[google.cloud.domains_v1.types.ListRegistrationsRequest, dict]]):
1003- The request object. Request for the `ListRegistrations`
1004- method.
998+ The request object. Request for the ``ListRegistrations`` method.
1005999 parent (:class:`str`):
10061000 Required. The project and location from which to list
10071001 ``Registration``\ s, specified in the format
@@ -1114,8 +1108,7 @@ async def sample_get_registration():
11141108
11151109 Args:
11161110 request (Optional[Union[google.cloud.domains_v1.types.GetRegistrationRequest, dict]]):
1117- The request object. Request for the `GetRegistration`
1118- method.
1111+ The request object. Request for the ``GetRegistration`` method.
11191112 name (:class:`str`):
11201113 Required. The name of the ``Registration`` to get, in
11211114 the format ``projects/*/locations/*/registrations/*``.
@@ -1248,8 +1241,7 @@ async def sample_update_registration():
12481241
12491242 Args:
12501243 request (Optional[Union[google.cloud.domains_v1.types.UpdateRegistrationRequest, dict]]):
1251- The request object. Request for the `UpdateRegistration`
1252- method.
1244+ The request object. Request for the ``UpdateRegistration`` method.
12531245 registration (:class:`google.cloud.domains_v1.types.Registration`):
12541246 Fields of the ``Registration`` to update.
12551247 This corresponds to the ``registration`` field
@@ -1399,8 +1391,7 @@ async def sample_configure_management_settings():
13991391
14001392 Args:
14011393 request (Optional[Union[google.cloud.domains_v1.types.ConfigureManagementSettingsRequest, dict]]):
1402- The request object. Request for the
1403- `ConfigureManagementSettings` method.
1394+ The request object. Request for the ``ConfigureManagementSettings`` method.
14041395 registration (:class:`str`):
14051396 Required. The name of the ``Registration`` whose
14061397 management settings are being updated, in the format
@@ -1558,8 +1549,7 @@ async def sample_configure_dns_settings():
15581549
15591550 Args:
15601551 request (Optional[Union[google.cloud.domains_v1.types.ConfigureDnsSettingsRequest, dict]]):
1561- The request object. Request for the
1562- `ConfigureDnsSettings` method.
1552+ The request object. Request for the ``ConfigureDnsSettings`` method.
15631553 registration (:class:`str`):
15641554 Required. The name of the ``Registration`` whose DNS
15651555 settings are being updated, in the format
@@ -1725,8 +1715,7 @@ async def sample_configure_contact_settings():
17251715
17261716 Args:
17271717 request (Optional[Union[google.cloud.domains_v1.types.ConfigureContactSettingsRequest, dict]]):
1728- The request object. Request for the
1729- `ConfigureContactSettings` method.
1718+ The request object. Request for the ``ConfigureContactSettings`` method.
17301719 registration (:class:`str`):
17311720 Required. The name of the ``Registration`` whose contact
17321721 settings are being updated, in the format
@@ -1891,8 +1880,7 @@ async def sample_export_registration():
18911880
18921881 Args:
18931882 request (Optional[Union[google.cloud.domains_v1.types.ExportRegistrationRequest, dict]]):
1894- The request object. Request for the `ExportRegistration`
1895- method.
1883+ The request object. Request for the ``ExportRegistration`` method.
18961884 name (:class:`str`):
18971885 Required. The name of the ``Registration`` to export, in
18981886 the format ``projects/*/locations/*/registrations/*``.
@@ -2048,8 +2036,7 @@ async def sample_delete_registration():
20482036
20492037 Args:
20502038 request (Optional[Union[google.cloud.domains_v1.types.DeleteRegistrationRequest, dict]]):
2051- The request object. Request for the `DeleteRegistration`
2052- method.
2039+ The request object. Request for the ``DeleteRegistration`` method.
20532040 name (:class:`str`):
20542041 Required. The name of the ``Registration`` to delete, in
20552042 the format ``projects/*/locations/*/registrations/*``.
@@ -2172,8 +2159,7 @@ async def sample_retrieve_authorization_code():
21722159
21732160 Args:
21742161 request (Optional[Union[google.cloud.domains_v1.types.RetrieveAuthorizationCodeRequest, dict]]):
2175- The request object. Request for the
2176- `RetrieveAuthorizationCode` method.
2162+ The request object. Request for the ``RetrieveAuthorizationCode`` method.
21772163 registration (:class:`str`):
21782164 Required. The name of the ``Registration`` whose
21792165 authorization code is being retrieved, in the format
@@ -2279,8 +2265,7 @@ async def sample_reset_authorization_code():
22792265
22802266 Args:
22812267 request (Optional[Union[google.cloud.domains_v1.types.ResetAuthorizationCodeRequest, dict]]):
2282- The request object. Request for the
2283- `ResetAuthorizationCode` method.
2268+ The request object. Request for the ``ResetAuthorizationCode`` method.
22842269 registration (:class:`str`):
22852270 Required. The name of the ``Registration`` whose
22862271 authorization code is being reset, in the format
0 commit comments